Closed vitrinekast closed 1 year ago
The latest version of Offset Sections is 0.1.2. It seems you are using a very old one or that you haven't purchased it.
You can get the Offset Sections extension for fullPage.js version 4 on the fullpage.js extensions page.
If you still having problems with the latest version, feel free to use the contact form and send us an email using the email used for the purchase of the extension.
Apologies for the late reply btw!! 🙏
I'm unable to get the offsetSections extension to work out of the box using react-fullpage.
Description
As soon as the user starts scrolling, i get the following error:
Uncaught TypeError: s.offsetSections.getSectionPosition_ is not a function
using the following isolated setup for the page (copy paste from the delivered example html file)
Possible fix?
To try something, i've changed within the delivered fullpage.offsetSections.min.js
(t.getSectionPosition...
to(t.getSectionPosition_
, and that seems to have done the trick, as far as i can see now.Doesn't seem like a very safe solution, but at least i'll be able to use the package for now. Will be great if this can be fixed for the next user! (Or, if you could let me know if this is a safe bet to use in production)
Versions