Comment Count

Posted in: Newspaper
Post count: 28

Hello,

Im using Block 22 and want to show the comment count next to the title (see timworstall.continentaltelegraph.com)

How can i do this?

Thanks

Post count: 35449

Hi,

If you want to activate/enable the Comment Count you need to go in Newspaper>Theme panel> Blocks Settings > Meta info on Modules/Blocks and activate the “Show comment count” -> https://www.screencast.com/t/P64OrKwQ

Thank you!

Post count: 28

Hi,

I have done this but the comment count is not shown on the block? see timworstall.continentaltelegraph.com. Its shown on the single page, but not next to the block / item title on the homepage?

Post count: 35449

Hi,

Please make sure that you do not have a plugin conflict with untested plugins, please deactivate all non theme, also if you are using child theme, clear all cache and try again.

If this is still not working please try this custom css
https://www.screencast.com/t/xF7kctwfia
.td-module-comments {
right: 0;
position: fixed;
}
.td_module_17 .td-module-comments a {
color: #fff;
background-color: #000!important;
}
.td_module_17 .td-module-comments a:after {
border-color: #000 transparent transparent transparent!important;
}

Set the code in Theme panel>Custom code>Custom css

Thank you!

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