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

    Hi,

    I have a problem with the image gallery to products in Safari. When using Safari the images “flickers” and it is not behaving normal.
    Do you have any idea what is causing it?

    Thanks :)

    #729419

    Hi!

    I could not reproduce the issue on Safari on OSX 10.11. Which version of Safari are you using?

    Edit: Please try adding following code to Quick CSS in Enfold theme options under General Styling tab

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

    Cheers!
    Yigit

    • This reply was modified 7 years, 2 months ago by Yigit.
    #729431

    The issue is on all Enfold websites I have seen. I am using newest version of Safari, and it started behaving like this 1 month ago or so.
    Your code fixed it, but seems to be a little bug in the theme :)

    Thanks!

    #729432

    Hey!

    Our devs are looking into the issue. We will include a fix with upcoming update.
    Glad it is working now though! :)
    Let us know if you have any other questions or issues

    Cheers!
    Yigit

    #738579

    Thanks, this still effects me on Safari as well.

    #738585

    Hi!

    Please try using the code as following

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

    Then, please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh

    Regards,
    Yigit

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