• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Marek
  • Private: No
  • Open Date: 22.07.19, 11:23
  • Opened by: Herviboras
  • Closed by: Marek
  • Closed on: 23.07.19, 16:45
  • Reason: Closed
  • Comment: Glad to help!

Ticket #15155 - The images of the "Instagram feed" are displayed in full screen.

The images of the “Instagram feed” are displayed in full screen. (I think it has started to happen while updating the theme.)

Comments

Marek 22 Jul 2019, 11:42

I see the following message in the console.

Error: No images were returned from Instagram

Please check out your API key, it must be correct

Herviboras 22 Jul 2019, 12:44

The images were not visible in the mobile version because it had not been configured yet (it is already done). But the problem is that the images appear occupying the entire screen, not as a serie of thumbnails as before (in desktop version and in mobile version).

Marek 22 Jul 2019, 13:01

Where I can see that? please give me a link

Herviboras 22 Jul 2019, 13:15

In the Home of my page https://herviboras.com/

Marek 22 Jul 2019, 13:35

I see the following message in the console.

Error: No images were returned from Instagram

Please check out your API key, it must be correct.

Herviboras 22 Jul 2019, 15:04

I don’t know why, but the instagram images only seen if the web browse is in incognito mode.

Marek 22 Jul 2019, 16:08

The fix for the images view is the following CSS:

.instafeed_ul.pk-carousel:not(.pk-carousel-active) > div {width:20%}

You can also try to use Instagram widget instead of module

Herviboras 23 Jul 2019, 16:44

It still doesn’t work, but I’ve changed it for the “Instagram widget” and it’s going well. Thanks