Hi, I having a bit trouble with my menu. I have some links in the menu that I just want them to scroll down on the home. So I use rows with id’s and I have some pages in the menu that are a seperate page.
For now my homepage exists on /home
When I set a menu item up like this:
Link: #contact
Label: CONTACT
It works fine for the homepage, nice scrolling. But that wont work for a page like /workshops where it automatically ads /workshops/#contact.
So I set the link up like this:
Link: /home/#contact
Label: CONTACT
But then the scroll doesnt work on the /home and the page has the loading sign first and then gets to the part selected.
What to do?