Hello,
This is a side-effect of the TD speed booster plugin. What this plugin does is move css and js to the footer of the page so they will be loaded last and improve site speed.This is a known issue with speedbooster and is on our list of fixes for the near future.
As a workaround you can make your color changes directly in the style.css file.
Thank you!
Hello,
It seems the error is related to smooth scroll. In the version you are using (6.4), this function had a bug and would not work anymore. However it did not affect pagination. What you can do, is update the theme to the latest version (6.5.1) and also update visual composer: https://forum.tagdiv.com/how-to-update-the-theme-2/ – https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
Let us know if the error is still there after the update.
Thank you!
Hello,
The trending now block title is affected by the headers background color : http://screencast.com/t/g1kLqw00R
This option will change all headers. If you want to target just the trending now title you will have to use custom css:
.td-trending-now-title {
background-color: red;}
Thank you!
Hello,
1) Please send an email at contact@tagdiv.com and provide your envato key and the username you used to buy the theme.
2) The tabs were modified so the default color (grey) would keep the style of the theme. any other color except grey will use the visual composer styling. If you want the look of the grey style but with different colors, you can use css to change them:
.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab > a{
background-color:black;
color:white;
border:1px solid white;
}
result: http://screencast.com/t/upOiuewDkz3
3) If you create your sidebar in visual composer it is different from posts. You need to add an extra class to the row: https://forum.tagdiv.com/smart-sidebar-2/
4)The hover color for the news ticker is affected by the color set in the theme panel: http://screencast.com/t/jkS3x0wJKTB . You can either change it from the theme panel or use custom css to keep your style and only affect the news ticker.
.td-trending-now-title, .td-trending-now-wrapper:hover .td-trending-now-title{
background-color:#1e73be!important;
}
Thank you!
Hello,
I tried your code on my end and it applies. If i edit your website the css applies also: http://screencast.com/t/42EdAyKx
Maybe something on your end requires a more specific approach.
Please use your code like this:
div.td-header-style-3 .td-header-sp-logo{
margin: 21px 20px 0px 0px!important;
width: 300px!important;
height: 100px!important;
}
Thank you!
Hello John,
It actually depends on the version of the theme you are updating from. If you update from version 4 to 6, then all customization will be lost. If you altered the theme files, then even if you already had version 6 and update to 6.5.1 they will still be replaced in the new version if you did not use a child theme. The ‘update script’ you mentioned is only for updating from version 4 of the theme so I assume you have this version if you mentioned the scrpit. In this case, unfortunately all your customization will not work anymore.
Newspaper 6 is a whole new theme so an update from 4 to 6 may cause the same issues as switching to another theme (but we did try to maintain compatibility where ever possible).
Always make a full backup of your current installation – https://codex.wordpress.org/WordPress_Backups and then do a clean update, meaning that we recommend that you delete the old version of the theme before uploading the new one – https://forum.tagdiv.com/how-to-update-the-theme-2/ update also the plugins that come with the theme files from the /plugins folder. In the “how to update” guide is specified that you will have to run the script that will import from database your settings.
The shortcodes have been changed so old ones will not work anymore. Please note that old files customization or custom css will not work with the new version and you will have to adjust or re-add them.
Bottom line is that newspaper 6 is a whole new theme built from scratch.
The child theme is recommended for custom modifications but if the files you alter are going to be changed in a future update, you will have to check which file was modified by checking the changelog for each update and then adjust the file in your child theme if needed.
Hope this helps!
Thank you!
Hello,
Thank you for this solution. I am sure it will help a lot of people here on the forum with the mobile version of their website. It is a good alternative to showing the top menu on the mobile version. We hope in a future update we will be able to adjust our mobile version and implement a few options for it as well.
Thank you!
Hello,
Please provide a link to your website so we can inspect the problem
Thank you.
Hello,
Unfortunately some plugins will not work with the theme and they will interfere with the theme’s functionality. Please try to disable all your plugins except visual composer and check the console again. You can then identify the one causing the error.
Let us know how it goes!
Hello,
Please make sure you install the plugin version that is bundled with the theme. If you did not also update the visual composer plugin, please follow this guide:https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
If the problem is still there after the update, you can try the back end without other plugins. Please disable all of them except visual composer.
Let us know how it goes!
Thank you!
Hello,
Unfortunately there is no option for it in the theme panel, You will need custom work to do it.
You can change the thumb size used by the block by identifying the module file used by it. In this case it’s module 3: http://screencast.com/t/f4EDZUpfC7yJ
You can change the thumb size to another used by the theme: http://screencast.com/t/DsEsN5vR53Bl
But this will cause further problems: http://screencast.com/t/OthxWLXR6Z Images will stretch over the titles so it will need further adjusting to display properly.
I used the 534×462 thumb size. You can use this custom css in the theme panel->custom css to get the titles a bit lower:
.td_module_3 .td-module-thumb {
height: 275px!important;
}
I hope this helps.
Thank you!
Hello,
If you use the tag in visual mode, it will just display on screen. http://screencast.com/t/p9NMwA6UX8
You have to add it in text mode: http://screencast.com/t/Dj8eFcMOw
Result: http://screencast.com/t/2PkEa2sMV
Thank you!
Replied via email
Hello,
I have checked your website and saw that you did not update your version of visual composer. Please update it by using this guide: https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
The CTA 2 button is a deprecated element and if you start using it, in a future update it will not work anymore. We recommend using the new CTA button that comes with the new version.
Please use that one and let us know afterwards if the problem is still there.
Thank you!
Hello,
Please follow this topic to get the solution: https://forum.tagdiv.com/topic/how-to-remove-the-download-google-fonts/
before: http://screencast.com/t/wGKloZEwG
after: http://screencast.com/t/FvhkWoND
Thank you!
Hi,
I have accessed your site with chorme, opera, firefox and internet explorer and all the social sharing icons display the same: http://screencast.com/t/iDS6EKAJJn
I cannot see the problem you highlighted in your screenshots.
Hi,
There is an option to hide the author in the theme panel, but this does it for the whole site, nut just specific posts. Maybe in a future update we will be able to implement such an option.
Thank you!
Hello,
There is no option for this in the theme panel, but you can alter the theme files do achieve this. Please follow this topic to find the solution: https://forum.tagdiv.com/topic/different-post-template-for-one-category/
Thanks.
Hello,
Unfortunately there is no option for this in the theme but you can use a bit of CSS to hide author name on specific posts: http://screencast.com/t/MLEynQa6zY
Every post has a specific ID on the body tag. You need to identify this id and then use it to hide the author like so:
.postid-196 .td-post-author-name{
display:none!important;
}
I hope this helps.
Thank you!
Hello,
It seems you have it translated and the text is too long to fit. Please use a shorter text for your like button so it won’t cover the likes. The button was not meant to support more words. As for the difference between browsers, please provide a link to your website so we can inspect the issue.
Thank you!
Hi,
You can add the code in the theme panel->custom css box.
Please check this issue without plugins. Please disable all plugins except visual composer and bbpress and check it again to see if it is a plugin conflict.
Let us know how it goes!
Thank you!
Hello,
Unfortunately we cannot offer a definitive answer to your problem as we do not know the plugin functionality. Some plugins work with the theme, some don’t and some plugins don’t work with each other. Unfortunately you will have to find a plugin that works with the theme and with the SEO plugin as well. This is a list of plugins tested to work with the theme: http://screencast.com/t/xsFXwYAT.
Thank you!
Hello,
Please send an email at contact@tagdiv.com with your login information so we can take a look and figure it out. Please also provide a link to this topic so we know who you are.
Thank you!