Member
Member
ctdlg   26-06-2021, 13:54
#1

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

Administrator
Administrator
acrylian   26-06-2021, 14:23
#2

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.

I reverted to your code ! (line 1085 of jquery.bxslider.js)

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.

Member
Member
ctdlg   26-06-2021, 20:14
#3

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 !

Administrator
Administrator
acrylian   27-06-2021, 07:09
#4

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.

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.