Viewing 1 replies (of 1 total)
  • 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 1 replies (of 1 total)
  • The topic ‘Collapsing after page refresh?’ is closed to new replies.