Hi guys
Again, thanks for a really great job you have done with Enfold!
I have earlier found a way to stop the flip-animation in my masonries using CSS. And that worked great. But after have been updating to Enfold 4.5 it doesnt work anymore.
I have tried several things – but with no luck.
This is what I have so far . but doesn’t work:
#top .avia_desktop.avia_transform3d .av-masonry-animation-active .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry {
-webkit-animation: none !important; /* Safari 4+ */
-moz-animation: none !important; /* Fx 5+ */
animation: none !important; /* IE 10+ */
}
What can I do?
Thanks.
David
–
the #top id belongs to the body tag – it can not be placed before the html tag !
( the classes : avia_desktop and avia_transform3d are on html tag )
and this could not work before too! try:
.avia_desktop.avia_transform3d #top .av-masonry-animation-active .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry {
-webkit-animation: none !important;
-moz-animation: none !important;
animation: none !important;
}
Thanks Guenni007 – but it still doesn’t work :)
Kind regards David
Hi,
Did you try adding a code to the very top of quick css so that it runs first? Also be sure clear the cache a few times over.
Best regards,
Jordan Shannon
or post your quick css – somethimes it is only a missing closing bracket or missing semicolon.
Now it suddently works! I moved the code up i the top of the quick-css – et voilá :)
Thanks guys :)
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon