Comments style

Posted in: Newspaper
Post count: 285

Hi,
Why doesn’t work the style/class for “td-comments-title block-title” ?

  • This topic was modified 9 years by nairolf.
Post count: 285

The class for <h4> title is incomplete, missing block-title

*Add to the list for your next update

Post count: 23312

Hello nairolf,

Please provide your website URL so I can inspect it closer your comments and also, so I will be able to provide a more accurate response.

Thanks.

Post count: 285

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

Post count: 23312

Hello nairolf,

I have investigated this case on my side and the code is still there and please notice that nothing has been missed. Also, if you want to investigate your problem please keep in mind that I will need to know your website.

Thanks.

Post count: 285

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.

  • This reply was modified 9 years by nairolf.
  • This reply was modified 9 years by nairolf.
Post count: 285

I just downloaded again right now the 7.4 and look at the capture. If your file comments.php from wp_booster is different and the class for <h4> is complete in your side, note that in Themeforest is not the same.

Post count: 23312

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!

Post count: 285

Hi Catalin,
That condition is not work for me (v7.4) neither for my friend that use 7.3
Both we ad the class directly into the tag.

Nevermind, like i say, is not a big problem.
Thank you anyway!

Post count: 23312

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.

Viewing 10 posts - 1 through 10 (of 10 total)
You must be logged in to reply to this topic.