I have scoured the Forum looking for a solution to my In-page linking not working, I have followed multiple tutorials and suggestions but none of them have worked?
Check it out if you can: For Schools and Nurseries
The FAB in the bottom right corner is the Flyout with navigation.
P.S it works in the Webflow Preview Mode but not on export.
Could you share the site read-only link: Share a read-only link | Webflow University, and the published site where the in-page “section” linking is not working? It would also be helpful if you can let us know which link and what the target section is for the link. Cheers,
Dave
The Icon in the bottom right has IX applied to it, it contains the navigation for the In-page links, every “Row” has its own ID I wanted each link to go to. Let me know if you need any more details?
Hi Aaron, thanks a lot for the followup The first thing to check in these cases, is the published page and see if there are any javascript errors. If there are, this causes all other scripts on the page to not execute properly.
I checked the published site, and in Chrome, I right click on the mouse on the page, and choose Inspect Element. From there I click the console tab, and I can see there is a script error, so that has to be fixed first:
In looking at the error, I can see that the script is trying to execute, before jQuery has loaded. I would move the custom code in your Header, to the Footer, because jQuery is loaded in the footer also, and any scripts in the Footer are executed after the jQuery has loaded.
​I hope this helps. If not, please let me know – I’m happy to assist further!
That’s great @Aaron. Welcome to the club of learning more everyday about Webflow I am still learning and I hope we can continue to learn together Cheers,
Dave