WIP: Tabs: Nested query loop doesn't show results on canvas

Browser: Chrome 137.0.7151.120
OS: Windows

Hi,

I am displaying the Cpt posts as shown in the screenshot below, but its items in the builder are not rendering at all. Of course, I should also add that the same is true for WooCommerce products.

Also in another simpler scenario, like the one above, there is no accordion and the loop is directly inside the Nestable tabs. The difference here from the previous case is that only the first item of the loop is rendered in the builder.

If you think the reproduction process is taking too long, my test site is available. I have already sent the access information in the email, please let me know if you need it and I will resend it.

Thank you

Hi Hosein,
Thanks so much for your report!

I reproduced the issue and added it to our bug tracker.

Best regards,
timmse

1 Like

Thank you timmse,

There is a related issue I want to ask about and to make sure if it is a bug, I will create a new topic for it.

If you look at the screenshot of the first scenario, I added a search filter above the accordion to filter the posts that are displayed with the accordion. But it doesn’t work at all. It actually adds the url parameter, but the filter doesn’t work. Is this a bug or have I placed the search box in the wrong place?

I assume that’s the expected result, because no one else would think of building such a setup :smiley: Theoretically, it should work if the filter element is inside the accordion. If not, it could also be due to this report: WIP: View more/Load More in query loop in nestable tabs

1 Like

because no one else would think of building such a setup :smiley: Theoretically

I’ve seen this before on various websites. Consider FAQs, which have different categories in the form of tabs. Also, within each tab, there is the ability to search between questions.

In the simplest form, if we have a search filter and an nestable accordion (loop), the search will be done without any problems. But if it is in a nested query loop, it will not work. That’s why I thought there might be a problem.

Thank you for your time🙏