Are you sure you want to do this? Please try again.

Last Update: February 29, 2024

If you are installing Avada in WordPress, but get a message that says Are you sure you want to do this?, the most likely reason is that your web server is configured with low PHP settings that only allow a certain size ZIP file to be uploaded via WP admin.

Most hosting companies configure their servers to only have the maximum file upload size limit at 8-10 MB; some are even less. The Avada ZIP file is currently about 8 MB in size. So, if you get this error, your web server is rejecting the upload due to the overall size of the Avada.zip file. WordPress is unfortunately giving you a rather ambiguous message in response. This is not an Avada issue or a bug.

Ways To Fix The Issue

  • Get your web host to increase your PHP limits so a larger zip file is allowed to be uploaded. They will know which limits to set if you explain the issue.

  • You can upload your Avada files via FTP. View this video to learn how to install Avada via FTP. It is very easy and efficient.

Recommended PHP Configuration Limits

  • max_execution_time 180

  • memory_limit 128M
  • post_max_size 32M

  • upload_max_filesize 32M