The requirements below are necessary for the Kata import process and Elementor page builder. So we recommend accepting the below requirements for having a better experience working with Kata advanced WordPress theme.
So before purchasing a host for using the Kata advanced WordPress theme, contact your hosting provider in this regard.
You need to know the host before you consider using it.
PHP Max File Size:
Using .htaccess file
php_value upload_max_filesize 40M
Using php.ini file
upload_max_filesize = 40M
PHP Max Input Time:
Using .htaccess file
php_value max_input_time 1000
Using php.ini file
max_input_time = 1000
Memory limit:
Using edit wp-config.php
define ('WP_MEMORY_LIMIT', '512M');
PHP Maximum Execution Time:
Using .htaccess file
php_value max_execution_time 300
Using php.ini file
max_execution_time = 300
PHP Post Max Size:
Using .htaccess file
php_value post_max_size 128M
Using php.ini file
post_max_filesize = 128M
Max Upload Size:
Using .htaccess file
php_value upload_max_filesize 64M
Using php.ini file
upload_max_filesize = 64M