I am trying to build two sliders on the same page, each with its own prev/next control pane.
The tricky part: when a user clicks on any of the controllers, both sliders have to slide in the respective direction.
I have read the FlexSlider’s documentation but it I’m not sure whether it’s achievable with its properties/API.
Has anyone tried this or know better sliders for this job?
Thanks.
I managed to do it, wasn’t that hard after all.
Basically I used this solution: Flex Slider – How to add same controls for two sliders but adapted on prev/next buttons only.