I am using introJS and our template designer team only can use data-intro attribute but they are also using tabs and other javascript to hide or show some elements.
When introJS is run, for those hidden elements (either hidden or in another tab) it shows guide on top-left (0,0) position.
Is there any way, we can skip not visible elements but using only attribute method. We can add any js file, so if we can configure introjs once to achieve this and include that file.
Thank you.