-
Author
-
January 14, 2016 at 17:42 #98558damikoParticipant
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?
January 14, 2016 at 19:31 #98583AbeKeymasterHi 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.January 14, 2016 at 20:41 #98586damikoParticipantOkay, 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.
January 15, 2016 at 14:02 #98659AbeKeymasterYou 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 CODEadd_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.April 27, 2016 at 05:29 #119184damikoParticipantHi, 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?
April 27, 2016 at 20:44 #119289AbeKeymasterWill 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.May 17, 2016 at 17:42 #122062damikoParticipantHi there, any luck on this issue? It’s been several months :/
May 20, 2016 at 18:42 #122568AbeKeymasterWe 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. -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.