Hello, @IP,
Max Execution Time:
Method 1: Edit file wp-config.php:
Add the following to wp-config.php:
set_time_limit(300);
Method 2: Edit file .htaccess:
Make sure you back up .htaccess before you edit it.
Add the following to .htaccess:
php_value max_execution_time 300
Method 3: Editing php.ini
Add the following to php.ini:
max_execution_time = 300
Max Input Vars:
Directive for .htaccess
php_value max_input_vars 4000
Directive for php.ini or .user.ini
max_input_vars =4000
Directive for wp-config.php
@ini_set( ‘max_input_vars’ , 4000 );
Otherwise, please try to reach out to your hosting provider and ask to increase it from the server end.
Regards 8Themes Team.
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.