Theme Requirements
To use Ultimator, you must be running WordPress 5.9.x or higher, PHP 5.6 or higher, and MySQL 5.6 or higher. We have tested it with Mac, Windows and Linux. Below is a list of items you should ensure your host can comply with.
Recommended PHP Configuration Limits
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_input_vars = 3000
memory_limit = 128M
max_execution_time = 300
max_input_time = 300
upload_max_filesize = 64M
post_max_size = 64M
Last updated
Was this helpful?