Downloading The Plugin & Upload Methods

Main Gradient

When purchasing or downloading a plugin from CodeCanyon, you typically receive a ZIP file that contains the plugin files. In this document, we will walk you through the process of installing and activating a plugin on your WordPress site, either via the WP-Admin plugins page or through FTP. Both methods are effective, so you can choose whichever suits you best.

Method 1: Installing the Plugin via WP-Admin Plugins Page

This is the most common method for installing a plugin. It’s quick and easy, as you don’t need to manually upload files to your server.

Steps to Install via WP-Admin:

  1. Download the Plugin from CodeCanyon

    • Log into your CodeCanyon account.
    • Go to the “Downloads” section of your account dashboard.
    • Locate the plugin you purchased, and click on the Download button. Choose “All files & documentation” or “Installable WordPress file only” depending on your preference.
    • This will download a ZIP file to your computer containing the plugin files.
  2. Log into Your WordPress Admin Dashboard

    • Open your WordPress site’s admin panel by visiting: yourdomain.com/wp-admin
  3. Navigate to Plugins > Add New

    • In the left-hand sidebar, go to Plugins and then click on Add New.
  4. Upload the Plugin ZIP File

    • At the top of the page, click on the Upload Plugin button.
    • Click the Choose File button and locate the ZIP file you downloaded from CodeCanyon.
    • Once the file is selected, click Install Now to begin the installation process.
  5. Activate the Plugin

    • After the plugin has been uploaded and installed, you will see an option to Activate the plugin. Click on Activate to enable the plugin on your WordPress site.

Method 2: Installing the Plugin via FTP

If you prefer, or if you are unable to upload the plugin through WP-Admin (for instance, due to file size restrictions or server limitations), you can install the plugin via FTP.

  1. Download the Plugin from CodeCanyon

    • Log into your CodeCanyon account.
    • Go to the “Downloads” section of your account dashboard.
    • Download the plugin in “All files & documentation” or “Installable WordPress file only” format.
  2. Extract the Plugin Files

    • After downloading the ZIP file, unzip it to a folder on your computer.
    • You will typically see a folder containing the plugin files, which is the one you need to upload to your server.
  3. Connect to Your Website via FTP

    • Use an FTP client such as FileZilla to connect to your website’s server.
    • Enter your FTP credentials (usually provided by your hosting provider), and connect to your website.
  4. Upload the Plugin Files to the wp-content/plugins Folder

    • Once connected to your server, navigate to the wp-content/plugins directory in your WordPress installation.
  5. Activate the Plugin

    • After the upload is complete, log into your WordPress admin dashboard.
    • Navigate to Plugins > Installed Plugins.
    • You should now see the newly uploaded plugin in the list of installed plugins.
    • Click the Activate button to enable the plugin.
  6. Configure the Plugin (if required)

    • As with the WP-Admin method, you may need to configure the plugin by entering a license key or adjusting the settings. Follow the plugin documentation for specific instructions.

Troubleshooting Tips

  • Plugin Not Appearing After Upload: If the plugin doesn’t show up in the WP-Admin plugin list after you upload it via FTP, make sure that the plugin’s folder is in the correct location: wp-content/plugins/.

  • Permission Issues: If you encounter permission errors while uploading via FTP, ensure that the correct file permissions are set on the wp-content/plugins/ directory. Files should generally have 755 permissions and directories 644.

  • Plugin Compatibility: Before installing any plugin, check if it is compatible with your current version of WordPress. Refer to the plugin’s page on CodeCanyon for detailed compatibility information.


Conclusion

Installing plugins from CodeCanyon to your WordPress site can be done easily either through the WP-Admin Plugins page or via FTP. Using WP-Admin is the simplest option, but FTP is a reliable alternative if you encounter upload restrictions or need to install a plugin manually. By following these steps, you can enhance the functionality of your WordPress site with ease.