• Hi,

    First, thanks for the great theme, very clear and easy to use. I have one question though, is it possible to hide the navigation pane after you click a menu item? (for example section 3.) The problem is that some people (I know, shocking) can’t figure out that they need to close the menu to see the right portion of the page. I would really appreciate it if you could help me. Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Tanay

    (@tanaykhandelwal-1)

    Hello there,
    Hope you’re having great time and enjoying using Connexions Lite ??

    For this you can add the following jQuery code in any custom.js plugin or using Child_Theme

    jQuery('#skenav').click(function(){
    	jQuery('body').removeClass('display-header');
    	jQuery('.conx-inner-overlay').fadeOut(200);
    });

    Regards,
    Tanay Khandelwal

    Thread Starter shirazdrum

    (@shirazdrum)

    Thank you. Works perfectly.

    Tanay

    (@tanaykhandelwal-1)

    Please mark ticket as resolved. If you have got the solution so that others could also find it as correct.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Navigation pane close’ is closed to new replies.