Extra Shortcodes User Guide

Extra Shortcodes add-on extends Shortcodes Ultimate with 15 new shortcodes. This guide contains complete information on how to install the plugin, activate your license, and start using new shortcodes.

Table of contents

  1. Installing the plugin
    1. Installation from within the Dashboard
    2. Installation through FTP
  2. Activating the license
    1. Activation process
    2. License activation errors
    3. Multisite installations
    4. Localhost / Staging
    5. Manual activation
  3. Updating the plugin
    1. Automatic updates
    2. Updating the plugin manually through the Dashboard
    3. Updating the plugin manually over FTP
  4. Using new shortcodes

Installing the plugin

Premium add-ons are distributed as separate plugins in the zip format. To install the add-on, you should download it first. Use the download link from the email you’ve received after purchase to download zip-archive with the add-on. Then follow the simple steps below.

Installation from within the Dashboard

  1. Navigate to Dashboard → Plugins → Add new;
  2. Press the Upload Plugin link at the top of the screen;
  3. In the opened dialog choose the downloaded zip-archive and press the Install Now button;
  4. Wait until the installation is completed and press the Activate Plugin link.
Uploading the zip archive
Activating the plugin
The plugin successfully activated

Installation through FTP

  1. Unzip the downloaded archive using an archiver app;
  2. Copy unpacked folder with add-on to FTP server, to /wp-content/plugins/ folder; As a result, the path to add-on folder should look like: /wp-content/plugins/shortcodes-ultimate-extra/;
  3. Go to Dashboard → Plugins page;
  4. If you made everything correctly in step 2, a new plugin will appear in the plugin list;
  5. Press the Activate link near the add-on to activate it.
FTP folder structure
The plugin successfully activated

Activating the license

Your license key must be activated in order to enable automatic updates for the add-on.

Activation process

An email with a license key will be sent to you right after the purchase of a premium add-on. If you’ve lost the email, please visit the Restore Purchase page to recover that information.

Follow the steps below to activate your license key.

  1. Log in to the dashboard of your site (wp-admin);
  2. Navigate to Dashboard → Shortcodes → Settings and scroll page down;
  3. Paste the received license key into the License Key field;
  4. Press the Save Changes button to activate the license key.

You can clear the License key field and click Save Changes to deactivate license key later.

License activation errors

The following errors may occur upon activation of a license key.

Invalid license key

This error may occur if you’re trying to activate invalid license key. Please make sure that you’ve copied the license key correctly. License key should have the following format: XXXX-XXXX-XXXX-XXXX (four groups of four digits/letters, separated by hyphens).

This error may also occur in local development environments. If you’re trying to activate a license key on local site, for example, WordPress.wp or mywp.develop, you’ll get this error.

However, you can activate license key on the following local domains: *.dev, *.local, localhost. If you’re using other domain name for local site, you can still activate license key manually. Follow this guide to do that.

License key reached its activation limit. Deactivate this license key on other sites

If you’ve purchased a license key with a limit on the number of websites (Single Site or 2-5 Sites options), you could only activate it on the specified number of websites. This error indicates that your license key has reached its activation limit. You should deactivate this license key on other websites to be able to use it again. Just clear License key field on any previous site to deactivate license key on that site. If you do not remember at which site(s) you have activated license key, please contact support.

This license key is intended to use with another add-on

Each license key is intended for use with a specific add-on. It means you can not activate Extra Shortcodes add-on (example) using license key of Shortcode Creator add-on (example). If you are feeling confused about purchased license keys, please contact support.

Unable to connect to the activation server

If you’ve faced this error, it’s most probably that your site unable to connect to the activation server. In this case, you’ll need to activate your license key manually. This article will guide you through manual license key activation.

Unknown error

This error should never happen. If you’ve faced it, please contact support immediately.

Multisite installations

On multisite installations, license key must be activated only on the main site. The plugin should be updated only on the main site too.

The main site is the site in your network that lives on the same domain as your network admin. For example, if your network admin is accessible with the following URL example.com/wp-admin/network/, you can access the dashboard of your main site by going to example.com/wp-admin/.

Localhost / Staging

You can activate a license key on the following local domains:

Activations made on a local domain won’t be counted. If you’re using another domain name for a local site or for a staging site, you can still activate the license key manually. Follow this guide to do that.

Manual activation

Step 1

Open up functions.php file of your active theme and paste the following code:

// Use this code to activate Extra Shortcodes add-on
update_option( 'su_option_extra-shortcodes_license', 'ENTER-YOUR-LICENSE-KEY-HERE' );

// Use this code to activate Additional Skins add-on
update_option( 'su_option_additional-skins_license', 'ENTER-YOUR-LICENSE-KEY-HERE' );

// Use this code to activate Shortcode Creator (Maker) add-on
update_option( 'su_option_shortcode-creator_license', 'ENTER-YOUR-LICENSE-KEY-HERE' );

Step 2

Replace ENTER-YOUR-LICENSE-KEY-HERE with your license key.

Step 3

Open any page of your site (no matter front page or any admin page). This will run the code in functions.php file.

Step 4

Now your license key successfully added to the database and you can remove the code from the functions.php file.

Step 5

Check your license key status by navigating to Dashboard → Shortcodes → Settings page.

Updating the plugin

Automatic updates

You need to activate your license key to enable automatic updates. See the Activating the license section to learn how to do that.

This add-on can be updated as a regular plugin from within the Dashboard of your site. To install an updated version, follow the instructions below.

  1. Navigate to Dashboard → Updates;
  2. Under the Plugins section select the plugin by ticking the checkbox;
  3. Click the Update Plugins button.

If you see the “Update package not available” error, read the Fixing “Update package not available” error article.

Installing automatic updates

Updating the plugin manually through the Dashboard

If you’re unable to install an update automatically for some reason, you can always update the add-on manually. Follow the instructions below.

  1. Navigate to Dashboard → Plugins → Add New;
  2. Click the Upload Plugin button;
  3. Choose the downloaded zip-archive with the updated version;
  4. Click the Install Now button;
  5. WordPress will ask you to replace the existing version with the new one, click the Replace current with uploaded button to confirm.
Steps 1–4
Step 5

Updating the plugin manually over FTP

If you need to update the plugin over FTP, it’s as simple as installing the plugin. Follow the steps below.

  1. Download the updated version in a zip format and unpack it;
  2. Upload the unpacked folder shortcodes-ultimate-extra to /wp-content/plugins/ directory on your server, so the resulting path would be /wp-content/plugins/shortcodes-ultimate-extra/.

Please note, since you’re updating the existing plugin on your server, the shortcodes-ultimate-extra directory already exists. So, just replace it with the new one.

FTP folder structure

Using new shortcodes

When you install and activate the plugin, 15 new shortcodes will appear in the Insert Shortcode window and on the Dashboard → Shortcodes → Available shortcodes screen.

New shortcodes added to the Insert Shortcode window
New shortcodes added on the Available shortcodes screen

You can find the detailed description of each shortcode and its options by clicking the links below:

Helpful?
🤝 Thank you!