-
AuthorPosts
-
June 1, 2015 at 8:42 pm #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
June 1, 2015 at 8:47 pm #452746Hey 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,
YigitJune 1, 2015 at 9:02 pm #452763Animation code worked but the opacity didnt…
June 1, 2015 at 9:31 pm #452781Hi!
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,
YigitJune 2, 2015 at 8:07 am #452949Hey 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…
June 3, 2015 at 12:23 pm #453694Hi!
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,
AndyJune 3, 2015 at 7:13 pm #454019Unfortunately 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?
June 4, 2015 at 3:50 pm #454544Hey!
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,
AndyJune 9, 2015 at 7:43 am #456481Hey 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
June 10, 2015 at 4:10 pm #457312Hi!
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 -
AuthorPosts
- You must be logged in to reply to this topic.