Search code examples
jquerysafari

Why is my Filterizr gallery suddenly not working in Safari?


I have been using a Filterizr gallery for years on my website.

http://whataprettyface.ca (click 'portfolio' from the nav bar).

Recently I noticed (after not changing anything) that the gallery no longer works properly in Safari (desktop and mobile).

For some reason, selected galleries do not disappear when selecting another gallery.

Everything still works as it should in Firefox, Opera and Chrome.

Has anyone else had this issue?


Solution

  • i had the same issue. I think the problem is Safari 15.4. I solved it adding this css lines:

    .filteredOut > a {
        opacity: 0;
    }
    

    I hope it works for you too.