We recommend your hosting server must support below configurations to use Norto WordPress theme.
- WordPress version 5 or greater;
- PHP version 7.2 or greater;
- MySQL version 5 or greater.
We recommend below PHP configurations to avoid errors like blank screen, demo content import fails or theme installation error. You can do below configuration changes yourself or contact your hosting provider and ask them to set below configurations.
- upload_max_filesize 200M
- post_max_size 512M
- max_execution_time 600
- memory_limit 256M
- max_input_vars 5000
We recommend below PHP configurations to avoid errors like blank screen, demo content import fails or theme installation error. You can do below configuration changes yourself or contact your hosting provider and ask them to set below configurations.
You can check PHP configuration settings by installing WordPress phpinfo() extension in WordPress. You can also contact your hosting provider if you don’t know much more about it.
WP Memory Limit: find the file wp-config.php. Add the line “define(‘WP_MEMORY_LIMIT’, ‘256M’ );” above the line /That’s all, stop editing! Happy blogging./

WP Debug Mode: It is not importance to set WP Debug Mode then do not worry about it.PHP Time limit: find the file wp-config.php. Add the line “set_time_limit(600);” above the line /That’s all, stop editing! Happy blogging./

PHP Max Input Vars: Find .htaccess in folder Root of website. Add the line “php_value max_input_vars 5000”
