Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #723260

    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

    #723261

    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

    #723274

    That worked, thank you !!

    #723277

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Images grayed out on page until I scroll to bottom of page’ is closed to new replies.