Home Forums WoodMart support forum Remove page title from theme settings is not working Reply To: Remove page title from theme settings is not working

#140311

Eric Watson
Participant

Hello,

1) As we see on your shop page, there are currently no page title http://prntscr.com/oxihuq

2) We can increase the waiting time for a response from AJAX so that the page does not reload.
Add this code to functions.php in your child theme

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

Kind Regards
XTemos Studio