Facebook fancy comments plugin unreasonable issue

Posted in: Newspaper
Post count: 27

Heelo

I am using tagdiv themes on 3 sites but just recently I brought Newspaper theme. I am using gossip version and I am trying to edit it like I want. After adding Facebook Fancy Comments plugin (which is working nice on Newsmag) this what happened. see pic.

I want to have comment box just directly under post content but for some reason (which has something in common with templates from cloud library) plugin adding comment box twice. This is also happening when I am using footer template, then comment box is 3 time on single page.

Plugin is set up correctly how it has to be.

Can somebody help me?

pic: https://ibb.co/GcxTBrn

Post count: 20688

Hi,

I see the problem, seems the Facebook comments appear 3 times for some reason. Once where expected, then below the related articles and also below the footer.

I could give you a code to remove the extra comment sections, you could give it a try

.single .fb-comments,
.single .heateor_ffc_facebook_comments_title {
display: none;
}
article .tdb_single_content .fb-comments,
article .tdb_single_content .heateor_ffc_facebook_comments_title {
display: inline-block;
}

Thanks

Post count: 27

Hello

Thanks for fast reply. This code needs to be inserted where?

Post count: 27

I want to have comment box under article only

Thanks for help in advance

Post count: 20688

It can be added in the theme panel custom CSS section. From what I can see it is working
http://prntscr.com/np95f2
If you have more questions let us know.

Post count: 27

I added your code straight to the plugin custom css

Thank you very much

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