Facebook Comment Plugin not displaying properly on some posts

Hi,

I noticed that the Facebook comment plugin is not displaying properly on some posts.

In some cases, it’s displaying full width and in some cases, it’s like 10% of its width or not loading fully.

https://www.kali-orexi.com.au/kos-pastitsio/

Can you help me to figure out what’s happening?

Hey Kenza,

I see the issue the third time a re-loaded your page. I’m not yet sure why this is happening though but please first try testing for a plugin conflict because it looks like there’s conflict with MailChimp JS in your site. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

If that does not help, try adding this code in X > Theme Options > CSS.

.fb_iframe_widget_fluid_desktop iframe {
    width:100% !important;
}

Thanks.

Thank you @christian_y

You are most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.