Tagged: enfold, Masonry Gallery
Viewing 7 posts - 1 through 7 (of 7 total)
-
AuthorPosts
-
November 4, 2014 at 8:32 pm #346082
Can I remove the way the picture Pop up on when they first load? On individual images, you can change this option, but I can’t find a way to remove it on the gallery.
Thanks:)
zemasfoods.com
On the homepage, under the slider, there are four images that pop up.
November 5, 2014 at 3:52 pm #346573Hey lizybloom!\
Thank you for using Enfold.
Add this on Quick CSS or custom.css to disable the animation:
/*pop up animation*/ @-webkit-keyframes avia_msonry_show { 0% { -webkit-transform:translateZ(0px) translateY(0px) rotateX(0deg); opacity: 0.1; } 100% { -webkit-transform:translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; } } @-moz-keyframes avia_msonry_show { 0% { -moz-transform:translateZ(0px) translateY(0px) rotateX(0deg); opacity: 0.1; } 100% { -moz-transform:translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; } } @keyframes avia_msonry_show { 0% { transform:translateZ(0px) translateY(0px) rotateX(0deg); opacity: 0.1; } 100% { transform:translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; } }Cheers!
IsmaelNovember 5, 2014 at 7:03 pm #346705Hey Ismael,
They are still popping up a bit. Although in a different way.
Thanks!
Lizy
November 6, 2014 at 8:33 pm #347342Hey Lizy!
Try with this code:
.avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry{ -webkit-animation: none !important; -moz-animation: none !important; animation: none !important; visibility: visible; opacity: 1; }Best regards,
JosueNovember 25, 2014 at 4:11 pm #357602No, they are still popping up. Can’t they just be there?? Old school like:)
Thanks
Lizy
November 25, 2014 at 7:42 pm #357840Hey Lizy!
Add this to Quick CSS:
.av-masonry-entry{ opacity: 1 !important; visibility: visible !important; }Cheers!
JosueNovember 25, 2014 at 9:17 pm #357935Nice!!! Thank you that is perfect:)
-
AuthorPosts
Viewing 7 posts - 1 through 7 (of 7 total)
- The topic ‘Masonry Gallery Pop Up’ is closed to new replies.
