Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #376489

    I have noticed that the Facebook Like Box/Feed doesn’t seem to work properly with Enfold.
    Got the official html5 code from https://developers.facebook.com/docs/plugins/like-box-for-pages and can get it to show up in Advanced Visual Editor, however it will not display on the published page.

    Used the iFrame code option and got it to work, however, the Theme is stripping the background color off and making the feed transparent. This is fine on a white background but bad on a non-white background. Have not had an issue with this method with any other WordPress themes. Screenshot: http://62d.14e.myftpupload.com/wp-content/uploads/enfold-social-media.png

    Also tried the suggested plugin http://wordpress.org/support/plugin/custom-facebook-feed but it didn’t work correctly either.
    Am just really confused why Enfold wont take the standard code from Facebook
    Thanks for the insight

    #376994

    Hey Jon!

    you can use this to control the background-color of the iFrame:

    iframe, object, embed {
    background-color: white;
    }
    

    Cheers!
    Andy

    #377010

    Awesome, thanks a ton Andy!
    I was missing “object” in the code when I tried to do it myself.
    Still had the really old school thing in my head from when <object> and <iframe> used to be 2 separate element rules
    Thanks a again for the quick help
    Jon

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Facebook Like Box/Feed Not Working (Has Transparent Background)’ is closed to new replies.