I am using WordPress with Jupiter theme.
I am having an issue I have a main menu setup where I scroll to different parts of the web page using #
and sectionIDs, e.g. myurl/#home
or myurl/#contact
.
Now I want to add another menu item where I will be directed to a different page, e.g. myurl/newpage
. However once I reach this page from main page I cannot use the menu again. The navigation menu buttons try to add #home
to myurl/newpage/#home
.
I want to know how can I navigate to another page on my site without breaking the main navigation menu or how to navigate back flawlessly from my menu.