Elbee Elgee Version 1.3.4 Submitted To The Repository

I’ve fixed a little bug that cropped up in Elbee Elgee 1.3.3 and have submitted 1.3.4 for approval over at the Theme Repo (you can track the ticket here if you’d like).
The change is pretty simple, actually:

  • Version 1.3.4
    • Issues Fixed
      • Fixed CSS selector specificity oversight that caused active menu items to appear “invisible” in default ng.css styling.

Thanks to Mitka and Michael for pointing this bug out.
If you can wait, the fix should roll through in the next couple of days. If you can’t, I would advise the following:
Change line 167 in styles/ng.css from:

div.menu a:active, div.menu a:hover {

to:

div.menu a:active, div.menu a:hover,
#menu li.current_page_item a:link, #menu li.current_page_item a:visited,
div.menu li.current_page_item a:link, div.menu li.current_page_item a:visited {

3 Comments

Add Yours

Leave a Reply