Anchor Links In Auto Nav
Permalink 1 user found helpful
Hi!
I was wondering if anyone knows of a way to add an anchor link to the navigation.
I have a single page with 5 sections and each section should be accessible from the nav menu. The menu is shown below.
Home | Meet The Team | What We Do | Our Products | Contact Us
Meet The Team = #employees
What We Do = #services
Our Products = #products
Contact Us = #contact
Normal coding is simple
For some reason with C5 though it doesn't allow you to add these simple items, only pages. Does anyone have a work around for this that does not involve coding them in directly (in case my client would like to add more pages in the future).
I was wondering if anyone knows of a way to add an anchor link to the navigation.
I have a single page with 5 sections and each section should be accessible from the nav menu. The menu is shown below.
Home | Meet The Team | What We Do | Our Products | Contact Us
Meet The Team = #employees
What We Do = #services
Our Products = #products
Contact Us = #contact
Normal coding is simple
<a href="#employees">Meet The Team</a>
For some reason with C5 though it doesn't allow you to add these simple items, only pages. Does anyone have a work around for this that does not involve coding them in directly (in case my client would like to add more pages in the future).
I'm currently working on an add-on that can do just that (and a bit more).
I figured it out. All you need to do is go to Dashboard > Sitemap > Full Sitemap select "Home" and then "Add External Link". Make the url "#employees" or whatever section you want it to jump to and you're done. Not sure how I missed this option earlier but it's pretty simple.