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:

  1. max_input_vars = 3000

  2. memory_limit = 128M

  3. max_execution_time = 300

  4. max_input_time = 300

  5. upload_max_filesize = 64M

  6. post_max_size = 64M

Last updated