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.

Thank you! One more idea…

Instead of these buttons linking to a different slide, of course clicking the button sends to another URL. But… it would be beautiful to have hovering over that button cause the image to change. Is that possible without custom development? I’m thinking with maybe a Child Link Interaction?

Sometimes I not sure which tool to look at to accomplish my ideas, and I appreciate your guidance so much!

UPDATE: I ended up doing this with CSS, but I’m still curious if there’s a more “native” way to do it with cornerstone?

Hello @capodanno,

Unfortunately, there’s no built-in option for selecting specific slides on mouse hover—only native button navigation to jump to slides. This would require custom development. I recommend contacting a developer for assistance or subscribing to One, where customization questions are answered.

Thanks for understanding

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.