Hi,
Images in the enfold lightbox open and then disappear?
Only on Iphone and Ipad, could you please solve this?
Thank you
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
Hi Ismael,
The details below
gr. Sabrina
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
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
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
Thanks!
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