Fullpage.js navigating to a section on another page works only on Chrome

Hi all,

I am using fullpage.js with custom navigation between pages. I am trying to navigate to a particular section on the first page, but it only works on Chrome. On Edge it works randomly. On Firefox it does not work at all. Can’t test it on Safari.

I just can’t figure out what’s wrong.

live site: https://fullpage-test-232b70.webflow.io/#section1

webflow: https://preview.webflow.com/preview/fullpage-test-232b70?utm_medium=preview_link&utm_source=dashboard&utm_content=fullpage-test-232b70&preview=fae6644d1edbd1ee061f48e10f1913c4&mode=preview

Thank you.

sessionone

Hey @sessionone! I’m gonna go ahead and tag @Alvaro_Trigo, the maker of Fullpage.js and see if he has any time to take a look.

1 Like

Hi

Where you jump from and to where you want to jump? What section You talking about?

Hi,

From page 2 to either section on page one.

Thanks

This is page 2 - Which button you click on to reach the desire section?

47

These are all sections in page one. On which section you want to land?

:slight_smile:

Yes, the slider on page 2… On published site, it is hidden after load. This is another problem I have for another topic. If you set the modal slider div to display none, you will see page 2 :slight_smile:

Hi there, Alvaro here :wink:
As detailed in the fullpage.js documentation:

Be careful! data-anchor tags can not have the same value as any ID element on the site (or NAME element for IE).

In your case your anchor “section2” is also id=“section2”. You need to fix that and use another value for the id or for the anchor, but both can not be the same.

Also, do not forget you’ll have to purchase a license key from pricing page to use fullPage.js legally :wink:

3 Likes

Alvaro, THANK YOU! Took me a while to understand what you are talking about, but got there in the end :slight_smile:

Sorry, I did not mean to be a thief :slight_smile: Also not sure what is acceptable in terms of trying something out. Will purchase tomorrow.

Thank you again.

1 Like