Home Forums WoodMart support forum Blog Reply To: Blog

#110047

Artem Temos
Keymaster

Try to add the following PHP code snippet to the child theme functions.php file to do this

add_filter( 'woodmart_pjax_timeout', function(){ return 10000; } );

Disable external plugins while checking this.