-
AuthorPosts
-
November 6, 2020 at 11:52 am #31088IsabelGuest
Hey!
When you click on one of the pictures in the coverflow to increase the image as pop-up, the coverflows are still visible in front of the image. Would be very thankful if you can help me with it.
Thanks and best regards,
IsabelNovember 6, 2020 at 12:16 pm #31097Joseph WKeymasterHi Isabel,
I clicked on some of the images in the Weddings and Portrait areas on the page you linked and the coverflows no longer appear in front of the popup image.
Were you able to get the problem fixed on your own or am I looking in the wrong place? If you were able to find a solution on your own we would really appreciate it if you could let us know how you got things working correctly!
November 6, 2020 at 1:33 pm #31100IsabelGuestHey Joseph,
When using Safari I still have the issue, maybe it’s browser related. Is it possible to fix it for Safari?
Thanks and best regards 🙂
IsabelNovember 6, 2020 at 1:43 pm #31114Joseph WKeymasterHi Isabel,
It definitely could be browser related, do you see the same problem when using a different browser like Chrome or Firefox?
The overlay uses the z-index CSS property to make sure that it appears on top of the other page content, and if Safari is the only browser having trouble rendering that display setting correctly then I might have solution. I did some digging and found a custom CSS snippet that modifies the -webkit-transform setting which will hopefully get the image displaying as expected. Here is the code you can add in the Custom CSS area:
.mfp-wrap { -webkit-transform: translate3d(0,0,0); z-index: 1043; }
Please let us know how it goes with that code!
November 6, 2020 at 2:19 pm #31117IsabelGuestHey Joseph,
Unfortunately it didn’t helped, also on my iPhone I see it overlapped.
Would be great if you have got another idea 🙂 When using Chrome it works fine, so it really seems to be an issue only with Safari.Thanks for your support and best regards,
IsabelNovember 6, 2020 at 3:55 pm #31123Jesse OwensKeymasterHi Isabel-
We did some more testing with an iPhone, and it looks like this is caused by the way Mobile Safari is handling the transform property that gives those background images the slanted appearance.
Here’s a CSS rule that will mitigate this for you:
.mfp-zoom-out-cur .gallery-icon { transform: none !important; }
November 9, 2020 at 11:13 am #31149IsabelGuestYaayy it works, thanks!! 🙂
-
AuthorPosts
- The topic ‘Coverflow covers image when opening it’ is closed to new replies.