I recently purchased betheme and can't install.
1) I have the .zip file but when I try and upload I keep getting the message "Are you sure you want to do this?" and "Please Try Again".
2) I tried FTP and uploaded the unzipped folder. While WordPress recognizes the theme, it will not display the main WordPress dashboard.
Live preview shows nothing - a blank screen.
I am using Wordpress 4.6.
Comments
this message says that you can not install theme thru the WP default importer because of the limits on server side. It’s probably because of upload_max_filesize. There is few ways to install your theme then:
- You need to contact with your admin and ask him to increase those limits for you so you can install theme via default importer
- You can install betheme-small-no-plugins.zip file instead which is much lighter because does not contain plugins
- You can unzip default betheme.zip file and upload betheme folder with all theme files via FTP into /wp-content/ folder.
Thanks!