Tagged: , ,

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #733999

    Hi,
    I’ve inserted images from an Instagram feed via the Enfold Instagram widget. When tapping an image on my Iphone the image and text shows up and then disappears after a second, leaving the lightbox background and image text.

    I’m using Enfold 3.8.4 and have used the Safari Developer tools to check for any Javascript errors, but there are none.

    #735213

    Hey forde,

    That’s really weird, I’ve also tested it in an old iphone and an android phone but it works well on there and also no js errors. Can you try to test it using a chrome browser on your iphone if the same issue persists.

    Best regards,
    Nikko

    #735235

    Thanks for your response.

    I’ve tested in
    – Firefox and Chrome on Android (have not checked the versions) works
    – Safari on Ipad with Ios 9.2.1 works
    – Chrome and Safari on iPhone with Ios version 10.2.1 and does not work.

    #736121

    The same error on my Apple devices (iPad air, iPhone 6 and 7 plus with latest iOS Update). If I Open a Single picture the lightbox appears and shows the picture for one second and disapears immediately. You just See the forward and backwart arrow and the “x” to close. I’ve also installed the Apps Crome and firefox but it’s just the same problem.Would be nice, if you fix that bug, because your theme isn’t very usefull with this bug on Apple devices.

    • This reply was modified 7 years, 10 months ago by hofia.
    #736147

    Yes, this is a bug in enfold. You can fix it by removing one of the animation css styles that are on the element, just overrule the css with animation is none. Dont have code here bit maybe support can look into it, seen it on many enfold sites.

    #736255

    Hi,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

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

    Let us know if this helps.

    Best regards,
    Nikko

    #736281

    Thanks, this solves it in my case.

    Have a nice day.

    #736283

    Hi,

    Glad we could help :)

    Best regards,
    Nikko

    #736673

    yeah thats the one :)

    This should be added to bug tracker.

    #737085

    Hi @borkent,

    Thanks for the feedback, we’ll look into it.

    Best regards,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.