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)