This topic has 7 replies, 2 voices, and was last updated 7 years by Abe.

  • Author
  • #98558
     damiko
    Participant

    Hi there,

    It seems that at random times I will go to the site and the side menu will be expanded. Is there a way to keep it hidden by default, and only have it open up when someone clicks the menu button?

    #98583
     Abe
    Keymaster

    Hi there, we will do our best to include it into next week big update.

    Thanks

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #98586
     damiko
    Participant

    Okay, that’s great… but in the meantime, is there a piece of javascript I can use or something to ensure the panel stays closed? It’s kind of confusing for the end user and I can’t seem to see what triggers it to be open at times.

    #98659
     Abe
    Keymaster

    You can add this code to your buddyapp-child/functions.php file but it be closed on desktop and opened on mobile devices unfortunately. We are doing some tests to include this functionality next week but to apply only on desktop

    COPY CODE
    
    add_filter( 'body_class','kleo_closed_menu_body_classes' );
    
    function kleo_closed_menu_body_classes( $classes = array() ) {
    
        $classes[] = 'sidemenu-is-open';
    
        return $classes;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #119184
     damiko
    Participant

    Hi, thanks for the reply. You solution works to a certain extent, but having it always expanded on mobile isn’t really an option.

    It’s been a few months and there has been at least one update, but the issue persists. Have you guys had any luck finding a solution?

    #119289
     Abe
    Keymaster

    Will do some tests these weeks and come with a solution for sure.

    Thank you

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #122062
     damiko
    Participant

    Hi there, any luck on this issue? It’s been several months :/

    #122568
     Abe
    Keymaster

    We have something that we are still testing and we will release this option next week in an update

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

Viewing 8 posts - 1 through 8 (of 8 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?