Hello,
Unfortunately smartlists remove article inline/bottom/top ads. This is the way the smartlists were built. You can hower use the smartlist ads from the theme panel: http://screencast.com/t/QemDkemj7 or you can use a shortocde to insert an ad inside a list like so:
http://screencast.com/t/byQVxlbb5aR then http://screencast.com/t/bfJgj4f9HGv
And then you can insert the shortcode inside your smartlist: http://screencast.com/t/B152usIAPu
Thank you!
Hello,
I was talking about this guide on how to make your website faster. It describes how to use speedbooster to move render blocks to the footer : https://forum.tagdiv.com/how-to-make-the-site-faster/
Thank you!
Hello Edward,
Them mobile theme is broken not because of the theme itself, but the mobile theme option in jetpack. Please disable this setting and also disable photon if you use it as these 2 features of jetpack are known to cause issues.
Thank you!
Hello,
If none of the fonts from the theme panel work for your needs, you can add custom fonts in our theme by following this guide: https://forum.tagdiv.com/using-custom-fonts/ or even typekit fonts: https://forum.tagdiv.com/using-typekit-fonts/
Unfortunately anything other than these methods involve custom work.
Thank you!
Hello,
Unfortunately we cannot say for sure why the sidebar created this issue. It could have been a caching issue that got resolved when reinstalling the demo. It could also be a plugin compatibility issue. Some plugins tend to rewrite some of the theme css and create issues. If you encounter the problem again, please try to disable all plugins except visual composer to see if one of them is the cause.
Thank you!
Hello,
You can use a css trick to hide the description on a preferred post. You will need the post id first: http://screencast.com/t/xcvb8GZy
Then you can use the post id with css for example:
.post-3376 .td-author-description{
display:none!important;
}
Thank you!
Hello,
you can change the hover color on all blocks in visual composer – block settings as you can see here on our demo, each block has a different hover color: http://demo.tagdiv.com/newspaper/
This is controlled from here: http://screencast.com/t/d09X7oMZIUGy
The title color affects the hover color as well.
Thank you!
Hello,
The add to cart button is not handled by the theme but by the woocommerce plugin. You can find resources online for this customization:
https://docs.woothemes.com/document/change-add-to-cart-button-text/
I hope this helps.
Thank you!
Hello,
Please follow this topic to see how you can disable comments for specific posts: https://forum.tagdiv.com/topic/problem-on-articles-with-comments-disable/
Thank you!
Hello,
Unfortunately there is no option for a template per category setting. You can either chose the template when creating the post or you can chose the global template from here: http://screencast.com/t/l0lBwBGtGX
It can be done however but it involves editing the theme files. You can follow this topic to see how it can be done: https://forum.tagdiv.com/topic/different-post-template-for-one-category/
Thank you!
Hello,
You can create a page in visual composer for your products and select how many columns the block will have: http://screencast.com/t/WpYV6gCExvz
If this is not what you mean, please provide more details so we can understand better.
Thank you!
Hello,
I’m not sure how you want the category title positioned but you can use this css and ajust the left and right property to your prefference:
.td_block_1 .td-module-image .td-post-category{
bottom: -16px!important;
right: -5px!important;
}
Thank you!
Hello Alain,
Unfortunately there is no option to remove the lazyload just for parts of the website. You will have to remove it altogether from the theme panel if it causes issues for your ads. Sorry.
Thanks.
Hi,
Unfortunately this will not be so easy to do. The affix menu is more complicated. It will need to be custom made and unfortunately not a ‘walk in the park’. You will need to get some hired help on this one. We try to help out where we can, but we cannot offer customization services. Sorry.
Thank you for your understanding.
Hello,
You can change the footer background colors from the theme panel: http://screencast.com/t/Q6O6bAlwk9xH
Thank you!
Hello,
Our theme uses modules to create blocks. So a block is simply one or more modules wrapped together.
In order to change the title length on a specific block, you will need to check this list and see what module your block uses: http://screencast.com/t/pE5W2b3L6
For block 15: http://screencast.com/t/9kiremZl – http://screencast.com/t/9orZMln5Qu
I hope this helps.
Thank you!
Hello,
Please add this code in the module file you want to use on your blog page:
<?php $td_subtitle_module = get_post_meta($this->post->ID, 'td_post_theme_settings', true); ?>
<p class="td-sub-title"><?php if(!empty($td_subtitle_module['td_subtitle'])){echo $td_subtitle_module['td_subtitle'];} ?></p>
Add the code in the corresponding file under the title: http://screencast.com/t/6qhiGeeGO
Thank you!
Hi,
You can align your post content to justify when editing a post: http://screencast.com/t/mNeQdJmUCgmO
If you want to make all post text to justify, you can use css to do it:
.single-post .td-post-content{
text-align: justify!important;
}
Thank you!
Hello,
Unfortunately we have no way of testing windows 7. We have win 8 minimum around the office but we have not encountered any issues on different windows versions. Please also check this on another machine to see if the problem is not local. I have tested your website on all browsers but could not find any issues.
Let us know how it goes.
Thank you!
Hello,
Unfortunately this will not work simply by copying this part:
Thank you!
Hi,
Basically every step in that guide is important and helps performance issues. The most crucial ones are image optimization, gzip compression, move render blocks to footer using the speedbooster plugin and using a caching plugin.
You need to read and follow the instructions in the guide to increase loading speeds. This however requires a bit of work on your part. You will need to do a bit of reading on these subject to better understand why these are necessary.
Thank you!
Hello,
I have checked your website and saw that you are using an older version of the theme and google changed their tool a bit since then. Please update your theme and then check your post in the structure data tool again.
The article schema info can be found here: http://screencast.com/t/VdbusyRP9 in the same file mentioned above.
Thank you!
Hello,
Unfortunately the sorting options are these: http://screencast.com/t/fdJw6FJJTh64 and you can select your own posts by id if you do not want to show all posts. Any other sorting option will have to be done custom. We try to improve our sorting options on every major update but this process is not an easy one.
Thank you for your understanding.
Hello,
For the social counter please make sure you have the latest version of the theme and the latest version of the plugin as facebook changes impacted the counter. you can follow my tutorial here on page 1 in order to set it up:
https://forum.tagdiv.com/topic/social-counter-facebook-fan-count-incorrect/
Thank you!
Hi,
You can replace these files:
1) td_panel_footer.php (includes/wp-booster/wp-admin/panel/views)
2) td_view_system_status (includes/wp-booster/wp-admin/panel/)
3) td_wp_booster_functions.php (includes/wp-booster/)
4) td-config.php (includes/)
5) td_footer_extra.php and
6) td_footer_extra_bottom.php (parts/footer)
7) style.css (root)
8) style-woocommerce (root)
You can update visual composer as well as there is a new version in the the new update.
Thank you!