Hi
I am trying to build a stacked slider where the first slide is the navigation slider. In that first slider I will have a list of navigation items that each links to a slide. The navigation list and the sliders will be populated from a looper provider.
In order to get it to work, I need to use data-x-slide-goto on the navigation items and give each item the value of the current looper item index + 1. Otherwise the first navigation item will link to itself while the other items will link to “one slide off”.
Can I somehow add 1 to {{dc:looper:index}} in the Value field? That would make it work.
I hope my question makes sense.
Thanks.