Quote from Daniel on October 21, 2025, 10:34
I’m using HUSKY - Products Filter Professional for WooCommerce, and everything works fine except for one issue related to infinite scroll.
When I use any filter (for example, size, color, or brand), the products reload correctly, but instead of infinite scrolling, the plugin shows standard pagination (<nav class="woocommerce-pagination">).
Only after refreshing the page, the infinite scroll works as expected.
It seems that the infinite scroll script doesn’t reinitialize after the AJAX filter is applied.
Here are some details:
WordPress + WooCommerce latest versions
AJAX filtering enabled
Infinite scroll enabled in plugin options
Theme uses standard WooCommerce loop
No JS console errors after filtering
Question:
Is there a way to reinitialize infinite scrolling automatically after each filtering action (maybe with a JS hook or trigger event)?
For example, something like calling woof_init() or $(window).trigger('yith_infs_start'); after filter results load.
Thanks in advance for your help!
Daniel
I’m using HUSKY - Products Filter Professional for WooCommerce, and everything works fine except for one issue related to infinite scroll.
When I use any filter (for example, size, color, or brand), the products reload correctly, but instead of infinite scrolling, the plugin shows standard pagination (<nav class="woocommerce-pagination">).
Only after refreshing the page, the infinite scroll works as expected.
It seems that the infinite scroll script doesn’t reinitialize after the AJAX filter is applied.
Here are some details:
WordPress + WooCommerce latest versions
AJAX filtering enabled
Infinite scroll enabled in plugin options
Theme uses standard WooCommerce loop
No JS console errors after filtering
Question:
Is there a way to reinitialize infinite scrolling automatically after each filtering action (maybe with a JS hook or trigger event)?
For example, something like calling woof_init() or $(window).trigger('yith_infs_start'); after filter results load.
Thanks in advance for your help!
Daniel