By Keith Colleluori on Friday, 31 July 2015
Posted in General Issues
Replies 6
Likes 0
Views 814
Votes 0
facebook post and like box is cut off after clicking on entry view
Hey Keith,

When I tried viewing your post, the like box seems to appear fine for me as you can see here, http://screencast.com/t/RDrkaGjyxo . Am I missing anything here?
·
Friday, 31 July 2015 15:03
·
0 Likes
·
0 Votes
·
0 Comments
·
you tell me!
·
Saturday, 01 August 2015 12:53
·
0 Likes
·
0 Votes
·
0 Comments
·
i think this is windows 8.1 with 32 bit processing and i pulled that screenshot on chrome.
·
Saturday, 01 August 2015 12:55
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Keith,

Regarding your issue, look like there is a css styling conflict from your Joomla template. To fix your issue, can you add below css code into your Joomla template css file? ( I cant see which css file is for custom as your site the css was compressed )


body .eb-share-buttons .eb-share-facebook iframe {
max-width: none !important;
}


Once you've applied the above code, the FB like box should appear correctly. E.g:
http://screencast.com/t/utGeU3kcd6NF

You might need to clear your web browser cache so that your browser will not use the old css files

Hope this help and have a nice day!
Sam
·
Saturday, 01 August 2015 13:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Also my pinterest button is off and spacing now with the facebook button too -- see attachment plz
·
Saturday, 08 August 2015 10:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Keith,

I've help you applied some css code in your JoomlaFolder/templates/naturalway/custom/custom.css file, can you try clear your Joomla and browser cache before you test, it should work fine now.

div#fd.eb .eb-share-buttons.is-large > div .pinterest {
position: relative;
top: 30px;
}

div#fd.eb .eb-share-facebook .facebook-like {
width: 52px;
}

div#fd.eb .eb-share-facebook .fb_iframe_widget,
div#fd.eb .eb-share-facebook .fb_iframe_widget span,
div#fd.eb .eb-share-facebook .fb_iframe_widget span iframe[style] {
min-width: 450px !important;
}
·
Saturday, 08 August 2015 14:06
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post