BuddyBoss Home – Web Support Forums Themes Boss. theme Change Mobile Menu

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

    #38636
    @joymoleta

    Hello, how do I add the “Dashboard” link onto the mobile menu for administrators? I am having a problem accessing the dashboard on my mobile. I keep getting redirected to the site.

    Thank you.

    Answers

    #38671

    Alyssa
    Participant
    @alyssa-buddyboss

    @joymoleta the dashboard is not very mobile friendly which is why we did not include a link for it on mobile. You could create a menu link with the /wp-admin/ link and add a custom class. Then add CSS to hide the item by default then target .role-admin to display it again.
    So CSS could look something like this:

    .mobile-admin-menu-item{display:none;}
    .role-admin .mobile-admin-menu-item{display:none;}
    #38699
    @joymoleta

    Thank you for the suggestion. For some reason when I log in on try to access the dashboard I am taken through a loop that basically asks me to log in again. I can’t access it on a mobile device. This behavior happens intermittently on a desktop site too. This only started with the last update. Please let the devs know. Thank you.

    #38729

    Alyssa
    Participant
    @alyssa-buddyboss

    @joymoleta I sometimes have issues with any WordPress site when I select save password. I think this is a WP issue or browser issue. Try entering the password manually, if you ever have an issue when you manually enter the password let me know but we do not edit the actual login feature at all. But that is my experience.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘Change Mobile Menu’ is closed to new replies.