Jump to a specific slide?

Hello! I’m getting creative with your Hero Prompt Slider.

I notice the “more courses” text in your sample uses a Custom Attribute that acts as the “Next” button:
data-x-slide-next

Instead of that, I would like it to link/jump to a specific slide in the slider. Is that possible? I’m not sure if it would be a different code added to the custom attribute field, or if there’s a whole different approach.

But my goal is to create links inside of each slide that can go directly to a different slide (and not just choose next or previous).

Any help is appreciated!

Hello @capodanno,

Thanks for writing in! In your Slide, you can insert a Button element. In that element, add a custom attribute “data-x-slide-goto” and then the slider number you want the button to go to. For more details about the custom attributes, kindly check this out:

Best Regards.