milohuang / reverie

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

can't make nav bar to work. #82

Closed simkne closed 12 years ago

simkne commented 12 years ago

So I love the Reverie/foundation framework. But am getting frustrated not being able to make the drop down navigation to work. Has anyone managed to make this work? I have set the class within the wp Menu UI the parent menus to has-flyout. Issues I can see in my firebug:

The examples on foundation show ul li code, while the generated Code in WP is DD and DL's. The submenu has the class sub-menu and not flyout.

I have been researching like mad, and can't seem to find a solution. The problem seems to be common though. Can anyone guide me to solutions to this please? Really prefer it to Bootstrap, but being able to make a 1 level Navigation work without too much effort is crucial to any project. thanks

milohuang commented 12 years ago

It appears you are using Reverie 2.0 which output dd HTML instead ul in 3.0 Download it from Github and see if it works.

simkne commented 12 years ago

Ha! indeed. I had updated to reverie3, but it hadn't changed the parent theme. After deleting the old reveri version and reuploading the newest version, it runs smooth. Thank you, and amexcited to be able to continue using this awesome framework!! keep up the good work.