Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #729407

    Hi,

    I’m using enfold (and love it) but since a couple of days the Lightbox images are disappearing on iPhone and iPad and sometimes on iMac (Sierra) as well. For example: https://air-shots.ch/schwarz-weiss-fine-art/#axzz4UnLPLD4h

    Any ideas?

    Best regards, Gerry

    #729414

    Hi GerryPacher!

    Can you please try adding following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 1024px) {
    .mfp-img {
        -webkit-animation: none !important;
        animation: none !important;
    }}

    and check if that helps?

    Regards,
    Yigit

    #729420

    Hey – you are great – it works just perfect!

    Thank you so much.

    Best regards, Gerry

    #729426

    Hey!

    You are welcome!
    Please change the code to following one

    .avia-safari .mfp-img {
        -webkit-animation: none !important;
        animation: none !important;
    }

    We are still working on the issue and i believe that would be a better solution :)

    Cheers!
    Yigit

    #729430

    ok – done and it is still working.

    Again – thank you for your prompt support.

    Have a great day.

    Best regards, Gerry

    #729433

    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 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Enfold Lightbox pictures disappearing / flickering on Iphone and Ipad’ is closed to new replies.