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

    Ahoy-

    How do I disable the load animation for the masonry gallery?

    how do I also change the colors overlay color and opacity level?

    Thanks

    #452746

    Hey mcraig77!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

     .avia_desktop .av-hover-overlay-active .av-masonry-image-container {
      opacity: 1;
    }
    .avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry {
      -webkit-animation: none;
      animation: none;
    }

    Best regards,
    Yigit

    #452763

    Animation code worked but the opacity didnt…

    #452781

    Hi!

    It seems to be working fine on my end. There is no background or overlay on masonry images, by default their opacity level is 0.7 and code i posted sets them to 1.

    Best regards,
    Yigit

    #452949

    Hey Yigit,

    ok thats fine for the overlay.

    Is there a way to make it so the gallery just loads it doesnt have any kind of animation? It still loads one by one…

    #453694

    Hi!

    use this code in Quick CSS:

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

    Best regards,
    Andy

    #454019

    Unfortunately that does not work. I think I need to use a different plugin for what I;m trying to achieve.

    instead Im going to use the gallery plugin. Is there a way I can make this plugin have no gaps on the left,right, top, and bottom of the images so it is like the masonry grid?

    #454544

    Hey!

    try to clear browser cache, refresh browser a few times and check again.
    About which gallery plugin are you talking about? In general we can’t provide any support for 3rd party plugins. Please provide us a link to check the gallery in question.

    Best regards,
    Andy

    #456481

    Hey Andy –

    I was talking about the enfold gallery plug-in…

    I would prefer to use the masonry but after clearing the cache the masonry still loads one by one and i need it to just load automatically… it doesn’t look good when it loads one by one but I like the rollover effect the masonry provides.

    T

    #457312

    Hi!

    the animation is not loading anymore for me on your website. So the code seems to work. But you are right, its still loading one by one. This is how masonry gallery works. If you don’t want it, you would need to search a different plugin for this function.

    Cheers!
    Andy

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