If you are installing your theme from the WordPress theme installer, but get a message that says “Are you sure you want to do this?”, most likely your web server is configured with PHP settings that are too low to allow the theme ZIP file to upload. Specifically, PHP is configured to a maximum file upload size limit at 16 megabytes or less. Thus, the webserver is rejecting the upload. WordPress is giving you a rather ambiguous message in response. This is not a theme fault or bug.


You can get your web hosting company to increase your PHP limits. .


The Recommended PHP configuration limits  for WordPress and Elementor-based sites are as follows:


  • max_execution_time: 600 seconds
  • memory_limit: 256MB
  • post_max_size: 48MB
  • upload_max_filesize: 32MB
  • max_input_time: 400 seconds
  • max_input_vars: 1000


The theme and plugins require PHP version 8 or higher. Now is the time to think about upgrading to PHP 8.0 if you haven’t already. You are guaranteed performance benefits.