Hi David,
We updated the documentation for the fonts settings along with newspaper 7 so it shouldn;t have been a hassle at all: https://forum.tagdiv.com/font-customization/
The steps are simple. Download the font, add it in your root wp folder (no path required, just the name of the font in the url field) or a new folder that will require the full path to the font (your browser should download the font if you access the path you type in the field.)
Then name it and select it from the fonts section.
Not too complicated. (I hope). The font you set on pages should affect all pages, not just the homepage. please provide a link to your site so we can inspect the fonts and see why it does not apply across all the site.
Thanks.
Hi,
The pages on the mobile theme will not show anything if you do not create a mobile version for the page. That is why there is a second page editor in the back-end. if nothing is created with the mobile editor, nothing is shown. Please use this guide: https://forum.tagdiv.com/the-mobile-theme/
Thank you!
Hi,
unfortunately the “blog” section cannot be moved on top of the blocks and grids. The theme has no such options. If you want to move the loop on top of the file, you must edit the page template: http://screencast.com/t/iGGY7EdsavfN It will require coding knowledge though.
Thank you!
Basically the old social counter from newspaper 6 is no longer compatible with newspaper 7.
You need to update the plugin to the latest version (4.1).
Thanks.
Hi,
Our theme has no such option. The logo is added across the whole site. if you want different headers and logos, there are 2 ways to go about it. Either you create a multi-site and have different domains for every category with redirects between them (like our demo: http://demo.tagdiv.com/newspaper/ Each demo on the right side is a sub-domain) or you can create conditions in the code for the header to change based on category. This will require a bit of coding skills though. To load add logo images you’ll need some adjustments in logo.php file: http://screencast.com/t/whmE3nRQxG
Basically you have to add some if/else conditions which will load a different logo departing by the page displayed.
Thank you!
Hi,
Unfortunately I can;t say for sure why this happens as the plugin is not tested. Try the default wp search and see if it picks up your download links. Our live search is the only search option that is theme included. The standard search is the one from WP. If this is an inconvenient, you can disable the live search if you want with a bit of custom css and then only use the WP standard search (pressing the search button)
#td-aj-search{
display:none!important;
}
Thank you!
Hi,
Sorry for the late answer, we do not work on weekends.
In order to download and install newspaper 7, you need to access envato and download the theme from there: http://themeforest.net/item/newspaper/5489609
Then you can update your theme by following this guide: https://forum.tagdiv.com/how-to-update-the-theme-2/
Make sure you also update the plugins that come with the theme package.
After you are up and running with newspaper 7, you can start out with the documentation: https://forum.tagdiv.com/newspaper-theme-documentation/ there is a lot of useful information added there.
There are also video tutorials on our youtube page here: https://www.youtube.com/watch?v=28wpIeHRcnI&list=PL6CsDkMaejhqHDywTTazZ-qpBzB8kFSfT
The best way to learn anything is through experience so test out the theme’s features and see what goes where. Trial and error is always your best friend 🙂
I hope this helps.
Thank you!
Hi,
Please read this guide on the mobile theme to learn about what it does and it’s features: https://forum.tagdiv.com/the-mobile-theme/
If you do not want to use it you can always disable the plugin and use the standard responsive version of your site.
Thank you!
Hi,
But did you clear the cache after disabling the plugins? If you use caching the plugin code is still cached so the conflict is still present. Please follow this topic: https://forum.tagdiv.com/topic/mobile-theme-activation-error/
Thank you!
Hello,
The image on our demo has this size: http://screencast.com/t/DWLHBtmeu
Hope this helps.
Thanks.
Hi,
Please make sure you have version 4.1 of the plugin first. Then make sure you use this guide to enter the correct id’s: https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
Then make sure you clear your cache and allow it a bit of time to update as it;s not a live count and is affected by cache.
Also make sure your social network pages are public so the counter can access them.
Let us know if you still have trouble with it.
Thanks.
Glad it’s working.
Best of luck on your project!
Hi,
The plugin cannot be activated as it’s a free version bundled with the theme. Please read this topic: https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
Thank you!
Hi
It’s not the visual composer plugin that causes it. Please check this section and make sure you have version 4.1 of the social counter: http://screencast.com/t/RoWF2l0vB
Thank you!
Hi,
Our theme has no such option so it will have to be made custom. Unfortunately theme customization is not part of the theme support so you will have to find a solution online for it, Maybe this will help:
http://wpsites.net/web-design/how-to-deregister-dequeue-style-sheets/
Thanks.
Hi,
Unfortunately our theme does not offer this feature so you can only remove the ads from posts by editing the theme files. For the content top bottom or inline ads, you can simply remove the adsense code from the theme panel and for the header or footer ad, you can add a condition to the file: https://developer.wordpress.org/reference/functions/is_single/
You can find the code for the header ad here: http://screencast.com/t/yVhthn6VqkA
for the footer: http://screencast.com/t/neBRlrel
Thank you!
Hi,
If you want to identify which module is used on which block, you can take a look at this list: http://screencast.com/t/Qs5Xb6IgD Every block is composed of 1 or more modules.
Thank you!
Hi,
The author box in the sidebar on our demo is a simple text widget with an image and description under it. It is not an author box widget. You can create it with a simple textbox and an image.
Thank you!
Hi,
The mobile theme offers 2 new menu options so you can change the menus for mobile from here: http://screencast.com/t/hNRDEuzKVk
If your pages are not created in the mobile editor, then there will be nothing to show. Please read this guide to learn how the mobile theme displays content: https://forum.tagdiv.com/the-mobile-theme/
Thank you!
Hi,
Unfortunately the related articles will show items from one of the categories the post has. Unfortunately you cannot filter these posts so if there is no featured image, it;s best to chose a predefined one or replace the placeholder. Replacing the place-holder image is a common technique. You can create a custom placeholder and replace these images: http://screencast.com/t/rcWD9Gh5ywc
You need to keep the names of the files and the dimensions though.
Thank you!
Hi,
If you want to adapt the code, you have to change the margin based on the viewport. You must check the other 3 versions of the site to see if the thumb positions properly. Those are tablet landscape, tablet portrait and mobile. You can copy the code above in the specific section of the theme panel and adjust the value in the code: http://screencast.com/t/HqL9QkQlkqd
1)You can use the same mothod and change the size from the code here: http://screencast.com/t/ElqNhEf7zFG
And then use thios css:
.td_top_authors img{
max-width:initial!important;
}
.td_top_authors .item-details {
margin-left: 215px!important;
height: 200px!important;
}
2)The social icons use a font icon so increasing the font, weil make them increase in size:
.author-box-wrap .td-author-social .td-icon-font{
font-size:32px!important
}
3)You can use this css: .entry-crumbs, .entry-crumb{
color:red!important
}
4) The crumbs for the author box were not added as links. you can also see this on our demo:http://demo.tagdiv.com/newspaper/author/marius2/
The breadcrumbs for pages, categories or tags are clickable.
5) The author page as the search or category pages, are affected by this option of WP: http://screencast.com/t/10Jifw9KWX6t
Thank you!
Hello,
The envato license specifies you can use the theme on a single end-product at a time: http://themeforest.net/licenses/standard
A sub-domain however can be used and the theme activated on it if it’s part of the same project. You can use theme on the sub-domain as well as long as it will not be a different website with different content
Thank you!
Hello,
Our theme does not provide such an option. if you know your way around code a bit, you could follow this method: https://forum.tagdiv.com/topic/how-to-add-ads-in-category-pages/
Thank you!
Hi,
if you want to have the exact homepage from the demo, you can add it by selecting the ‘homepage’ template here: http://screencast.com/t/ZlPifjF9
This will grab the exact layout used on our demo.
Thank you!
Hi,
This is better explained here: http://stackoverflow.com/questions/13421463/htaccess-access-control-allow-origin
https://www.maxcdn.com/one/tutorial/htaccess-example-collection/
https://www.digitalocean.com/community/questions/noob-question-how-to-resolve-no-access-control-allow-origin-header
Thank you!