Home › Forums › WoodMart support forum › Switching pages of search results only works after second click › Reply To: Switching pages of search results only works after second click
November 22, 2021 at 7:05 am
#333561
Artem Temos
Keymaster
Add this code to functions.php in your child theme. It is usually not recommended since your server response time should be 1-2 seconds max.
add_filter( 'woodmart_pjax_timeout', function(){
return 30000;
} );