Have only had a few minutes to play, but things are looking pretty slick so far. Definitely what I was dreaming about way back when…
I’m trying to use the data-x-slide-goto
custom attribute as explained in the Docs…
-
data-x-slide-goto
– Add to any Element to make it a navigation item for your Slider that will take you to the specific numeric index of any page / Slide in your list that you provide. For example, applyingdata-x-slide-goto="3"
to any Element would mean that clicking that Element would always take you to the third Slide in your content. This can be used to create entirely custom navigation for your Sliders with any Elements from the library. The one caveat here is that your markup cannot respond to changes made in the # Per Page option in the same way the Slide Pagination Element does.
However, I can’t seem to get this to work. Do I need to do something beyond the screenshot below? Or is there some other specific setup that’s necessary? (BTW, that’s applied to a button element, but I’ve tried on both DIVs and columns too )