Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #492696

    Hi,

    it is possible to change that Masonry image gallery loads when you visit the page and not when you scroll?

    So without fade in animation that is present on the page all the time. I found some solutions on your support forum, but non of the proposed options are not working for me!

    Thank you :)

    #492927

    Hey jurega!

    Can you please post the link to your page where you have masonry gallery element so we can look into it?

    Best regards,
    Yigit

    #493164

    The element is under the slider.

    http://www.copatekupi.si/

    #493365

    Hi!

    Please follow the solution provided here: https://kriesi.at/support/topic/masonry-on-ipad-vanished/

    Remove browser cache or hard refresh the page after.

    Cheers!
    Ismael

    #493401

    Hi,
    i tried to do this:

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

    But the problem is that the masonry element still does not load with the page. This just removed the animation! The element shows when i scroll down, but i want that the element is visible before.

    #494046

    Hey!

    try this solution instead: https://kriesi.at/support/topic/masonry-image-load-issue/#post-263278

    Regards,
    Andy

    #494676

    I also did this…I added the code in Quick style css…but still no result

    #495243

    Hey!

    Alright. Let’s start again. Please remove all the modifications then add this code:

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

    The code above should display the masonry items on page load. Add this code to disable the animation completely:

    .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+ */
    }

    If it doesn’t work, please post the login details here so that we can check it.

    Best regards,
    Ismael

    #495284

    Data:

    #496555

    Hey!

    It’s working fine on my end. Try clearing your browser cache or view in a different browser.

    Or are you trying to remove the image zoom on hover? If so then try adding this as well.

    .av-masonry-entry, .av-masonry-entry *, .av-masonry-entry:hover, .av-masonry-entry:hover * {
        animation: none !important;
        transition: none !important;
        transform: none !important;
    }
    .av-masonry-entry .avia-arrow { display: none !important; }
    

    Regards,
    Elliott

    • This reply was modified 9 years, 2 months ago by Elliott.
Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.