This topic has 4 replies, 3 voices, and was last updated 8 years, 2 months ago ago by Eva Kemp
For some odd reason the touch gestures for a mobile device do not work (swiping between product images). I have to use the side arrows in order for it to work. Also the bottom thumbnails do not work either, at least on the mobile devices.
However, I was able to discover that the touch gestures are still enabled but only at the very top of the image (see screenshot for reference).
But from inspect element I was able to see that there is an element on top of my product disabling touch gestures (see image below). But I wasn’t sure how to take that element off or disable it.
Here is a link to my product on my site for reference.
https://www.aventon.com/shop/cordoba-complete-track-bike/?attribute_color=Gloss%20White/Silver&attribute_size=55cm
Thank you,
Michael Parra
Hello,
Please try to add this code in Theme Options->Custom CSS->Global Custom CSS.
.iconic-woothumbs-all-images-wrap {
z-index: 1;
}
Regards,
Robert Hall
It worked perfectly, thank you so much!
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Touch Gestures Not Working On Mobile’' has been successfully resolved, and the topic is now closed for further responses