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. .



Recommended PHP configuration limits are as follows:

max_execution_time 100

memory_limit 256M

post_max_size 32M

upload_max_filesize 32M


The theme and plugins require PHP version 7.0 or higher. Now is the time to think about upgrading to PHP 7.0 if you haven’t already. Not only because you want to be running on supported software, but you are guaranteed performance benefits!  If your current WordPress host doesn’t support PHP 7.0 yet, we strongly encourage you to seek out new hosting.