Hi
I’m just starting to build a site for our village photography club on a development server. When I put 2 different mansory galleries on one page, the second mansonry gallery wont load.
Here is the page I have created
https://juniperdev.co.uk/WHPC/corners-nooks-crannies-june-2025/
Do you now why this would be? I’m sure I have had multiple mansory galleries on pages before?
Regards
Colin
Hey waveseven,
I see a masonry under Corners, Nooks & Crannies Theme Photos and under Image of the Month Photos both are loading.
Best regards,
Mike
Hi Mike
Thanks for the quick response. That’s interesteing. I dont see the second one. I have tried clearing the cashe and tried in Chrome, Safari, and Firefos and the second one doesn’t load? I’ve even cleared the cache from the server too.
Regards
Colin
Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
.av-masonry-animation-active {
opacity: 1 !important;
transform: none !important;
transition: none !important;
}
.av-masonry-animation-active .av-masonry-entry {
visibility: visible;
opacity: 1;
animation: none !important;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hi Mike
Yes that makes them all load ok. They seem to load straight away and then they reload again with the default animation as you scroll down.
Regards
Colin