Viewing 1 replies (of 1 total)
  • Hello @blackbeardesign

    I am wondering how do I get the sidebar navigation to show with the sections?

    → By default, it won’t show as unfolding if the section has children>content/documentation. Which is expected behaviour to keep the output layout decent.

    However, I think this JS snippet will make the job done, which you expect. You can use this code through a 3rd-party plugin.

    /*
    @ Show Docs navigation as unfold with the section
    */ 
    
    jQuery(document).ready(function( $ ){
        // Your code in here
      $('.page_item_has_children').removeClass('wd-state-closed');
    });

    I hope this will help.
    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Sidebar navigation’ is closed to new replies.