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
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
Hey – you are great – it works just perfect!
Thank you so much.
Best regards, Gerry
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
ok – done and it is still working.
Again – thank you for your prompt support.
Have a great day.
Best regards, Gerry
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