Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #728771

    Hi,

    Images in the enfold lightbox open and then disappear?
    Only on Iphone and Ipad, could you please solve this?

    Thank you

    #728857

    Hey sabrinag99,

    Thank you for using Enfold.

    A lot of users reported the issue but we haven’t found a fix yet. Please post the WP and FTP details in the private field so that we can inspect the issue further.

    Best regards,
    Ismael

    #728965

    Hi Ismael,

    The details below

    gr. Sabrina

    #729413

    Hi,

    I added following code to Style.css file of your child theme

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

    and now it does work fine on my end. Can you please check and confirm? :)

    Best regards,
    Yigit

    #730380

    Hi Yigit,

    It works on a Iphone, but not on a Ipad.
    My cliënt has a Ipad pro, so that’s a lot more then 1024 pixels.
    Mayby I should try it without the media-only screen ?
    I don’t know if this is a good solution, I use your theme for a lot of cliënts, so is there coming a theme-update with a permanent fix for this problem?

    Thank you

    #730398

    Hi!

    Please use the code as following

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

    We will include the fix in upcoming Enfold update which is scheduled to release within this month :)

    Best regards,
    Yigit

    #730454

    Thanks!

    #730455

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