Hi support,
When I tap on a gallery thumbnail on iOS
– the first tap reveals the tooltip
– the second tap reveals the image but the tooltip is still visible
Only after tapping on the first revealed image to go to the next image the tooltip disappears.
Is there a way to hide the tooltip when the first image appears?
Please find a link to a screenrecording in the private content area.
Best,
Claus
Hey LarryLayouter,
Thank you for using Enfold.
We will ask Kriesi to check thread. For now, you can hide the tooltip on mobile.
@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */
.avia-tooltip.avia-tt {
display: none !important;
}
}
Best regards,
Ismael
Thanks Ismael,
I’ll take your code for now and appreciate Kriesi’s check …
Have a nice day
Claus