I am trying to create a dynamic slide show as per this https://www.wix.com/corvid/example/dynamic-slideshow .
Every time I add a new slide or duplicate a slide from Wix editor, it assigns a random ids. Say on a slide I give a text element id as #iName0 , #iName1 . If I duplicate a new slide, the text element id becomes as #text245 and not as #iName3 .
My problem is that I have to add 40 slides and so have to change all element ids one by one so that it fits my code.
Any suggestion?