alvarotrigo / fullPage.js

fullPage plugin by Alvaro Trigo. Create full screen pages fast and simple
http://alvarotrigo.com/fullPage/
GNU General Public License v3.0
35.04k stars 7.3k forks source link

Remove "Made with Fullpage.js" from website #4595

Closed taraniduncan closed 5 months ago

taraniduncan commented 5 months ago

Description

I'm using Webflow to build my website since I'm not a frontend engineer. I paid for a Fullpage.js license and followed the tutorial to make Fullpage.js work on my site's home page, which I'm trying to make look as polished as possible with my limited skillset. Unfortunately, the "made with fullpage.js" piece below my footer is taking away form the polish of the site. I've paid for a license. How do I remove the label using custom code in Webflow?

Link to isolated reproduction with no external CSS / JS

No code to show except what is included in this tutorial: https://alvarotrigo.com/blog/how-to-use-fullpage-in-webflow-create-full-screen-slider/

Steps to reproduce it

  1. Add code to header
  2. Add code to body
  3. Publish
  4. See the watermark at the bottom of my site

Versions

All OS and browsers of all versions

taraniduncan commented 5 months ago

I resolved it myself:

// fullpage.js initialization
new fullpage('#fullpage', {
    licenseKey:'license here',
    scrollingSpeed: 1000,   
    verticalCentered: false,
         credits: { 
              enabled: false, 
              label: 'Made with fullPage.js', ç
              position: 'right'
        },
});
alvarotrigo commented 5 months ago

Glad you managed to figure it out! 👍