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

    #31496
    @brincy

    Hello,
    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

    #31518

    Alyssa
    Participant
    @alyssa-buddyboss

    @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.

    #33859
    @kelvin87

    same 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 issues

    #33864

    Alyssa
    Participant
    @alyssa-buddyboss

    @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;}
    #33869
    @kelvin87

    hi chester

    can i hide the POST IN button??
    what should i put in the css file?
    thank you please reply

    #33870
    @kelvin87

    and in the footer i just want to show the social media icon/links

    it is possible??

    guide me through that
    thanks

    #33878

    Alyssa
    Participant
    @alyssa-buddyboss

    @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.

    #33882
    @kelvin87

    hi chester

    i have put that code in style.css
    but the post in dropdown button still appear

    i have another question
    can you show loading icon? something with round pic that rotate until it finished load then show the page?

    thank you

    #33894

    Alyssa
    Participant
    @alyssa-buddyboss

    @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.

    #33895
    @kelvin87

    i 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 better

    can 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 icon

    thanks

    #33897

    Alyssa
    Participant
    @alyssa-buddyboss

    @kelvin87 I’ve never tried that before. This is all new territory, sorry I won’t be any help here.

    #33898
    @kelvin87

    owhh

    how can i do the translation??

    #33906

    Alyssa
    Participant
    @alyssa-buddyboss

    @kelvin87 see tutorial here: https://www.buddyboss.com/tutorials/language-translations/
    Please open a new support topic for future requests.

    #33911
    @kelvin87

    ok sure
    thanks

Viewing 14 posts - 1 through 14 (of 14 total)
  • The question ‘Home button’ is closed to new replies.