Home › Forums › WoodMart support forum › Scroll to top pagination Scroll to top pagination This topic has 1 reply, 2 voices, and was last updated 4 years, 1 month ago by Elise Noromit. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts November 5, 2020 at 11:30 am #239018 amediaParticipant 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 November 6, 2020 at 7:49 am #239312 Elise NoromitMember 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. Author Posts Tagged: Scroll to top pagination Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register