Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m also wondering if this is possible. I’d like to be able to do the following: If I had 3 a menu with 3 initial main pages, then each page linked to 3 sub pages. If I were on the second sub page, of the second main page, I’d like the menu to default open to show the page I was on, with that page menu text highlighted. Is this possible?

    Thanks.

    You need to uncomment one line in the script.js file. You can find this file by going to Plugins -> Editor on your WP dashboard.

    // open up onstart
    //$netgo_navigations.find("li.current_page_ancestor,li.current_page_parent,li.current_page_item").find("ul:first").show();

    Remove the // from the second line:

    // open up onstart
    $netgo_navigations.find("li.current_page_ancestor,li.current_page_parent,li.current_page_item").find("ul:first").show();

    Click “update file” button at the bottom. Now the selected link’s levels will be collapsed upon page load.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Stay open’ is closed to new replies.