Home › Forums › WoodMart support forum › Infinit scrolling is not being triggered on these pages › Reply To: Infinit scrolling is not being triggered on these pages
January 9, 2019 at 10:45 am
#100905
Eric Watson
Participant
Hello,
Try to add the following PHP code snippet to the child theme functions.php file to do this
add_filter( 'woodmart_infinit_scroll_offset' , function(){
return 0;
} );
Kind Regards
XTemos Studio