hi.
I took the code for fullpage.js and put it on my web.
I wanted to move to the section by putting the number on the left. I added an id value to the section and it worked well in preview mode, but it didn’t work when published.
So I put
-> anchors:[‘firstPage’, ‘secondPage’, ‘thirdPage’, ‘fouthPage’,'fifthPage’, ’sixthPage’]
in my body .
Then, automatic scrolling is no longer applied. What should I do?
Here is my site Read-Only: [LINK][1]
([how to share your site Read-Only link][2])
Cool website! The animations look great. I think you have to add some more code to what you already have in order for the anchors to work with the fullpage js library. Try this:
I wonder why it doesn’t work? Another option that is to use the html attribute data-anchor="section1" in each section in order to define the anchor for it. something like this: