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.
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
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