Facebook button overflow problem
-
Topic
-
Hi,
I tried to put a Facebook button “Like” inside a Text Widget on a sidebar, and when I click the Like button, the popup window (or “flyout”) doesn’t show.
Facebook FAQ says this regarding this problem:
If the Like button is placed near the edge of an HTML element with the overflow property set to hidden, the flyout may be clipped or completely hidden when the button is clicked. This can be remedied by setting the overflow property to a value other than hidden, such as visible, scroll, or auto.
What I did is to put the Facebook Javascript code inside the header.php just after this line #23:
<body <?php body_class(); ?>>
And then I put the div code for the button inside the Text Widget.
And everything work but the popup when you click on “Like”, you can try it there, on the right side-bar: http://www.orchis-eaulogie.com/
I tried to change some CSS overflow value with Web Developer to see if I could find which one was making this problem, but I found nothing.
I will be very grateful if you could help me.
Thank you.
- The forum ‘Alyeska Responsive WordPress Theme’ is closed to new topics and replies.