Tagged: ismael
Hi
a problem with a masonry gallery on iPhone. When you open this page, scroll to the gallery, it does not show. Why is that ?
Hey nordtheme,
Thank you for using Enfold.
It works fine on my iPod Touch which is basically the same as an iPhone. Could you please provide a screenshot of the issue? And update the theme to the latest version, 4.0.5.
Best regards,
Ismael
Hey Ismael,
thanks for your reply. the bug is a little like when you open the gallery in large, the image does not show (CSS trick I’v been given by your team to remove photo animation).
I open the page, the gallery does not show. I leave Safari and then come back and they are here… I guess it’s the same kind of problem, due the the animation
Hi,
Thank you for the info. And I’m sorry for the late response.
Please add this code in the Quick CSS field.
.av-masonry-entry {
opacity: 1 !important;
visibility: visible !important;
}
.avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry {
-webkit-animation: none;
animation: none;
}
Best regards,
Ismael