Home Forums WoodMart support forum Scroll to top pagination

Scroll to top pagination

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #239018

    amedia
    Participant

    Can i set on product pagination where i want land ?
    Now it returns to the page top. I want to knw if i can set another point like product list.
    thanks

    #239312

    Hello,

    Please add this code to the functions.php of the child theme:

    add_filter('woodmart_ajax_scroll_class', function () {
      return '.my-own-element';
    } );

    .my-own-element replace this selector with your one the page would scroll till this element after AJAX.

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