Theme Requirements
To use ecoTheme, make sure your website meets the following requirements:
- WordPress 4.8 or higher.
- PHP 5.6 or greater. WordPress officially suggests to use PHP 7.2.
- MySQL 5.6 or greater.
Recommended PHP Limits
Many issues that you may run into such as: white screen, demo content fails when importing, empty page content and other similar issues are all related to low PHP configuration limits. The solution is to increase the PHP limits. You can do this on your own, or contact your web host and ask them to increase those limits to a minimum as follows:
max_execution_time
180memory_limit
128Mpost_max_size
64Mupload_max_filesize
32Mmax_input_time
60max_input_vars
3000
Also consider upgrading your PHP version to the latest (opens in a new tab) version, the newer the better.