Footer as a menu item in main menu
Hi,
If I want the "Contact Us" item in the main menu at the top of the page to jump to the footer at the bottom of the page that has the contact info in, how do I go about doing that?
I have tried the following 4 things:
1.)
In widget in footer add:
<a href="#footerlink">Menu item</a>
In a custom menu item add for the link #footerlink
Didn't work
2.)
In widget in footer add:
<a href="footerlink">Menu item</a>
In a custom menu item add for the link #footerlink
Didn't work
3.)
In widget in footer add:
<span id="#footerlink">Menu item</span>
In a custom menu item add for the link #footerlink
Didn't work
4.)
In widget in footer add:
<span id="footerlink">Menu item</span>
In a custom menu item add for the link #footerlink
Didn't work
Comments
Hi,
Making anchor links (in the menu or not) is simple as creating regular links.
Please head to the documentation, where you will find all required steps to do that:
https://support.muffingroup.com/faq/how-do-i-link-an-anchor-on-the-same-page/
You can check our video tutorial too:
https://www.youtube.com/watch?v=HoHZksjUrjg
Thanks
Tried <div id="footerlink">Contact Us</div> now, not working
Please attach a link to your website so we can check it out. If the page is offline(localhost), then our help will be limited. You will have to contact us when the page is online. Also, please make sure that the page is not under maintenance before you provide us with the link.
Thanks
HTML in footer https://prnt.sc/1ywit9d
Menu item https://prnt.sc/1ywivxy
Website I am trying to do this on: http://prochino.peridemo.co.za/
You have a Sliding footer style, with which anchor links do not work.
If you want to make it work, you would have to change to Default or Stick to bottom style.
Thanks
oooh eeem geeee that simple...days of googling! Thank you so much! That was the one thing i did not think about. That fixed it.
I am glad that I could help.
If you have any further questions or problems, please, let me know.
Thanks