Instagram feed no longer showing in Content Area

Hi there -

I have a shortcode for an Instagram feed in a content area of the pro footer. It was workign fine until this past week and now it is no longer displaying:

Please help!

Hi there,

Would you please kindly tell us which plugin you used to add the Instagram Feed shortcode?

Please consider that the Instagram changed it’s API system and the previous versions of the plugins will not work anymore.

If you used The Grid or Essential Grid plugins you will need to update them to the latest versions.

If you used another 3rd party plugin you need to contact the plugin developer as the current version will not work because of the recent changes to the Instagram API.

Thank you.

Hi,

We were using the Instagram Feed plugin - we did see the other threads about the Instagram API so we downloaded the latest version of the Grid to try, but that wasn’t showing for us either.

This is now the Grid plugin: https://vita-mode.com/
In the footer under “Behind the Scenes” is where the feed should be showing.

Hi,

Try to deactivate Instagram Feed plugin it could be in conflict with The Grid Plugin.

If that doesn’t help, kindly provide us your wordpress admin login in Secure Note

Thanks

Hi Paul,

I deactivated the other plugin but it’s still not working. I’lll send over log in info

Hi there,

I have checked and the Instagram feed seems to be on the page since the image are reflected on the code when I checked from the code inspector, it’s just that they are not visible because for some reason, the image blocks are not getting any height and width set to them.

Kindly try to do the following:

1. Select the Content Area element that contains the shortcode for the Instagram feed.
2. Click on the element’s Customize option.
3. Add this code to the Element CSS option:

$el {
  display: block;
  width: 100%;
  height: auto;
}

Then save the Footer builder and clear the site’s cache before checking on the frontpage of the site.

Hope this helps.

That worked!! thank you so much Jade!

You are most welcome. :slight_smile:

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