In order to properly use the Total WordPress theme you will need the following:
- A valid license of the Total theme which you can purchase here.
- Hosting with the latest version of WordPress installed that follows the WordPress requirements.
- PHP version 7.4+ (recommended PHP 8.2+).
- MySQL version 5.7 or greater OR MariaDB version 10.2 or greater.
Recommended Server PHP Configurations
Besides the requirements above there are also some recommended PHP configurations in order to prevent possible issues like the dreaded “white screen of death” which can happen when importing sample data, using the page builder or just browsing the site.
Settings | Recommended Value |
---|---|
memory_limit | 512M |
max_execution_time | 3600 |
post_max_size | 1000M |
upload_max_file_size | 32M |
Note: These are recommended values, you can of course run lower values if you aren’t having any issues and increase if necessary. If you are using a quality WordPress hosting plan such as WPEngine you should never have to worry about these values.