'no comments header'

Posted in: Newspaper
Post count: 109

Hi,

I noticed that there is a ‘no comments’ header when i disable ‘comments’ on pages.

https://gyazo.com/30e47ffb555e33e089939a58954d78b0

Is this a bug in the theme?

JB

Post count: 23312

Hello JBH,

If you want to exclude this header, it is necessary to use a bit of CSS to hide it. Please try the code below and add it in Theme panel->Custom CSS area.

.td-comments-title-wrap {
display:none;
}

We know about this problem and we try to fix it in the future update.

Thank you for the message!

Post count: 109

Excellent! But dows this css code exclude all comment headers? Also the ones at the posts that ‘do have’ comments enabled?

JB

Post count: 23312

Hello JBH,

We know about this problem and I have added this in our list to find a better implementation for comments when are disabled, till then please try this solution -> make a backup of your current comments.php file -> http://screencast.com/t/01T9vxoNa and then replace with this content – http://pastebin.com/e7wy2ham

Sorry for the inconvenience!

Hope this helps!

Post count: 109

Thank you Catalin, do you think it will be fixed the next update?

JB

Post count: 23312

Hello JBH,

Yes, this fix will be available for the next major update in near future.

Thank you for the message!

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.