Hello,
here comes my first problem 😉
Smooth Scrolling works without problems on a One Pager but my menu contains links to other pages and links to anchors on thus other pages like this menu-structure …
'Page 1' -> /page_1/
'Anchor 1A' -> #anchor_1a
'Page 2' -> /page_2/
'Anchor 2A' -> #anchor_2a
What happens (by default)?
————————–
– Navigating from /page_1/ to #anchor_1a is smooth
– Navigating from /page_1/ to #anchor_2a doesn’t work
A simple solution is to define all anchors with full path like this:
'Page 1' -> /page_1/
'Anchor 1A' -> /page_1/#anchor_1a
'Page 2' -> /page_2/
'Anchor 2A' -> /page_2/#anchor_2a
This works but without Smooth Scrolling and with a Javascript Error
best,
heinetz
Attachments:
You must be
logged in to view attached files.