-
Notifications
You must be signed in to change notification settings - Fork 7.3k
How to activate a fullPage.js extension
Álvaro edited this page Dec 11, 2017
·
45 revisions
- Access https://alvarotrigo.com/fullPage/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.
- Then add the activation key (not the license key) for the specific extension by adding an option in the fullpage.js initialization with the form
nameOfExtension + "Key": key
.
For example:
$('#fullpage').fullPage({
fadingEffect: true,
fadingEffectKey: '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:
fadingEffectKey
responsiveSlidesKey
continuousHorizontalKey
interlockedSlidesKey
scrollHorizontallyKey
resetSlidersKey
offsetSectionsKey
dragAndMoveKey
parallaxKey
Remember the use of extensions requires the use of jquery.fullpage.extensions.min.js
instead of the usual fullPage.js file (jquery.fullpage.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.