BuddyBoss Home – Web Support Forums Themes OneSocial theme Mobile menu not working

Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Question

    #67632
    @omarobaid

    The mobile menu is not working for me, am I missing something here?

    the links are there but invisible. I tried changing the secondary colour but that did not make any difference.

    The same thing happens with the profile menu on mobile when logged in, it slides but it is blank.

    Also, the profile/login button only displays on mobile if I activate the buddypress function (display login for logged out users) but, this displays a bar on the desktop too. How I can remove it from desktop and keep it on mobile?

    Answers

    #67633
    @omarobaid

    I tried the menu on an iPad and it works fine. So the issue is only on mobiles ( I tried a Sony, and a samsung s3 phones)

    #67673
    @anve

    Hi @omarobaid,

    You may need to use the following which will leave the Toolbar available in the Dashboard but hide it on all front facing pages.

    Just add it in your child theme’s function.php

    
    add_filter('show_admin_bar', '__return_false');
    

    Could you please share your site url to test on mobile .

    Regards
    Anve

    #67679
    @omarobaid

    This didn’t work.

    I will send you the site URL in a private message now

    #67691
    @omarobaid

    Correction, this code add_filter(‘show_admin_bar’, ‘__return_false’); works fine by removing the black panel at the top on desktop, but it removed the notification and message button from the top menu and some of the links in the profile drop down as well.

    Screenshots attached with and without your code.

    #67702
    @anve

    Hi @omarobaid ,

    I checked the mobile menus , and both are working fine .Please check again .

    Also for hiding the admin toolbar please refer to following thread.

    https://www.buddyboss.com/support-forums/topic/profile-options-missing-after-adding-custom-code/#post-67701

    Regards
    Anve

Viewing 6 posts - 1 through 6 (of 6 total)
  • The question ‘Mobile menu not working’ is closed to new replies.