neofix
October 12, 2023, 10:13pm
1
While trying to get around another infinite-scroll (which I’m fan of) bug, I discovered a new one:
If you use a simple Term-query using the Query-editor like:
return [
'taxonomy' => [ 'product_cat' ],
'hide_empty' => false,
'number' => 2,
];
Infinite-scroll will reload just the first 2 terms every time, and the 3rd category is never being loaded:
It seems to be working for posts & pages though.
timmse
October 13, 2023, 7:10am
2
Hi neofix,
The cause of the problem is 99% the same as in your other report:
Browser: Firefox
OS: Windows
Setup: Woocommerce, Archive-page
Steps to reproduce:
Create query loop for a category with more than 10 items
Set posts count to 3 (In order to trigger scroll-reload)
Set parent to any dynamic content (in my case {term_id} )
Problem:
At first glance, everything seems fine, only child-content is loaded. But as soon as infinite-scroll is loading more content, the new content’s parent doesn’t match anymore.
Infinite-scroll content isn’t showing matching child it…
Best regards,
timmse
Hi @neofix ,
After investigation, this issue is not related to WIP: Query loop: infinite scrolling is loading wrong content if parent is set with dynamic data
I re-open this thread and recorded this issue separately.
Regards,
Jenn
1 Like
timmse
April 24, 2024, 8:15am
6
Hi neofix,
We’ve fixed this issue in Bricks 1.9.8 beta, now available as a manual download in your account (see changelog ).
Please let us know if you are still experiencing issues.
As with any beta release, please do not use it on a production or live website. It is only meant for testing in a local or staging environment.