Hello Steve,
Checked the site and saw you do not have any defined CSS for (.current_page_item) that is why your site current page menu not highlighted.
You can check this by directly accessing the http://legacy.stephendowell.com/contact/ you would see that Contact tab would not highlight.
If its possible for you you can go for http://shop.youngtechleads.com/downloads/ajaxify-wordpress-site-pro/ which will give you more features
Thanks
Manish
Thread Starter
Steve D
(@steadwell)
Hi,
The CSS is working okay.
li[class^="current"] a,
li[class*="current"] a {
background: transparent !important;
color: white !important;
}
It’s when a page loads, the menu item class is not being changed (ie. addClass, removeClass).
I don’t want the PRO version, just the basic functionality.
Thanks!
Thread Starter
Steve D
(@steadwell)
I got it! I had the menu’s ul class name specified instead of the containing div class name. I new that it worked before!
This is resolved.
Thanks for looking at it.