Home Forums WoodMart support forum post theme update – issue with sorting and infinite scroll.

post theme update – issue with sorting and infinite scroll.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #293668

    S.G.
    Participant

    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,

    #293683

    Artem Temos
    Keymaster

    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

    #293715

    S.G.
    Participant

    That worked. Thanks, Artem.

    #293842

    Artem Temos
    Keymaster

    Great, you are welcome!

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘post theme update – issue with sorting and infinite scroll.’ is closed to new replies.