Solved: How to use nestable tabs

As long as you don’t change that core structure, it will work fine. It’s only when people start adding their own blocks/divs then the JS can’t work properly, because the new custom blocks/divs won’t have the default classes that are needed for the JS to work. Stick to that structure, duplicating those elements or adding a query loop them and it will always work.

1 Like