Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #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.

    #697458

    Hey MadRhino!

    Please post the link to your page and point out the changes you would like to make.

    Cheers!
    Yigit

    #697465

    Wow, 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.

    #697467

    Sorry, I forgot to mention that I’m using a child theme …

    Many thanks again.

    #697471

    Hi!

    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,
    Yigit

    #697476

    Would 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.

    #697814

    Hi,

    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,
    Yigit

    #698805

    Thanks, that worked, Yigit.

    #698815

    Hey!

    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

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Facebook Comments Plugin’ is closed to new replies.