SOLVED: Loop selectors or id-s

Hello everyone,

I have a doubt that I hope someone can help me. On a particular page I want to navigate with a menu to each one of the elements that generates a loop. Normally what I would do if there was no loop would be to navigate to the ID of each element. But I don’t know how to do that as I don’t see any distinct IDs being generated. how could I do that? yes i can target the element with the css selector “#Id :nth-child(n)”, but don´t know how to target in a link that. Maybe I have to use Jquery or Js
Thank you very much in advance,

Someone has any idea on how can be achieved this?

Also this is related:

This topic may be of interest to you. I think, once added, it’ll give you what you want.

1 Like

Thank you, yes I saw this too, hope that will be added as a new feature or it is considered as a bug. I was wondering if meanwhile there could be a solution.

Are you looking for a solution like these?

2 Likes

Yes thank you!
I had not seen this, and had not even thought of that imaginative solution.

SOLVED: I works like a charm

2 Likes