I would like to have a vertical carousel slider and inside each vertical slide I will have a horizontal slider, I am using bxSlider and it works well for vertical slider part but when I nest the horizontal part the horizontal slider doesn't work as expected.
Any idea on that?
Making a slider from multiple sliders is difficult even with a well documented one like bxSlider. Fortunately, I already made something that's pretty close to what your'e looking for. I couldn't get the horizontal child sliders to move as well, I think it might have to do with the fact that the parent slider moves vertically. I used the bxSlider option
preventDefaultSwipeY
on the parent Slider, but it wasn't very intuitive, the user would need to use the buttons to navigate. So instead I isolated the horizontal sliders by using iframes. Each horizontal nested slider is on it's own page which sits in the same directory of the main parent page. Here's a demo, which has:Since you don't have an example posted, this is as close as I can get by guessing. I hope this helps.