Hi Catalin,
That is happening in all webs (not only in mine),
In Newspapaer/includes/wp_booster/comments.php your developer has forgotten to add block-title into the class for <h4> in the line 32.
Here is the original code present:
<h4 class="td-comments-title <?php echo $td_css_cls_block_title ?>"><span><?php echo $td_comments_no_text?></span></h4>
and here as it should be:
<h4 class="td-comments-title block-title <?php echo $td_css_cls_block_title ?>"><span><?php echo $td_comments_no_text?></span></h4>
Cheers
Of course that in your demo the code is there but in Themeforest, no! (neither in v7.3 o 7.4)
Please check all the websites from users they have left here links in the forum and use 7.3 or 7.4 version and you’ll see that I am right.
Check the code which/has been published in Themeforest for this versions.
In the changelog v7.3 you have announced misc: added class to comment titles but never was there.
For me is not a problem.
Hello nairolf,
Please look at this image here -> http://screencast.com/t/wYpACfKTU and you will understand where exactly is placed that code.
Thanks for your understanding!
Hello nairolf,
I asked your website and you do not provide me. If you want a deeper investigation in this regard, you have to provide your website URL. Also, if you are using some untested plugins, try to disable all of them, leave just Visual Composer to active, clear all your caches and install only the plugins that come bundled with our theme and rule out the conflicting plugins.
Thanks.


