BuddyBoss Home – Web › Support Forums › Solutions › Social MarketPlace › Left user button/icon missing in mobile view when not logged in
- This topic has 5 replies, 3 contibutors, and was last updated 8 years, 7 months ago by Anve S..
Question
April 7, 2016 at 3:06 pm #67302@lshijieSorry for spamming the forums, but I found many problems recently.
I have 2 problems in the mobile view.
1. *super crucial* The user icon/button is missing when a guest (not logged in) is viewing the site. Thus, there is no way for the user to login to his/her account.
2. The slider positioning for the mobile view is way too weird. You can see from the screenshot that it’s too high up or something, it looks squashed.
Answers
April 8, 2016 at 5:52 am #67374@anveHi @lshijie,
Go to Settings > Buddypress > options . Enable show toolbar to logged out users for login option in mobile for logged out users.
Add following css in child theme custom css .
@media screen and (max-width:480px){ .bb-slide .boss-slide-img { height: 100% !important; } .slick-list.draggable { height: 140px !important; } .bb-slider-wrapper .slick-track { height: 100%!important; } }
Regards
AnveApril 8, 2016 at 11:55 am #67437@lshijieHi @anve,
That helps to show the login option for mobile users, but my desktop now has the black bar above that I didn’t want in the first place.
Is there a way to remove the black bar yet show the login option for mobile users?
For the slider in mobile view, it looks better after I added your code. Thanks so much for that!
April 9, 2016 at 12:43 am #67487@
AnonymousHi @lshijie,
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');
Regards
April 9, 2016 at 3:27 am #67510@lshijie@Pallavi That works! Thanks again!
April 9, 2016 at 5:46 am #67526
- The question ‘Left user button/icon missing in mobile view when not logged in’ is closed to new replies.