Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #844982

    I placed 3 masonry galleries on a page. Gallery 1 has 14 images, no.2 has 23 images and no.3 has 7 images.

    In some cases the last gallery does not display – the animation of the images does not start. When I scale the width of the browser window the gallery starts animating the images. I think something is wrong when the script calculates the height of the photos / galleries to start when the gallery is scrolled to the visible part of the screen.

    Any ideas how to solve this?

    Best regards,
    Jan

    #845827

    Hey Jan,

    Please refer to this post – https://kriesi.at/support/topic/image-o/#post-813416

    Best regards,
    Yigit

    #868883

    Hello Yigit,
    I´ve done the changes from the article you linked to but it didn´t help. I got even more photos now and this results in one gallery is not being displayed at all. Is there any other solution?

    Best regards
    Jan

    #869892

    Hi Jan,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #870454

    Hi Victoria,
    sure, no problem – please find the credentials below.
    I´ve already tried any solutions from different articles here in the forum, but nothing helped. The triggers for the animations fire to late. Especially you´ll see this on the masonryies 2-5 on the page. No. 5 never is being displayed…

    Best regards,
    Jan

    #870514

    Hi Jan,

    All animation loads all images on page load, so when you reach to tab 5 images are loaded already. Is this the issue that you’re having?

    Best regards,
    Victoria

    #870520

    Hello Victoria,

    I guess you´ve visited the first URL I provided some days ago. I had to change that page because the masonry didn´t work.

    Please see the backup of the page (liked in private content here.

    Best regards,
    Jan

    #871908

    Hi,

    The galleries displayed when I checked the page. It took a while because there are a lot of images but every galleries loaded properly. If you want, we can disable the gallery animation. Just add the following css codes.

    .av-masonry-entry {
        opacity: 1;
        visibility: visible;
    }
    
    .avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry {
        -webkit-animation: none;
        animation: none;
    }

    Best regards,
    Ismael

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