Hi,
Unfortunately there is no setting for this, but it can be done by adding an extra condition in the php files.
Please replace this part: http://screencast.com/t/AiASlqmqEd with this code:
if ($num_comments > 0){ ?>
<div class="td-comments-title-wrap <?php echo $td_css_cls_pb_padding_side ?>">
<h4 class="<?php echo $td_css_cls_block_title ?>"><span><?php echo $td_comments_no_text?></span></h4>
</div>
<?php }; ?>
It should look like this:
http://screencast.com/t/UW6NlpRg55e
Thank you!
Hello,
Please provide a link to your website so we can see this space in order to provide a solution.
Thank you!
Hi,
I have checked your site and saw the ad. The ad code is present but the implementation is not the recommended one. You have it inside a raw js element: http://screencast.com/t/IMVcfjVot
Please use the ad box and place your adsense ad in the theme panel in the destined Ad spots:
https://forum.tagdiv.com/sidebar-ads/
Thank you!
Hi,
Please provide a link to the page in question and an example on how you set it up in the back-end.
Thank you!
Hi,
As you can see, the topic is form almost 2 years back. The code will not work anymore as the theme has been updated many times since then. You can target your blocks using the browser inspector and use the specific css classes like so: http://screencast.com/t/IklwH06h21Xq
In this case, if you want to remove the padding, you would use the code like so:
.td_block_7.td_block_wrap{
padding-bottom: 0!important;
}
I also added the block 7 class so the code will be more specific as multiple blocks use the .td_block_wrap class and if I were to only leave this class in the code, ALL the blocks will have the padding removed.
Hope this helps.
Thank you!
Hi,
Block titles can be edited from block settings. When you create a new block the block settings will pop-up onscreen. If the block is already implemented, you can access the settings from the little pencil icon here: http://screencast.com/t/ZEeS5vR9S4H4
Thank you!
Hi,
AS you may know, we cannot do it for you in this type of situation (custom work is not covered by support) but we can point you in the right direction. You can replace the get_author or get_date functions with this one: https://codex.wordpress.org/Custom_Fields
The codex is very useful as it describes in detail how you can use the function.
Hope this helps.
Thank you!
Hi,
You can add it here on the forum, or if you wish to send it in private, you can send it via email at contact@tagdiv.com. If you send us an email , please also provide a link to this topic so we can identify you!
Thanks.
Hi Carmen,
Well it did work before. But maybe you added a few more plugins that broke it. Please disable all your plugins except visual composer, clear cache and reset cdn files. Then check it again and identify the plugin that breaks it.
Thank you!
Hi,
I’m not sure where you are getting this error. We never saw this error on the homepage before, nor is there a block 27. There are only 21 blocks in our theme. We know of a similar issue that comes up in module 16 in the search template for posts that have no featured image set to them: http://screencast.com/t/SJyrSuZpn (do not use module 16). This will be fixed in the next version of the theme.
Please provide more details if this is not the same search page error.
Thank you!
Hi,
There is no need to create 2 posts with the same issue as we answer all questions on the forum:
https://forum.tagdiv.com/topic/adsense-ad-just-below-the-post-title/
Thank you!
Hi,
Our theme does not have such an option so if you are looking for seo yoast configuration, you need to be looking at their official site and documentation: https://yoast.com/social-media-optimization-with-wordpress-seo-by-yoast/ as we cannot provide help for plugin settings.
Thank you!
Hello,
The post title has a dynamic color if it’s left on default so it will change based on the post style. If you cahange the post style color, this dynamic color will be lost and you will have to set it with css for every particular post style. Your site requires a username and password so I cannot see it but this css should do the trick:
.td-post-template-8 .entry-title{
color:white!important;
}
Simply add the code in the theme panel, custom css box.
Thank you!
Hi,
You can edit loo-single-1.php from the rrot directory like so: http://screencast.com/t/jRjih2t0k
And add this code:
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?>
Make sure you have an ad in the custom ad 1 spot
Thank you!
Hi,
The css code can simply be added in the theme pane->custom css box like so:
http://screencast.com/t/aQ8AqKMzT and this will be the result:
http://screencast.com/t/8WxVgTnYfTb
Thank you!
Hello,
Unfortunately it’s simply the wordpress way of dealing with links. We do not control the way WP works.
Thank you!
Hello,
Unfortunately we cannot provide any solution for this as we have not tested the disqus plugin. Maybe the plugin author can help on this one as the comments from our theme are the same ones as WP only styled differently.
Thank you!
Hi,
I have checked your website on both ios and android but could not find any issues. Please provide more details so we can understand the problem.
Thank you!
Hi,
Maybe the theme API is the answer for you if you wish to make a few modifications:
https://forum.tagdiv.com/api-single-template-introduction/
Thank you!
You can simply replace the links with your own. Right now the links lead to our demos. I assume you want them to lead to your own url’s.
Thank you!
Hi,
you will need to specify the header style that you use as different header styles have different layouts.
Thank you!
Hello,
Please follow every step in this tutorial:
1) Please make sure you have the latest theme version: 6.7 If not, you need to follow this guide to update your theme: https://forum.tagdiv.com/how-to-update-the-theme-2/
2) Having the latest version of the theme is not enough if you do not update the social counter as well. You need to remove the current version you use: http://screencast.com/t/4jvRwNzK and then install the version of the plugin that comes with the 6.7 theme: http://screencast.com/t/9AKKURjTjX
You can recognize if you have the correct version of the plugin when you see the new app key settings: http://screencast.com/t/CIXxklBanNl If you do not have these settings in your social counter it means you do not have the correct version.
3)You need to follow this guide to get the requirements from facebook:
https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
Please keep in mind that the social counter is not a live count. It will update once every few hours.
Once you followed all the above steps properly and made sure you have not missed anything, (and the social counter still does not work), then you can send an email to contact@tagdiv.com with your login information so we can further inspect the issue.
Thank you!
Hi,
I have tested this on my end but could not find any problem. Nor could I see any duplication on your end. It does not matter what H tag you use for your smartlist titles as long as you select the one you use from here: http://screencast.com/t/aDMcGwBkY
Let us know if you require any further assistance.
Thank you!
Hello,
If you want to show the modified date, please follow this topic: https://forum.tagdiv.com/topic/how-to-add-last-updated-time/
As for he Ad titles, this will not be easy to do as the theme has no settings for this so they will have to be made custom. You will have to edit every place the ads are called in our theme. Then you can add this line above the ad code to show the title:
<?php echo '<div class="td-adspot-title">- Advertisment -</div>'; ?>
For example on a header ad: http://screencast.com/t/6JqS6R9sqY
But this will also cause the ads to drop a line or 2 because the ad title needs space to display:
http://screencast.com/t/efpcLyAEJ7A so then you also need to edit the position of the ads and remove margins, padding and so on. Everything you modify will affect other elements.
Thank you!
Hello,
You can use the same technique for hiding any element.
You would use the code like so:
.page-id-147 .td-header-rec-wrap{
display:none!important;
}
You need to use the browser inspector and target the css classes.
Thank you!