Home › Forums › WoodMart support forum › Blog › Reply To: Blog
February 27, 2019 at 9:37 am
#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.