Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #536340

    I have looked through the support area a lot and everything I find to do with this question is old.

    How do I have the Masonry Gallery auto load without having to scroll down?

    I have looked for the ‘includes/helper-slideshow.php’ mentioned in older posts but that no longer exists.

    Help is greatly appreciated.

    Thank you.

    #536656

    Hi Micheal0424!

    Please see here, https://kriesi.at/support/topic/disable-animation/#post-371416.

    Best regards,
    Elliott

    #536745

    That worked perfectly, I used the code from the link you provided.

    Thank you very much!!

    The code I used from the link:

    .avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry{
    -webkit-animation: none; /* Safari 4+ */
    -moz-animation: none; /* Fx 5+ */
    animation: none; /* IE 10+ */
    }

    .av-masonry-entry {
    opacity: 1 !important;
    visibility: visible !important;
    }

    #536809

    Hi!

    Glad to know we could help :)

    Please let us know if you ever need any help in the future.

    Cheers!
    Dake

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Masonry Gallery Auto Load’ is closed to new replies.