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.
- Fixed CSS selector specificity oversight that caused active menu items to appear “invisible” in default
- Issues Fixed
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 {
Your customizations and ng.css are not reading correctly since the new template update to 1.3.4 also your contact page here is broken when trying to send.
Sorry it was my server after I placed a fire up their butts they fixed it lol, now it works better then it ever had Awesome Template Awesome work!!!
Glad I could help(?). *grin*
Working on a new contact form solution. Thanks for the heads-up.