January 15, 2016 at 14:02
#98659
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.