I have a collection list page with a masonry grid for display projects. Items are filtered by Finsweet Attributes with radio buttons.
If I use Refokus Masonry Library, i have a problem of images loading when i click on a filter nav item (Desktop + Smartphone).
If I use Macy.js (actually set. up on the site), i have a problem of loading, but only on smartphone (it create a big space between filters and collection list).
Hi, I’m having the same problem.
I had Macy.js working, but in combination with the new V2 List Filter I ran into two problems: firstly the whole grid moved downwards after a big white space. This was removed after adding the code below, as found in the docs of Macy.js:
But the other problem is that after selecting a filter, the corresponding items stayed and the rest was removed, but the remaining items stayed in their grid cell, so they didn’t moved together at the top.
I added the script of @Support-Luis (changing the class for removing the “is-loading” combo-class, that I also added because we’ve probably watched the same tutorial of Web Bae . But everything else I just copied and maybe I should’ve changed something else because it’s not working anymore. The filter works again, but Macy isn’t working anymore… I tried changing “cmsfilter” into “list”, “fs-list” and “filter”, thinking it might have something to do with the new V2, but tbh my coding skills are just insufficient to fully comprehend the code…
Hope someone can help out, cheers.
Here’s my read-only, it’s the portfolio section. (I was working in a sandbox in Slater but moved it to the before body tag)