-
AuthorPosts
-
October 10, 2016 at 4:33 pm #697443
Hi, guys, I’ve just launched my blog and I’m using the Facebook Comments plugin. Everything seems to be working properly.
I’m just curious to understand how I would need to go about eliminating one of the multiple “comments” headers, preferably the one that is sandwiched between the first Comments header and the last one. They just seem obsolete. Can you help?
I’d also like to match the formatting of the social media icons “Share this entry” to match the formatting of the first “Comments” header.
Many thanks, guys. I truly appreciate your help.
October 10, 2016 at 4:46 pm #697458Hey MadRhino!
Please post the link to your page and point out the changes you would like to make.
Cheers!
YigitOctober 10, 2016 at 4:56 pm #697465Wow, that was fast !!!
Please see the URL to my blog below, Yigit.
Like I said, I just want to eliminate one of the 3 Comments headers that now show on my blog pages after activating the Facebook Comments plugin. The one I want to eliminate is the one in the middle that says “0 Comments”.
I would also like to match the formatting of the header “Share this entry” with the formatting (i.e. font-size) of the first “Comments” header.
Does this make sense to you now? Many thanks for your time and help with this.
October 10, 2016 at 4:57 pm #697467Sorry, I forgot to mention that I’m using a child theme …
Many thanks again.
October 10, 2016 at 5:04 pm #697471Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-share-box .av-share-link-description { font-size: 20px; }
There is unfortunately no easy way of removing “0 comments” as it is part of Facebook comments has no specific selector, just a P tag. We can try using CSS workarounds however that might affect other elements as well
Regards,
YigitOctober 10, 2016 at 5:13 pm #697476Would it be possible to try “Yigit?
As you can see, this is only a very simple blog with no pages or other content that may be at risk of being affected.
I’m just wondering how other users are going about this. I’ve seen this plugin on many blogs and I never noticed the triple header problem. What would you do? Please advise.
Many thanks.
October 11, 2016 at 1:21 pm #697814Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.single-post .entry-content h3 + p { display: none; }
It will remove P element that comes after H3 (in your case “Comments”) on single posts. If you add H3 element to your blog posts, P element after it will be removed as well. I hope that works for you :)
Best regards,
YigitOctober 13, 2016 at 3:46 pm #698805Thanks, that worked, Yigit.
October 13, 2016 at 4:03 pm #698815Hey!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Cheers!
Yigit -
AuthorPosts
- The topic ‘Facebook Comments Plugin’ is closed to new replies.