-
Notifications
You must be signed in to change notification settings - Fork 367
How to activate a multiscroll.js extension
- Access https://alvarotrigo.com/multiScroll/extensions/activationKey.html (which is the URL that was sent to your email address when purchasing the extension=
- Introduce the license key that was given to you when purchasing the item. Also in available in your purchase confirmation email.
- A domain name might be required in order to obtain the activation key for your product.
- Once you have the activation key for your extension and domain (generated on the previous steps) you'll need to add an option in the multiScroll.js initialization with the form
nameOfExtension + "Key": key
. For example:
$('#multiscroll').multiscroll({
responsiveExpand: true,
responsiveExpandKey: 'ACTIVATION KEY SHOULD BE HERE',
});
Same for the rest of extensions if you are using them. These are are all the extension key options at the moment:
responsiveExpandKey
responsiveCombineKey
Remember the use of extensions requires the use of jquery.multiscroll.extensions.min.js
instead of the usual multiscroll.js file (jquery.multiscroll.js
) as explained in the use of extensions.
No activation key will be required for localhost environments. If you need to use it in another external development environment, you can get the activation key for that domain and ask me later for another one once you move it to production.
Both are different keys.
- You get the license key when purchasing any extension.
- You get the activation key when activating your extension for a particular domain (unless using the Unlimited License). In order to generate it you need the license key.
The license key is composed by 4 groups of 8 characters each (XXXXXXXX-XXXXXXXX-XXXXXXXX-XXXXXXXX
) and the activation key has a variable length and it is not composed by separated groups (XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
)
It is important not to confuse each other.