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.

My end-goal is to build a component that can be reused across our site, but that is not possible as long as the Last Slide needs to be set manually.