The simpler media website CMS
Hello,
I found a problem using bxslider_thumb_nav extension on a mobile device
links do not work.
Workaround at bottom of this page does not work for me.
https://github.com/stevenwanderski/bxslider-4/issues/1246
I did try to replace slider.viewport.on by slider.viewport.bind and got same problem, so, I reverted to your code ! (line 1085 of jquery.bxslider.js)
I tried to set (line 35) touchEnabled: true,
Same problem
Comments
Sorry, you are out of luck. bxslider itself has not been maintained for several years and the plugin is internally already on our deprecation list.
Not our code, we didn't write it and use it as it is. TO see an effect you have to minify the script as the min.js file is the one used.
Try the paged_thumbs with works without any JS but depending on theme naturally may require CSS work.
Thank you for your help and explanations.
I keep bxslider in my main theme.
I have replaced bxslider by the album image display feature with my mobile theme.
Simply using
display: Table-cell
and
overflow: scroll
gives me a slider like display on my index page !
Yes, that's a good workaround as well. Drawback is that all the thumbs have to be loaded right away which may slow down if you have hundreds of images in your albums.
display: inline-block
should also work.