NAVT is installed & working normally, except for the static page links. I have a static page (not posts) as my "home" page and posts are called "News." I.e. WordPress Admin:Settings->Reading->Front Page Displays: A static page: Front Page: "Home", Posts Page: "News"
My NAVT menu looks like this:
E.g.:
Home | Stuff | News | Other Stuff | About
Home, Stuff, Other Stuff and About are all "pages" and "News" is the link to posts.
I have CSS applied to the current selected menu item through NAVT's CSS option "LI active page CSS class" so when a menu item is selected, it remains highlighted. This works great for all menu items except "Home" and "News", where no CSS is being emitted for the selected LI tag.
When "About" is selected, the HTML emitted is:
< li class="current">
< a title="About" ...
When Home or News is selected, no "class='current'" is applied.
Any/all help is appreciated.