milohuang / reverie

Reverie is a versatile HTML5 responsive WordPress framework based on ZURB's Foundation.
http://theakiba.com/reverie/
MIT License
918 stars 196 forks source link

Mobile Menu - Top level navigation #298

Open MorrisonDigital opened 10 years ago

MorrisonDigital commented 10 years ago

If you look at http://themefortress.com/demo/ in full screen I can click on the menu item 'News' but when you open the site on mobile the news page is not accessible. It opens the sub-level instead.

This seems like a bug.

Has anyone solved this issue?

AndrewSepic commented 10 years ago

I don't believe this is a bug, but more of bad practice. You shouldn't place a menu 'item' as a parent which actually has a page and corresponding content. It's much better to have a null menu item called 'News' which contains within it 'History, Our Staff, Latest News etc..' That way it's not a functional issue with a mobile menu and it's also waaay more user friendly.