ComputerWolf / SlickNav

Responsive Mobile Menu Plugin for jQuery
MIT License
939 stars 314 forks source link

Combine menus? #18

Closed johnflufin closed 9 years ago

johnflufin commented 10 years ago

I'm trying to figure out how to combine multiple menus into one SlickNav. Many times I find myself moving less important links to a secondary menu in another location due to space constraints. But in a mobile view I'd prefer one menu with everything together.

Maybe this isn't possible with the current version. If not please consider for the next version.

BTW, amazing script! Love it!

lha-brian commented 10 years ago

Just curious -- did you ever find a solution for this issue? I'm in the exact same boat, but would love to utilize SlickNav in my sites.

johnflufin commented 10 years ago

No sorry. I don't think it would be too difficult to implement though. Just need to concatenate multiple menus into one. I could probably figure it out but I decided to compromise with a "More" menu.

ComputerWolf commented 10 years ago

@johnflufin, @lha-brian Give this a go: http://codepen.io/ComputerWolf/pen/tjyIg

johnflufin commented 10 years ago

Nice! For some reason it never occurred to me jquery could handle this. Thanks ComputerWolf!