BuddyBoss Home – Web › Support Forums › Themes › BuddyBoss Mobile Only › Home button
- This topic has 13 replies, 3 contibutors, and was last updated 9 years, 11 months ago by calvin.
Question
September 12, 2014 at 10:21 am #31496@brincyHello,
if I’m not logged in and I press the Home button on top left, it opens a blank slide and I cant go back anymore. I’m on multisite and I’ve allowed new registrations.Answers
September 12, 2014 at 8:36 pm #31518@alyssa-buddyboss
AlyssaParticipant@brincy Welcome to the BuddyBoss community! Please make sure the wpadminbar is visible, some plugins hide it. Try disabling all plugins except buddypress to test, and then re-enable plugins one by one to determine which one is causing the issue. They you can contact the plugin owner how to display the wpadminbar.
December 7, 2014 at 12:49 pm #33859@kelvin87same issues here
why require wpadminbar to be visible??
cant we hide the wpadminbar?? and still working with the theme??just purchase the theme today
looking forward for the support for this issuesDecember 7, 2014 at 7:21 pm #33864@alyssa-buddyboss
AlyssaParticipant@kelvin87 Welcome to the BuddyBoss community! The login form is directly tied to the wpadminbar. In WordPress you can login one of 2 ways, though the adminbar at the top of the screen or through a widget. The problem with widgets on mobile is that they are placed at the bottom of the screen. If you would rather make your own login form I recommend hiding the left menu until users log in. adding this code to your custom.css file will allow that:
.left-btn{display:none;} .logged-in.is-mobile .left-btn{display:block;}
December 8, 2014 at 3:15 am #33869@kelvin87hi chester
can i hide the POST IN button??
what should i put in the css file?
thank you please replyDecember 8, 2014 at 3:38 am #33870@kelvin87and in the footer i just want to show the social media icon/links
it is possible??
guide me through that
thanksDecember 8, 2014 at 4:24 pm #33878@alyssa-buddyboss
AlyssaParticipant@kelvin87 I recommend you download firebug for firefox or use developer tools in IE or Chrome to see the elements you want to remove. Use the inspect element tool and it will tell you the exact elements to add to your custom.css file.
To remove posted in:
#whats-new-post-in-box{display:none;}
To remove things in the footer it may just be easier to copy the footer.php file to your child theme and remove the elements you don’t want. Or try my suggestion above.
December 9, 2014 at 2:21 am #33882@kelvin87hi chester
i have put that code in style.css
but the post in dropdown button still appeari have another question
can you show loading icon? something with round pic that rotate until it finished load then show the page?thank you
December 9, 2014 at 4:53 pm #33894@alyssa-buddyboss
AlyssaParticipant@kelvin87 try this instead:
#whats-new-post-in-box{display:none !important;}
The loading icon has been discussed in the past. Based on response from BuddyPress this is not possible.
December 9, 2014 at 5:19 pm #33895@kelvin87i will try that out
my friend site running on AppTheme the one like your mobile theme
they have the loading icon
but i like yours bettercan you add sound? like a feedback, a simple sound when touching link or button
just so user knows that they have touch/press button or link because there is no loading iconthanks
December 9, 2014 at 7:50 pm #33897@alyssa-buddyboss
AlyssaParticipant@kelvin87 I’ve never tried that before. This is all new territory, sorry I won’t be any help here.
December 9, 2014 at 8:56 pm #33898@kelvin87owhh
how can i do the translation??
December 10, 2014 at 2:53 pm #33906@alyssa-buddyboss
AlyssaParticipant@kelvin87 see tutorial here: https://www.buddyboss.com/tutorials/language-translations/
Please open a new support topic for future requests.December 10, 2014 at 3:34 pm #33911@kelvin87ok sure
thanks
- The question ‘Home button’ is closed to new replies.