Viewing 1 replies (of 1 total)
  • Thread Starter johnhamlen

    (@johnhamlen)

    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

Viewing 1 replies (of 1 total)
  • The topic ‘How to have the first level of the page hierarchy expanded by default?’ is closed to new replies.