BuddyBoss Home – Web › Support Forums › Themes › Boss. theme › Change Mobile Menu
Tagged: dashboard, mobile menu
- This topic has 3 replies, 2 contibutors, and was last updated 9 years, 7 months ago by Alyssa.
Question
April 7, 2015 at 9:24 pm #38636@joymoletaHello, 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
April 8, 2015 at 3:48 pm #38671@alyssa-buddyboss
AlyssaParticipant@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;}
April 9, 2015 at 4:01 am #38699@joymoletaThank 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.
April 9, 2015 at 7:09 pm #38729@alyssa-buddyboss
AlyssaParticipant@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.
- The question ‘Change Mobile Menu’ is closed to new replies.