Hi,
There is no need to add css for custom fonts. You can simply add it to the custom fonts section and then selecting it for your elements from the frop-down. I will post here a more specific guide than the documentation for all users to benefit from:
Here is a step by step guide on how to add custom fonts to your content:
1) Download your preferred font but you need to make sure it’s a woff file. If it’s not, you need to search for a tool of converting fonts to a .woff format. (there are free online tools like fontsquirrel.com)
2) Upload your woff file to your server in any path you want (It has to bee inside your main wordpress instalation)
3)Add the full path to your .woff file. A full path looks like this:
http://mydomain.com/wp-content/customfonts/Angeline Vintage_Demo.woff
I created a “customfonts” folder in wp-content
If I were to add the font in the main root directory of wp, the correct path would be this one:
http://mydomain.com/Angeline Vintage_Demo.woff
It needs the absolute path to the font file no matter what folder structure you choose to have.
In order to check if the path you entered is correct, you can copy it into the browser as a standard url and the browser should download the file. If it provides a 404 error, it means the path you entered for your font is incorrect.
4) Add a name to your font in the font family box: http://screencast.com/t/sAr9rRakShu
5) Now your font will appear in the fonts dropdown so you can select it for your preferred elements: http://screencast.com/t/yrxW9kdQ0oH
This method does not require css to work.
@david If custom fonts do not apply to all your pages, there must be some css overwriting the font. Please disable all plugins except visual composer, clear cache and reset cdn files. If this does not fix it, please send us an email at contact@tagdiv.com and provide wp-admin so we can login and inspect the issue.
I hope this helps.
Thank you!
I will add this as a suggestion for future updates and we hope in a future version the captions inside smartlists will accept html. I will pass this information on to the development team.
Thank you for your suggestion.
Hi,
I understand the situation but the wordpress default theme does not have a smartlist. A smartlist is different from a standard post. It will show captions but it will not recognize html code. You can use html in a standard post image if you chose to.
Thank you!
Hi,
I assume you got the css from our documentation. In newspaper 7 we changed the css a bit and the logo received a h1 tag for seo purposes so the css will not apply properly anymore. You will have toi use this code instead:
.td-header-sp-logo img {
width:130px!important;
}
We will update the documentation for this change.
Thank you!
Hi
An internal server error it’s not caused by the theme, it’s rather related with a server miss-configuration. Please make sure that your server meets the requirements specified in our documentation: https://forum.tagdiv.com/newsmag-requirements-for-newsmag/ also check if the parameters from system status have the values indicated here: https://forum.tagdiv.com/system-status-parameters-guide/
Hope this helps.
Hi,
you can do this in newspaper with a custom textbox. You can add html to it and create whatever html allows you to. Images, text and buttons are pretty easy to create in html. The theme offers a buttons shortcode to use as well. You can follow this tutorial for it: https://forum.tagdiv.com/increase-users-engagement-add-custom-buttons-posts/
You can create the layout on an emty post and then copy the html from text mode or you can create it on a page in a text box element and again copy the content in the sidebar text widget.
I hope this helps.
Thank you!
Hi,
Unfortunately there is no simple way of adding new social networks to the widget. It can be done, but you will have to replicate these methods:
https://forum.tagdiv.com/topic/add-a-linkedin-button/
https://forum.tagdiv.com/topic/so-i-added-a-stumbleupon-sharing-button/
Thank you!
Hi,
Pleas provide more details to your request as we can better figure out how to help.
Thank you!
Hi,
Please read this guide to learn about the mobile theme and what it offers (and what it;s limits are): https://forum.tagdiv.com/the-mobile-theme/
Thank you!
Hi,
Please update your theme to the latest version as the edit button does not appear on our end if you are a subscriber. Please also make sure you use the default wordpress registration, not other registration plugins that change the user roles and capabilities.
If you still have trouble with this after you update, please send us an email at contact@tagdiv.com and provide wp-admin so we can login ad see why this is happening. Also paste a link to this topic so we can identify you.
Thank you!
Hi,
You need to update your theme to 7.1.1. as it comes in the theme package. Then remove your current plugin and install the one from the archive you download from envato
Thank you!
Hi,
I’m not sure exactly why this happens as the standard share works properly. Please test our demo at http://demo.tagdiv.com/newspaper/ and share a post from there. I shared one of your posts but could not see any double images at all. If our demo does not provide double images, then it;s something from your side that has to be investigated, but unfortunately this could be a number of things as Chris stated above.
Thank you!
Hi,
I’m not sure exactly what background you are referring to. The background size is different based on the devices used to view the site.The recommended background size is a full hd (1920×1080 px) image for the background to have enough size for desktop computers.
Thank you!
Hi,
You can do it with css. All menu items have a unique ID you can see with your browser inspector and then apply css to it. For example in my menu if i am to target one menu item i would use this code:
.menu-item-3796{
background-color:red!important;
}
http://screencast.com/t/epd9R9tje7E
Hope this helps
Thanks.
Hi,
Unfortunately our theme has no such options. The post limit is set site-wide, and not based on the device used to view the site. Sorry.
Thank you!
Hi,
1) The child theme needs to be re-created as well when switcvhing to newspaper 7. Please use the one provided with our theme and make sure you clear all caches whether it’s from a plugin, hosting or cdn as we have seen many reports of this double menu being caused by the old style.css from newspaper 6 being fed from cache.
2) The new mobile menu colors can be customized from here: http://screencast.com/t/VVbRzHbL0C
Note that if you use the new mobile theme, colors or other settings are done exclusively from the new mobile theme options panel here: http://screencast.com/t/J4qUVyUFVd3
As for the thick line, I tested our mobile theme on many devices that use ios but I could not find any lines. Please also test our demo on your device:
http://demo.tagdiv.com/newspaper/
Thank you!
Hi,
The mobile theme has a different header.php so if you use the plugin you will have to add the code in the mobile header.php as well: http://screencast.com/t/GtiJYKb2XVB
I’ve tested this and it works as expected.
Thanks.
Hi,
You can use this code for the video icon.
.td_module_6 .td-video-play-ico > img{
right: 100px;
}
You can adapt it to other modules if you use this on others as well
Thanks.
Hi,
The mobile theme will show your about text in the footer section. There is no option to add extra elements for it. if you want a custom footer, we recommend not using the mobile theme, or if you know your way around coding, you can add custom code to this file: http://screencast.com/t/bUu2q1Hj
As for the line, that is added by the demo you install. The default demo will add the line but other demos have different layouts for block titles. Unfortunately there is no setting to chose one or the other on different demos installed.
Thank you!
Hi,
unfortunately the ajax filter was not tested inside of an accordion element. I have tested this again and there seems to be an issue with this type of layout. I can;t offer any solution at the moment as this has to be tested and adjusted by the development team I will pass this information to them and we will fix this in a future version of the theme.
Thank you!
Hi,
This is not a bug. You simply did not regenerate your thumbnails after changing themes. our theme needs to create it;s own thumbnails for blocks to display images properly. Please use this guide: https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Hope this helps.
Thanks.
Hi,
You can chose the size you want for your ads from the theme panel: http://screencast.com/t/yuTJvEyJROD
This will work for adsense ads only. If your ads are from other sources, this option will not work.
Thank you!
Hi,
Updating from newspaper 6 to 7 should go smoothly and no settings will be lost as they are kept in the database. It is recommended however to do a back-up before updating. Please use this guide to update:
https://forum.tagdiv.com/how-to-update-the-theme-2/
https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
Also make sure you update the social counter plugin as well. Your current social counter will not work with newspaper 7.
Thank you!
Hi,
The theme has no setting for this, but you can use a bit of css to hide the containers for this template:
.td-post-template-8 .td-post-header{
background-color:transparent!important
}
.td-image-gradient-style8:after{
display:none!important;
}
Thank you!
Hi,
Unfortunately there is no ‘fix’ for this. Smartlists show only the default caption, not html code. I also saw another issue that might cause the 404 errors: You have double comma’s on your links: http://screencast.com/t/flTchSP1c If you must use links on your images, use them without the comma’s.
In order to remove the lightbox from the smartlists, you can delete this code from the theme files: http://screencast.com/t/T1SfkOLkk so the image will not use the lightbox as it will provide a image not found error if lightbox is not linked to media file: https://forum.tagdiv.com/modal-window/
I hope this helps.
Thanks.