I am using Flex slider for one project. I need to control two sliders on one page with same controls.
One part is main slider that will show images, and the second o
You could accomplish what you're trying to do by ditching the controlsContainer setting and creating your own navigation that you then link to both sliders. Here's an idea of how (please note it's untested)
Your markup would look something like this. Note the rel attribute on the links - we'll use them below. Also note that the values start from 0 - this matches the values for the slides (e.g. the first slide is 0, the second is 1 etc).
slide link 1
slide link 2
slide link 3
slide link 3