
Hybrid Theme Menu Broken
Today after updating to a recent trunk of WordPress 2.7, I noticed that my Hybrid theme’s menu was totally borked. The two menu items that normally run across the top of the page were not even boxes anymore. Simply now just links. I doubted that Hybrid that anything to do with it since I have not yet updated to Hybrid version 0.3.2, so it left me with only the trunk for answers.
I searched around the trunk for changes and there was one that had something to do with a class/id css thing. Confirming my searching, at the Hybrid fourm, there was a sticky.
It seems the WP team decided to change up the new
wp_page_menu()function a bit in the latest dev version of 2.7.
Theclassparameter actually gives a class now instead of an ID. I’m not sure what they were thinking in the first place.
Anyway, if your page menu breaks, look in your stylesheet and find the references to#page-nav. Change them to.page-nav.
I’ll put out a release this week that reflects these changes.
I’m not sure exactly how this works because I use the raw hybrid theme, so I don’t have my own stylesheet. In any case, even if I can’t figure out how to fix the problem myself, there will be a minor Hybrid update this week or next week containing the changes. Thanks Hybrid!
I should have that updated release out tomorrow, so your menu will look right again.
Thanks a bunch!