I love this plugin and the latest version works great. Everything was fine in my development until I realized that I hadn’t changed over to month-name permalinks (ie. http://www.website.com/about-us/) I’m using a very simple css style for current page
#pixopoint_menu1 .current_page_item a {
color: #669900;}
Once I changed over to the new permalinks structure, it seems to be treating the child page as the current page in the drop down menu, even when I’m at the parent level.
(for example:
http://www.website.com/about-us/ *parent page
http://www.website.com/about-us/our-history/ * child page)
Probably because the urls of both parent and child have some of the same "words" it’s considered current. Does anyone have a workaround for this?
Thanks,
Bob