Tab and slider help


Hi all, I am hoping that someone would be able to help me on this issue that I am having with Tabs and sliders/carousel that are nested within those tabs? The sliders/carousel are set to autoplay and the arrows are hidden, only the navigation dots are showing.

I have a four column tab set up, say Branding, Design, Development and Marketing. Within each one of those tabs, I have a slider/carousel, that contains 4 to six sides per tabbed category.

The issue I am having is, those sliders/carousels in each tab are all transitioning at the same time, obviously due to autoplay. For example, if you are on the first tab, say Branding, let the slider run for two slides, then click to another tab, the sliders/carousel within that tab starts art slide 2 or 3, not good or what I need.

What I need is for each slider/carousel to start at the first slide when that particular tab in clicked on and then start autoplay for that slide series/carousel .

I tried creating some custom code with AI and it worked as far as getting the slide to launch the first slide when a certain tab was clicked, but the slideshow would not autoplay. AI stated that is a limitation of WF.

There has to be a way to create a script that when a certain-tab is clicked go to slide one of that-slider and play… and so on for the remaining tabs.

Maybe something in Fin Sweet or someone else has created a solution for this. Maybe it’s an easy solution that I am not aware of.

Any help would be appreciated

Reset the active tab’s slider on click, send it to slide 0, then restart auto play. Did this on a client build and it keeps hidden sliders from drifting while tabs switch.

Thank you. I assume that is all custom code… I’ll have to figure that out.. I appreciate your feedback.

Thank you for the tip on the tab and slider issue that I was having. I did what you suggested ad it now works perfectly.