Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #94877
    Keith
    Participant

    Hello my friends!

    After I upgraded to the latest theme version, my facebook plugin widget is wacked – it only shows half, the other half is white.

    Not only that, I tried 3 separate facebook plugins one at a time, and they all had the exact same result.

    Methinks perhaps its a small CSS issue that you could kindly take a look at? Very much appreciated!

    http://idigitalmedium.com

    #94892
    Mahesh
    Keymaster

    @live2bfree: Seems like a plugin issue than theme issue. It is taking inline style for width which is causing the problem. Try the widget with WP core theme(tweenty fourteen) and check, if the problem persists, it is not a theme issue.
    However, this can be solved using custom CSS. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .fb-page.fb_iframe_widget > span {
        width: 284px !important;
    }
    

    Regards,
    Mahesh

    #94893
    Mahesh
    Keymaster

    @live2bfree: Seems like a plugin issue than theme issue. It is taking inline style for width which is causing the problem. Try the widget with WP core theme and check, if the problem persists, it is not a theme issue.
    However, this can be solved using custom CSS. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .fb-page.fb_iframe_widget > span {
        width: 284px !important;
    }
    

    Regards,
    Mahesh

    #94910
    Keith
    Participant

    thank you very much, that worked beautifully! (I upped it to 300px)

    Yes, the problem was still there even with the Default WordPress theme….

    But it’s very strange to think that 3 separate plugin maker’s facebook plugins all suddenly have the same issue at the same time – if it’s not the theme then it has to be the wordpress 4.5.3 update…..it is the only logical conclusion.

    Which means this post could help a lot of people.

    Thank you very much! You guys are awesome!

    Keith

    #94938
    Mahesh
    Keymaster

    @live2bfree: Thank you for your appreciation. Yes, that may be the cause. Hope this helps others too. Have a nice day!

    Regards,
    Mahesh

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘None of the Facebook Plugins work after Theme Upgrade’ is closed to new replies.