Skip to content

How to activate a fullPage.js extension

Álvaro edited this page Mar 12, 2017 · 45 revisions
  1. Access the URL that was sent to your email address when purchasing the extension.
  2. You will be asked to introduce the license key that was given to you when purchasing the item.
  3. Additionally a domain name might be required in order to obtain the activation key for your product.
  4. Then add the activation 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.

What to do for development environments / websites?

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.