Theme Requirements
To use Avanam, you must be running:
- WordPress 5.6 or higher
- PHP 7. xx – 8.0
- MySQL 5 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.
- Check to ensure that your web host has the minimum requirements to run WordPress.
- Always make sure they are running the latest version of WordPress.
- You can download the latest release of WordPress from the official
- Always create secure passwords for FTP and Database.
Hosting is more secure when PHP applications, like WordPress, are running using your account’s username instead of the server’s default shared username (www or www-data). The most common way for hosting companies to do this is by using PHP. Just ask your potential host if they run PHP or something similar.
Recommended PHP Configuration 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 300
- memory_limit 512M
- post_max_size 512M
- upload_max_filesize 512M
You can verify your PHP configuration limits in the System tab on the Backend-main page. Take a look in the left sidebar for “Admin Panel > WooCommerce > status“.

Tips For This Part
- 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 publishing. */.

- WP Debug Mode: It is not important 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”
