• For one of my pages I have a navbar that leads to different “pages” that are all located on the front page. However, for one section of the page, I have links to other pages that are not on the front page. These links work, but once the user is guided to this page, the navbar no longer does (as it does on evietharpe.com). How do I fix this?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi, I get a timeout error when I try to visit your site so I could not check it out, but It looks like you’re dealing with a single-page design with anchor links in your navbar that allow users to jump to different sections within the front page, which is working fine. However, you have some links pointed to other pages, and once on those pages, the navbar doesn’t function as expected.

    The issue likely arises because the other pages do not have the same anchor sections as your front page. When you click a navbar link on a different page, the browser is looking for an element with the corresponding ID to scroll to, which does not exist on these other pages.

    To address this, you can update your navbar links to include the full URL path with the anchor for pages outside of the front page. This way, when someone clicks on a link while on another page, they will be directed back to the homepage and then to the specific section. For example, instead of having a link like #section, you would replace it with https://www.evietharpe.com/#section.

    Hope this helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Navbar not working for certain pages’ is closed to new replies.