Tagged: share buttons
-
AuthorPosts
-
July 3, 2015 at 9:48 am #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 CommentsI 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 9 years, 4 months ago by iclo.
July 4, 2015 at 5:49 am #468298Hi 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,
RikardJuly 4, 2015 at 8:26 am #468334Hey!
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!
JosueJuly 4, 2015 at 8:42 am #468337Thanks 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?
July 4, 2015 at 1:07 pm #468395I’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,
JosueJuly 5, 2015 at 10:28 am #468514Never mind my previous comment.
Hopefully it will be more clear now.
No element
Works fine
—
Adding masonry element
Sending Cocorico Social and Facebook Comments Plugin to the footer
- This reply was modified 9 years, 4 months ago by iclo.
July 5, 2015 at 6:06 pm #468590Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueJuly 5, 2015 at 7:20 pm #468597Here you go ;)
July 6, 2015 at 2:55 pm #468966Hey!
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!
AndyJuly 7, 2015 at 9:23 pm #469931Hey!
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?
July 7, 2015 at 10:11 pm #469956Hey!
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 -
AuthorPosts
- You must be logged in to reply to this topic.