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

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 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 less. The Hub theme ZIP is currently about 5.8 MB in size. So if you get this error, your web server is rejecting the upload due to the overall size of the hub.zip file. WordPress, unfortunately, giving you a rather ambiguous message in response. This is not a theme issue or a bug.

To Solve The Problem

  • You can 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 theme via FTP. View our tutorial to learn how to install your theme via FTP. It is very easy and efficient. Or alternatively, you can install the theme via wp file manager plugin

Recommended PHP Configuration Limits

  • max_execution_time 60
  • memory_limit 128M
  • post_max_size 48M
  • upload_max_filesize 48M
You can verify your PHP configuration limits by installing a simple plugin called WordPress phpinfo().