Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1487032

    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

    #1487034

    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

    #1487036

    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

    #1487038

    Hi,
    This one, right?
    Screen Shot 2025 07 20 at 10.05.32 AM
    The animation seems a little slow, do you have a caching plugin or a object-oriented server cache such as Memcached, Redis, Varnish, Litespeed, etc?

    Best regards,
    Mi

    #1487039

    Yes that’s the one.

    I dont have a caching plug-in installed on the site, there is server caching but that is turned off. This is what I see….. IMAGE

    Regards
    Colin

    • This reply was modified 5 hours, 51 minutes ago by waveseven.
    #1487043

    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

    #1487045

    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

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