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

    Hi

    I have a masonry gallery on this page https://www.deborahrose.co.uk/spirit-of-songwriting/ which I have stopped from animating and loading only when the viewer scrolls down the page. this is perfect but how do I make the ‘Show More’ button appear before the viewer scrolls down. Before the button appears, there is a big white gap in the page which might lead people to think there is no further info on the page. Is it called Lazy Load??

    I have used this code so far

    .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;
    }

    Thanks, Lyndon

    #1021465

    Hey Lyndon,

    Please try this CSS instead:

    a.av-masonry-load-more {
      opacity:1 !important;
    }

    Make sure to delete the old files under Enfold->Performance before you check the changes.

    Best regards,
    Rikard

    #1024763

    Horry for the delay, i hadn’t noticed your reply. I’ve just added that code and it works perfectly.

    Regards
    Lyndon

    #1025060

    Hi Lyndon,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

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