Address
304 North Cardinal St.
Dorchester Center, MA 02124
Work Hours
Monday to Friday: 7AM - 7PM
Weekend: 10AM - 5PM
It’s really critical that you don’t forget that certain products (such as those from Themeforest or Codecanyon) come with a double compression, which is, a zip file inside another Zip file.
Check the package after downloading before Uploading to see that this is the case, and if it is, the main zip you downloaded will not be the installable one, which will lead to compilation errors such as “No valid plugins were found” for example.
It’s really critical that you don’t forget that certain products (such as those from Themeforest or Codecanyon) come with a double compression, which is, a zip file inside another Zip file.
Check the package after downloading before Uploading to see that this is the case, and if it is, the main zip you downloaded will not be the installable one, which will lead to compilation errors such as “The CSS stylesheet is missing” for example.
Instead, you have to install the corresponding Zip file in the Subfolder.
You have to make sure the WordPress installation meets the recommended minimum specifications:
php_value upload_max_filesize 128M
php_value post_max_size 128M
php_value memory_limit 256M
php_value max_execution_time 600
php_value max_input_time 600
php_value max_input_vars = 5000
Although we advise utilising either a php.ini / user.ini or wp-config.php file, you can follow this guide to edit the required settings in one of those three files: php.ini, wp-config.php, or.htaccess (if you use an Apache server) in your WordPress installation.
SFTP must be used for uploading really large themes or plugins that are more than 64 MB.