• Hi !

    I installed the Instagram Feed plugin on my wordpress site.
    Everything seems to work good, the header, the show more button are appearing.

    BUT the images are not displaying.
    On the browser developper window, I saw that the images are called but they got this code : <img style=”display: none;” />.

    Why is there this property ?
    How can I remove it ?

    Thx.

    https://www.ads-software.com/plugins/instagram-feed/

Viewing 1 replies (of 1 total)
  • Plugin Author Craig at Smash Balloon

    (@craig-at-smash-balloon)

    Hi Hugo,

    Our plugin actually works by setting the background of the containing element to your images so that is why the actual <img> element is hidden. There are a few things that could be the problem.

    I’m wondering if your theme sets anchor elements to be inline. Since the element that displays the image is an anchor element, having as displaying “inline” would prevent the width and height from applying. If you use some CSS to change it to an inline-block element it should start appearing.

    This is just as guess and I would be able to tell you for sure if you sent me a link.

    Let me know if you need more help with this and I can take a look!

    – Craig

Viewing 1 replies (of 1 total)
  • The topic ‘Images style display none’ is closed to new replies.