Installation Guide

Step-by-step guide to installing WordPress plugins from our marketplace

Installation Guide

Learn how to install and configure WordPress plugins purchased from our marketplace. Follow this step-by-step guide to get your plugins up and running.

Before You Begin

Prerequisites:

  • WordPress 5.0 or higher installed
  • PHP 7.4 or higher
  • Admin access to your WordPress dashboard
  • Plugin file downloaded from our marketplace

Method 1: Install via WordPress Admin (Recommended)

This is the easiest and most recommended method for installing WordPress plugins. Follow these steps:

Step 1

Access Your WordPress Dashboard

Log in to your WordPress admin panel at yoursite.com/wp-admin

Step 2

Navigate to Plugins

From the left sidebar, go to Plugins → Add New

Step 3

Upload Plugin File

Click the "Upload Plugin" button at the top of the page

Click "Choose File" and select the .zip file you downloaded from our marketplace

Step 4

Install the Plugin

Click "Install Now" and wait for the upload to complete

Note: Make sure you don't unzip the plugin file. WordPress needs the .zip format.

Step 5

Activate the Plugin

Once installation is complete, click the "Activate Plugin" button

Method 2: Install via FTP

If you prefer using FTP or have issues with the upload method, follow these steps:

Step 1

Extract the Plugin

Unzip the plugin file on your computer. This will create a folder with the plugin files.

Step 2

Connect via FTP

Use an FTP client (like FileZilla) to connect to your website server

Navigate to /wp-content/plugins/ directory

Step 3

Upload Plugin Folder

Upload the entire unzipped plugin folder to the /wp-content/plugins/ directory

Step 4

Activate in WordPress

Go to your WordPress admin dashboard

Navigate to Plugins → Installed Plugins

Find your plugin in the list and click "Activate"

Activation & Configuration

After activating your plugin, you may need to configure it:

  • Look for a new menu item - Most plugins add their own menu item in the WordPress admin sidebar
  • Check Settings - Some plugins add options under Settings → [Plugin Name]
  • Review documentation - Check the plugin-specific documentation included in your download
  • Enter license key - If your plugin requires a license key, you'll receive it via email after purchase

Success! Your plugin is now installed and ready to use. Explore the settings to customize it for your needs.

Troubleshooting Common Issues

"The uploaded file exceeds the upload_max_filesize directive"

This error means your server's upload limit is too small. Solutions:

  • Use Method 2 (FTP Upload) instead
  • Contact your hosting provider to increase the upload limit
  • Use a plugin like "Increase Maximum Upload File Size"

"Plugin couldn't be activated because it triggered a fatal error"

This usually means:

  • Your PHP version is too old (update to PHP 7.4+)
  • There's a conflict with another plugin (deactivate other plugins temporarily)
  • Missing required dependencies (check plugin requirements)

"Destination folder already exists"

The plugin is already installed. You need to:

  • Deactivate and delete the old version first
  • Or use FTP to manually remove the old plugin folder

Plugin doesn't appear in the plugins list

Check that:

  • The plugin folder is directly in /wp-content/plugins/ (not in a subfolder)
  • The plugin files are valid and not corrupted
  • File permissions are correct (usually 755 for folders, 644 for files)

Best Practices

Backup First

Always create a full backup of your site before installing new plugins.

Test on Staging

If possible, test plugins on a staging site before installing on production.

Keep Updated

Regularly check for plugin updates to ensure security and compatibility.

Read Documentation

Review the plugin's documentation to understand all features and settings.

Need Help?

If you encounter any issues during installation: