I’ve found a workaround:
Edit the nice-navigation/script.js file to replace:
$nice_navigations.find(“ul ul”).hide();
with
$nice_navigations.find(“ul ul ul”).hide();
This gives the behaviour I’m after by expanding the first level but not all levels (as would happen if the line was simply commented out.
As a feature request, it would be great if the level of expansion is configurable.
Many thanks,
John
Hi Chadwick,
You can change the order in which they are listed by changing the “Order” parameter of each page. (It defaults to 0, so if all your pages have an Order of 0 WordPress (and hence Nice Navigation) spits them out in alphabetical order).
Hope this helps. Have a nice weekend.
John