Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #440782

    Hello!

    In Safari the masonry images are not loading at all. I have the latest update and tried deactivate pluginns allready. Unfortunately on some pages random pictures are not loading too. You know what is causing this problem?

    Greetz, Lara

    #441089

    Hi lara!

    Which version of Safari are you using? It does work fine on my end – http://i.imgur.com/URKPRKa.jpg

    Best regards,
    Yigit

    #441125

    Hi Yigit,

    Thanks for the screenshot. I’m using an old version of Safari (5.1.10), so I think that’s causing the problem.

    Greetz, Lara

    #442033

    Hi!

    I was able to reproduce the issue on the same browser version, try to add this in the Quick CSS field:

    @media screen and (-webkit-min-device-pixel-ratio:0) { 
        ::i-block-chrome,.av-masonry-entry {
         opacity: 1;
         }
    }

    Remove browser cache then reload the page. If it doesn’t work, try this:

    .avia-safari .av-masonry-entry {
      opacity: 1;
    }

    Regards,
    Ismael

    #442082

    Hi Ismael,

    Thanks for your reply. I can’t get the masonry gallery work properly on my ‘old’ safari browser, even with the codes you’ve provided. The masonry gallery lightbox is working. After clicking an item, the images load. Is it working on your browser with this code?

    Greetz, Lara

    #442816

    Hey!

    I checked the page again on safari and the masonry items are working. Please remove browser cache then reload the page.

    Regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.