issue with Facebook comments

Posted in: Newspaper
Post count: 5

We recently installed newspaper theme. We are using facebook comments plugin but the comments section is appearing twice on all our posts. For reference, please check this: https://analyticsindiamag.com/wipro-connects-with-hedera-hashgraph-public-blockchain-as-governing-council-member/

There are 2 comments section, one just below the post and another at the beginning of next post.

Post count: 35449

Hi

This is an untested plugin, the only think that I can do is to provide a css to hide the last comment -> https://i.imgur.com/EJqiC4P.png
article .fb_iframe_widget_fluid_desktop, article h3, article p{
display: none;
}
article .tdc-zone .fb_iframe_widget_fluid_desktop, article .tdc-zone h3, article .tdc-zone p {
display: block!important;
}

The code need to be set in theme panel> custom code> custom css

Hope this will help you!
Thank you!

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