post theme update – issue with sorting and infinite scroll.
-
Hi,
Another issue we’ve discovered since the update:
We have infinite scrolling on our shop pages. Since the update, if you scroll down and then scroll back up and change the sort order, you only get a subset of products re-sorted and available, and you can’t scroll back up to view the missing products.
See screen recording: https://we.tl/t-jqmHZ0y8jK
We’ve tested it with the parent theme and with all plugins other than Woocommerce, Woodmart and Elementor disabled.
Regards,
Hello,
Try to add the following PHP code snippet to the child theme functions.php file to disable this
add_filter( 'woodmart_load_more_button_page_url', '__return_false' );
Kind Regards
That worked. Thanks, Artem.
The topic ‘post theme update – issue with sorting and infinite scroll.’ is closed to new replies.