White Screen After Installing Avada
Last Update: March 17, 2026
If you upload Avada and activate it, and see nothing but a white screen, please read the following information. This is more common than you might think, and it can be frustrating to sort out. Firstly, it is important to understand what the white screen, often referred to as the “white screen of death,” actually means. Simply put, there is an error that you can’t see. The reason you can’t see it is because WordPress is not displaying the error that is causing the problem. When attempting to diagnose a white screen condition, consider what you did before the condition occurred:
Debug Mode
One way to diagnose the issue without simply guessing is to turn debug mode on in WordPress. This helps you see the actual error. In your wp-config.php file, change this:
to:
Now reload the page. Instead of a white screen, you’ll likely see a PHP error message. That message tells you exactly what’s wrong.
Plugins
Now let’s go through the likely cadidates. Plugins are high on the list. No matter how hard developers try, it is basically impossible to write plugins that will work and play well together with every single theme out there. The same is true in reverse. If you experience a white screen after activating Avada, the problem could be a plugin that is in conflict with it. Try the following:
PHP Version
Sometimes, it’s simply a PHP version that is too low. Avada requires a modern PHP version.
The recommended version of PHP for Avada is 8.3 or higher.
If you’re on something like PHP 7.2 or lower, this alone can cause a white screen. To fix this, simply update the PHP version in your hosting control panel (cPanel, Plesk, etc.)
Themes
The most likely issue associated with a theme being the cause of a white screen condition is when the upload of the theme did not complete the transfer of all files, the transfer resulted in corrupted theme files, or you have PHP configuration memory limits set too low. Try this:
System Status
Other Causes
The following is a list of possible other causes for the white screen condition, because they too can cause this error:
