You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First I want to tell you that Menu is awesome.
I have one issue, found it today. I add some anchor links elements in menu. Everything is fine while menu is inline. But clicking an anchor link in "toggle" menu, will result with the page scrolls to the correct part of the page BUT the menu stays open. With "regular" links everything works fine.
For now I make a trick, instead of anchor #anchor-link I put absolute url http://domain/path/page-name.asp/#anchor-link and it works at all devices. For sure there is more elegant way to close the toggle ;)
Thanks in advance
Best
Ivana
The text was updated successfully, but these errors were encountered:
Well, I decided that I don't need anchor links in toggle menu layout (mobile viewport). It's ok in inline menu layout but in toggle there is no point to have anchor links ;) (it's eaisier to scroll than cliks on menu links few times...)
Hi, I could add a click event for all navigation links except the ones that have the submenu class, and have it collapse the menu. I'll try to look into it this week. :)
You helped me twice ;-) Navigation works fantastic plus I realized that it makes no sense to have anchor links within the sub-menu (when navigation prepend to a menu icon). So I hide that sub-menu when the browser viewport is smaller than a specific width. But adding click event sound great, for some future projects because I want use your responsive-nav forever. It works so good! Thank you!
First I want to tell you that Menu is awesome.
I have one issue, found it today. I add some anchor links elements in menu. Everything is fine while menu is inline. But clicking an anchor link in "toggle" menu, will result with the page scrolls to the correct part of the page BUT the menu stays open. With "regular" links everything works fine.
For now I make a trick, instead of anchor #anchor-link I put absolute url http://domain/path/page-name.asp/#anchor-link and it works at all devices. For sure there is more elegant way to close the toggle ;)
Thanks in advance
Best
Ivana
The text was updated successfully, but these errors were encountered: