You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.
As reported at https://wordpress.org/support/topic/arrows-not-working-2/, arrows may not work on touch devices.
Changing
slider.eventType
to always useclick
and nevertouchstart
solves the issue: https://github.com/copyblogger/genesis-responsive-slider/blob/develop/js/jquery.flexslider.js#L28The latest version of flexslider listens to multiple event types, so I believe that updating flexslider would solve this:
https://github.com/woocommerce/FlexSlider/blob/master/jquery.flexslider.js#L22
The text was updated successfully, but these errors were encountered: