Hi,
I have tested smartlist 2 and it displays properly just like on our live demo: http://demo.tagdiv.com/newspaper/smart-list-style-2/
This is most likely a plugin conflict so please deactivate all plugins except visual composer, clear cache and reset cdn files. The test your smartlist again.
Thank you!
Hi,
Our theme gets the same time from wordpress so there is no easy way to change the time only on articles. This will require custom work which we cannot provide at the moment. You can hire a freelancer to help out from sites like studio.envato.com
Thank you!
Hi,
For some reason the css does not apply to the other titles. Please try this without plugins. Please disable all plugins except visual composer, clear cache and reset cdn files if you use it. Then check the smartlist again.
Let us know how it goes.
Thank you!
Hi,
If you want to have the same style and same content for the mobile theme, then simply deactivate the plugin and you will have the responsive version for mobile. The mobile theme was added as a minimalistic design to have as much speed as possible.
You can read more about the mobile theme here: https://forum.tagdiv.com/the-mobile-theme/
Thank you!
Hi,
The theme adds this css to the alt text inside the logo:
.td-visual-hidden {
border: 0;
width: 1px;
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
}
For some reason this is missing on your site. If you add this code the alt text will no longer be visible but this should be there by default. Please disable all plugins except visual composer, clear cache and reset cdn files. There is most likely a plugin that interferes with the css.
Thank you!
Hi,
These issues are most likely plugins that are not compatible anymore in version 7 of the theme. The theme got improvements especially in the speed insights. You can try to disable all plugins except visual composer, clear cache and reset cdn files. Then check your site again to see the results.
If you still want the previous version, please make a request at contact@tagdiv.com and we will provide it there. Please also include a link to this topic so we can identify you.
Thank you!
Hello Eddie,
1) If you want to remove the theme specific comments you need to remove this part for every post style you use:
http://screencast.com/t/Rf8c7PUeCw4
Every post style has it’s own file (there are 14 post styles so there are 14 files) so you need to remove comments for every file you use on your site.
2) Unfortuantely our theme does not have a global font, but rather fonts for every theme element. THere are 2 ways to go about this. Either change the font for every element in the them panel here: http://screencast.com/t/8hq3mqwWAG or the coding version: https://forum.tagdiv.com/topic/do-i-really-need-to-change-all-the-text-fields-for-fonts/
Thank you!
Hi,
you can change the language from 2 different section. One is the WP options here: http://screencast.com/t/pYK2NjLTaC and the second option is the theme translation setting for theme specific elements: http://screencast.com/t/ZdMf5uvS
Hope this helps.
Thank you!
Hi,
We never stated we have lazyload on our site, but a ‘lazyload’ animation.
https://forum.tagdiv.com/loading-image-effects/
This is an animated effect and not images loaded from the server as you scroll.
http://screencast.com/t/VNDslPCh
Thank you!
Hi,
you can change the default size of the ads (if they are adsense) from here: http://screencast.com/t/Ox2fqqF4hyln
You must however keep in mind that the containers are different and you cannot have a big ad in a small container. For example the post content is only 696 pixels wide, so a bigger ad will be re-sized to 696 pixels.
Thank you!
Hi,
Unfortunately the hyperlinks are very sensitive and cannot be changed all at once with a single code. It will affect other parts of the site as well as there are lots and lots of links everywhere.
You can try this code but it will affect other parts of the site as well:
.td-post-content a{
color:Blue!important;
}
This will affect every link inside a the post content.
Thank you!
Hi,
You can add icons in the sub-menus using font awesome and adding them in the font title like so: https://forum.tagdiv.com/topic/newspaper-7-mega-menu-icons-not-showing-in-mobile-theme/
Thank you!
Hello,
Unfortunately the mobile theme has no font customization options at the moment. You can edit the fonts however if you know a bit of css and look in this file: http://screencast.com/t/XIBHIcvPLV
Thank you!
Hi,
Maybe you have padding set to the page itself inside the row in visual composer? Please try this on a new dummy page and see if the result is the same. If you still get the same padding, then please send us an email at contact@tagdiv.com and provide wp-admin so we can inspect this issue. Also include a link to this topic so we can identify you!
Thanks.
Hi,
In order to fix thumbnails, please make sure you have thumbs active in the theme panel: http://screencast.com/t/fzvX59kfx and then use this guide to fix them: https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
For the bookmarklet, please make sure you do not have a plugin conflict on your site by disabling all plugins except visual composer, clear cache and reset cdn files if you use it.
As for the google analytics code, please just insert the large part of the code, not the small one. Please follow this topic: https://forum.tagdiv.com/topic/analytics-entry-in-theme-panel/#post-97773
Thank you!
Hi,
Maybe this will help:
https://forum.tagdiv.com/topic/cant-save-theme-settings/
Thanks.
Hi,
In the case of @AfriPost the facebook ID was not added correctly and there were a few plugins that were not compatible with our theme. If you have issues with the social counter yourself, please make sure you update your theme to the latest version (newspaper 7.01) and make sure you update the social coiunter to version 4.0 by removing your current version and installing it again from the theme panel: http://screencast.com/t/tGhIPrujhMh
Then follow this guide: https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
Thank you!
Hi,
The multiple issues on your website are most likely caused by plugin conflicts. If you check the search that is not working as well and that is a definite sign of plugin conflicts. Please deactivate all plugins excepot visual composer, clear cache and reset cdn files (you need to clear all caches even the server cache if there is one). And check your site again without plugins to see if issues are still there. If they are, it menas that the theme was not properly updated and you need to remove it and make a fresh install.
Let us know how it goes.
Hi,
Any wp theme uses hooks and actions. You just need to know how to tie into the code. This requires php knowledge and a code from your previous theme most likely will not work directly on our theme. If you want to add customization to our theme the best thing to do is read the theme API documentation: https://forum.tagdiv.com/the-theme-api/
Thank you!
Hi,
You must look for the change log and the modified files for the new version. If the file is on the list and got modified, you need to re-apply the modification as keeping the old file will break the site. In newspaper 7 and 7.01 the file did not get modified so you can keep the old file. Please check these 2 links for a list of modified files in NP7 and 7.01:
http://tagdiv.com/td_deploy/Newspaper/changed_files_6.6_7.0.html
http://tagdiv.com/td_deploy/Newspaper/changed_files_7.0_7.0.1.html
Thank you!
Hi,
Please use this patch: http://screencast.com/t/s3tcbbsc from the main archive
Thanks.
Hi,
We have no reports of the comments being added as a list item inside smartlists. Unfortunately we cannot say for sure how the plugin behaves as we have not tested it. Lots of people use fb comments with our theme but it was never tested by us. You can try to disable comments altogether from the template files: http://screencast.com/t/YJQcLtnB (post style 5 is recommended to be used on smartlists)
Thank you!
Hi,
Please make sure you added the files to speedbooster as the guide suggests. Please note that this is for advanced users and we cannot do it for you. The guide shows exactly the steps needed for this. if you cannot do it, we suggest you get someone to help you out as we cannot do it for you. We can only guide you in the right direction, and since the guide already explains exactly what to do , step by step, there is little we can add to that. Please follow step 5 closely and make sure you did not skip any steps.
Thank you!
Hi,
Well the social articles plugin is not tested with our theme. BuddyPress is tested and works properly but we cannot say the same about the social share plugin. We cannot guarantee it will work.
Thank you!
We will look into this.
Thanks.