NO BUG: Query loop is hidden on a tab

Browser: Chrome 110
OS: macOS / Windows / Linux / etc.
URL: Link to a page that illustrates this issue

Video: Short screen recording that illustrates this issue (free tool: jam.dev)

[Please describe this bug in as much detail as possible so we can replicate & debug this bug]

After update to 2.01 from 1.12.4 my taxonomies stoped showing. I have 2 tabs. The loop of the first tab works fine. And the loop on the second tab dissapeared. It is still possible to see it in the code.

On 1.12.4 everything was fine.

Hi,
Thanks so much for your report!

There’s an “inner” .tab-pane class inside of the second tab pane, preventing the content to show:

Please replace the block element by adding a new one and put the <li> inside and see if it fixes the issue. You have probably duplicated the tab-pane block and indented it so that the .tab-pane class is preserved. Theoretically, this should have been the case in 1.12.4 :thinking:

Best regards,
timmse

Thank you, indeed, remaking from scratch fixed the issue.

1 Like