Installation Error

No Valid Plugins Found

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.

If style.css File Is Missing?

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.

How To Install OR Update A WP Plugin

  1. You need to download the Zip file for the plugin you wish to install from gpljunkie.com. You will recognize that the version number of the plugin is noted, followed by the name of the theme.
  2. Login to your WordPress site.
  3. Go to Plugins and then Add Plugin.
  4. At the top of the screen, press the Upload Plugin button.
  5. Select a.zip file with the theme that you want to add.
  6. Select the “Install Now” button.
  7. Once installed, press the “Activate” button.

How To Install OR Update A WP Theme

  1. You need to download the Zip file for the plugin you wish to install from gpljunkie.com. You will recognize that the version number of the theme is noted, followed by the name of the theme.
  2. Login to your WordPress site.
  3. Go to Appearance and then Themes.
  4. At the top of the screen, press the Add New and then the Upload Theme button.
  5. Select a.zip file with the theme that you want to add.
  6. Select the “Install Now” button.
  7. Once installed, press the “Activate” button.

Minimum Requirements For WordPress

You have to make sure the WordPress installation meets the recommended minimum specifications:

  • Apache or NGINX-based webserver with 128MB of RAM
  • PHP version 5.6 or 7.0
  • MySQL version 5.6+ or MariaDB version 10.0+
  • Apache Module mod_rewrite
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.

How To Upload Large Files

SFTP must be used for uploading really large themes or plugins that are more than 64 MB.