yogipatel5
Member
Posted 3 months ago #
I have noticed this on screen resolutions that are more than 1024. The dialog that pops up for send and the dialong that pops up after you have liked the page is tucked under the footer and is not visible. This problem is only present when the icons are at the bottom of the page. When the facebook icon is on the top the full dialog pops up.
http://208.113.254.9
http://wordpress.org/extend/plugins/nextgen-facebook/
You probably have the overflow property for that page (between the header and footer) set to hidden. For more info see:
https://developers.facebook.com/docs/reference/plugins/like/
When I click the Like button, the popup window (or "flyout") doesn't show. Why?
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.
js.
yogipatel5
Member
Posted 3 months ago #
where do i set the overflow property to auto? the app itself or the body of the page.
You'll have to find the CSS class/id of the container. If you're in Firefox, you can right-click and use "Inspect Element".
js.