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 :)
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
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!
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
Thanks, this still effects me on Safari as well.
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