Tagged: 

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #467874

    At the bottom of my blog posts, I’d like to have simple share buttons and Facebook comments box.

    I’m using :
    Cocorico Social
    Facebook Comments

    I already changed Facebook Comments Box width but how can I adjust Cocorico Social width? At the moment these buttons fit the Maximum Container Width of the page when I’d like they fit the text block width (which I edited).

    Once the width is ok, I’d like to have all of these elements centered in the middle of the page (just like the text block).

    Many thanks.

    • This topic was modified 8 years, 9 months ago by iclo.
    #468298

    Hi iclo!

    Please try the following in Quick CSS under Enfold–>General Styling:

    .coco-social {
      margin: 10px 0;
      padding: 0;
      display: inline-block;
      width: 600px !important;
      margin: 0 auto;
      display: table;
    }
    
    @media only screen and (max-width: 767px) {
      width: 100% !important;
      display: block;
    }

    Regards,
    Rikard

    #468334

    Hey!

    Try adding this code to the Quick CSS:

    #top .coco-social.bottom {
        max-width: 582px;
        margin: 0 auto;
        display: block;
    }
    
    #top .fb-comments {
        display: block;
        text-align: center;
    }

    Cheers! 
    Josue

    #468337

    Thanks guys. Josue your code works perfectly :)

    Now I have other concerns about these 2 elements. For an unknown reason if I don’t insert a comment box from the layout builder at the bottom of my post they appear in the footer. Same thing if I want to add a masonry element (which I’d like to use as a “related posts” element).

    Any clue?

    #468395

    I’m not sure if i understood the issue correctly, what exactly appears in the footer? can you post a screenshot depicting the issue?

    Best regards,
    Josue

    #468514

    Never mind my previous comment.

    Hopefully it will be more clear now.

    No element
    No element

    Works fine
    Works fine

    Adding masonry element
    Adding masonry element

    Sending Cocorico Social and Facebook Comments Plugin to the footer
    Sending Cocorico Social and Facebook Comments Plugin to the footer

    • This reply was modified 8 years, 9 months ago by iclo.
    #468590

    Hi,

    Can you please create us a WordPress administrator account? post it here as a private reply.

    Regards,
    Josue

    #468597

    Here you go ;)

    #468966

    Hey!

    could you try to deactivate all other plugins please? to check if one is causing this issue.
    Please contact the plugin’s author to check if they can see how to solve this issue.

    Cheers!
    Andy

    #469931

    Hey!

    I deactivated the plugins one after the other. The problem is still there. I guess it’s coming from the use of ALB. Is that possible?

    #469956

    Hey!

    Please duplicate the page for us, and make it private so we can see it.
    List it here, so we can check and debug the issue.

    Cheers!
    Basilis

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.