Fullpage.js issue on custom domain

Hi,

I have been following this tutorial to add fullpage.js to my website. It works magic when published on webflow, but for some reason does not work when I publish to my custom domain.

Does anyone have an idea why might that be? The domain is from GoDaddy, used with G Suite.

Thanks a ton, I am so close to having my perfect website, just this bit missing to perfection!

Maybe the domain block the asset (Not secure). Why you dont use the official fullpage.js cdns?

insecure script Error:

Not secure

image

Console error:

Solution:

cdn

https://github.com/alvarotrigo/fullPage.js/#optional-use-of-cdn

or by jsdelivr:

https://www.jsdelivr.com/package/npm/fullpage.js

out of topic:

use Minify Resources .min:

Example:

<script src="https://cdn.jsdelivr.net/npm/fullpage.js@3.0.3/dist/fullpage.min.js"></script>
1 Like

Oh I see. I just copied the code from the tutorial along with that link. Thanks so much for this, it works now with the official cnds thing!

1 Like