Thanks to SO: https://stackoverflow.com/questions/10471848/css-z-index-overflow-facebook-xfbml-and-safari
Turns out I needed positions and z-indexes, but also this on the containing <div>
, which uses a “clearfix” trick (instead of using overflow:hidden) to make #main wrap its floated children:
Original:
#main {
clear: both;
padding: 5px 0 0 0;
position: relative;
z-index:1;
overflow:hidden /*removed */
}
Added:
#main:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
zoom: 1;
}
Related Posts:
- Facebook comments box on front page
- How to get user-meta from Social Login registered users?
- Installing Facebook comment plug in without loosing all previous wordpress comments?
- Top 3 posts in last week ordered by Facebook and Twitter share counts
- Facebook Like Button On Individual Comments
- Is it possible to integrate WordPress *posts* and social media (Facebook, Google+, Twitter)? [closed]
- Allow Facebook to preview posts before published
- Shortcode in AJAX popup
- Are there any plugins yet that support Facebook Like, Google +1 and allow Social Interaction tracking on Google Analytics
- WordPress Social Login > Post to a users Facebook wall
- Facebook plugin shows existing comments
- Conditionally add apt. Open Graph meta data to different pages on WordPress site
- Facebook Like needs confirmation?
- How to Add custom subtitle as og:title to Facebook Open Graph Meta Data in WordPress Themes?
- Is there a way to share your Facebook Page’s stream on a WordPress page or post?
- What is generating my meta og:description?
- Updating the Drag-To-Share eXtended share URLs?
- Integrate BuddyPress & Facebook
- Facebook-like Notification Plugin for WordPress Community Blog Sites?
- Want to take Facebook Page posts and turn them into blog post
- Set plugin-values when creating post via REST-API
- Restrict access to content in conjunction with facebook connect & google login
- Integrate Facebook comments with native comments
- How do post a Photo to Facebook when a post is published? [closed]
- How to add FB like + share AND also other Social Buttons on ALL pages and posts?
- Is there a social members only login plugin for WordPress? [closed]
- Posting from WordPress to Facebook [closed]
- How to grab facebook page feed?
- Socialite WP plugin, unable to obtain API keys from FB
- Where is this strange og:description coming from?
- Shortcode does not expand in Facebook like
- how do i change my website facebook login button to another text immediately user login? [closed]
- HTTPS connection with wampserver for “Facebook for WordPress” plugin
- Error: Can´t access facebook comment plugin admin page
- Facebook ‘Share’ and ‘Like’ on individual posts
- Facebook and Twitter share buttons not working [closed]
- Publishing a video from blog to youtube
- How to get Facebook comment plugin in blog? [closed]
- Displaying the facebook profile picture in the WP-FB AutoConnect widget?
- Allow webp use on website but disallow webp as featured image during post creation
- How to stop Facebook mobile in-app browser cache on WordPress
- Facebook sharing image error with facebook debug
- Facebook Quote Plugin for Blockquote?
- How to display the Facebook like count in WordPress theme [closed]
- How to display single arbitrary facebook post with a shortcode?
- Plugin used only on some pages – not widget
- Facebook meta tags not working properly on WordPress Site
- Facebook Feed Grabber Cache Relative to Dev Machine, not Server Install
- Remove ‘Publish to Facebook’ checkbox for Facebook page publish plugin
- Facebook Like Button with NextGen Gallery
- Overriding FB Auto Connect plugin function displayed in footer
- wp_update_post call really slow when official Facebook plugin is installed
- Publishing videos and images from blog to facebook
- Display Facebook photo albums and photo comments?
- Make a magic tag work with Custom Post Types
- Facebook like plugin with Multi Option-Needed [closed]
- Looking for Plugin that displays Facebook group’s photos [closed]
- Open graph issue on my theme
- Facebook comment into my blog
- Serious social interaction [closed]
- True or False: Is an Apache error or PHP error the same as a WordPress error?
- Publish post facebook page & twitter automatically [closed]
- How to eliminate weird 404 errors in wp-admin?
- How would you require and automatically download dependent plugins?
- Create WooCommerce Product Category Programmatically
- Publish Post After Click On A Link
- gallery option is not available in media upload box in costum theme option page
- API for getting plugin core compatibility?
- Woocommerce disable shopping cart based on user roles
- Object Oriented Plugin not working
- Plugin dropping pagination variable
- How to add checkboxes for a woocommerce product? [closed]
- How to echo text in browser instead of download junk file?
- Use Editorial Calendar on any other page within any other plugin
- add_action in a custom plugin
- Add custom text color WordPress 3.9 TinyMCE 4 Visual editor
- ACF: post query, hide duplicate values [closed]
- WordPress Jquery UI Spinner
- Is there a plugin to turn comments into structured reviews [closed]
- Adding custom meta boxes to specified custom post type
- How do I make a shortcode to display the shop name on Dokan?
- Automatic WordPress Clone Backup
- Adding a simple Javascript file with a plugin
- Can’t Install/Upgrade Plugins Through WordPress
- Example for use tinymce in wordpress 3.5.1?
- Chat support plugin? [closed]
- how does ‘init’ /’parse_request’ hook work for wordpress?
- Service status plugin
- Share login credential with QR code
- Shortcode do not return the right data in post
- Avoid WordPress header bar when form submission using admin_post in the frontend
- Bootstrap carousel – Using shortcode inside enclosing shortcode
- plugins break after moving wp-content folder
- How to populate a Mailchimp newsletter with latest events from WordPress plugin EventOn?
- Change localization only for plugin
- How to get author developer link on plugin page
- Show all posts of all categories but excluding a category on custom blog page with pagination of my theme
- Session alternative for plugins (due to caching)
- WordPress 3.5 install error
- woocommerce retriving category name as div class?