I created multiple posts that include image galleries in the layout. These posts are tied to my store. When I view each post, all images are grayed out until I scroll to the bottom of the page. Only then are all the images in the gallery showing normally without being grayed out. Please advise.
Thanks,
Richard
Hey reamesr,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.avia_transform .avia-gallery-thumb img {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.avia_transform .avia-gallery-thumb img.avia_start_animation {
-webkit-animation: none;
animation: none;
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
Best regards,
Yigit
That worked, thank you !!
Hey!
You are welcome! :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Regards,
Yigit