Reusable slider navigation in the Node Editor

Initial situation:

I have created a slider with my own navigation buttons and am using the Node Editor to control it. The slider is used multiple times on different pages.

Problem:

The navigation (Prev/Next) only works for one slider, as it is controlled via individual slider IDs. Since each instance has its own ID, the buttons only access a specific slider.

Goal:

I don’t want to create a separate node for each slider instance. Instead, I am looking for a solution that allows me to make the navigation universal and reusable.

Question:

How can I configure the Node Editor so that the navigation works independently of the individual slider ID?

Translated with DeepL.com (free version)

Hey Sebastian :man_raising_hand:t2: Great to see you here :blush:

Regarding your question: would it help to be able to assign a selector like an element class instead of the static slider id? Bricksforge automatically could search for the related slider id in that case.

Let me know :blush:

Hey Daniele, that sounds good. So does that mean that you use the class of the slider instead of the ID and Bricksforge then assigns this to the ID of the slider?

Yes, something like that:

Bricksforge would automatically search for the correct slider in the slider instances object :slight_smile:

Yeah, that would be amazing :grinning_face_with_smiling_eyes:

Added! Will be available in the next update :wink: