Hi I’m loving the plugin, it makes the code so much easier to read and modify. I’m hoping you might be able to help me with an issue that I’ve run into with the plugin.

For some reason each li class seems to still pick up the slug id which in itself is no big issue. i.e.
, until you come to the current page class which displays as .

Is there any reason you can think of, that might be making this happen?

This is my code for calling the menu, incase its an issue with that
'header_menu',// name of menu
'container' => 'div',// wraps menu in tags
'container_id' => 'nav',// div id
'container_class' => '', //class name of container div
'menu_id' => 'nav_ul',//change ul id
)
);
?>