This topic has 10 replies, 2 voices, and was last updated 8 years by Laura.

  • Author
  • #154174
     tommi650
    Participant

    Hi! Three questions:

    – how can I set the login only with facebook? (Not buddypress registration form)

    – how can I remove the ‘change’ password in buddypress frontend settings? (If users login with fb, they don’t need it)

    – how can I edit the tabs in buddypress? (I want to remove the ‘profile’ tab)

    Thanx so much for your support.

    #154299
     Laura
    Moderator

    Hello, try adding this to style.css of child theme

    COPY CODE
    
    .kleo-pop-title-wrap.main-color {
        display: none !important;
    }
    form#login_form {
        display: none !important;
    }
    #kleo-login-modal .gap-20 {
        display: none !important;
    }
    div#register-page {
        display: none !important;
    }
    .registration .hr-title.hr-full {
        display: none !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #154301
     tommi650
    Participant

    Great!

    And what about the password?

    Thanx

    #154477
     Laura
    Moderator

    Hello, try

    COPY CODE
    
    form#settings-form {
        display: none !important;
    }
    li#profile-personal-li {
        display: none !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #154521
     tommi650
    Participant

    Great! Thank you so much!

    Best support ever!!

    Really appreciate!

    #154530
     tommi650
    Participant

    Sorry, I answered too fast. I need some more help.

    In settings there are: general, email, delete account. I just want to remove “general”, not the others.

    Thanx so much!

    #154654
     Laura
    Moderator

    Hello, then use this

    COPY CODE
    
    li#general-personal-li {
        display: none !important;
    }
    

    🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #154668
     tommi650
    Participant

    I need exactly the opposite. 🙂

    Now, I have General, not Email and Not Delete account.

    I want to remove only General!

    #154767
     Laura
    Moderator

    Hello, that is the correct one, but maybe you added it with the others, can you share access to admin dashboard?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #154770
     tommi650
    Participant

    Sorry, my fault! Now, it works really good.

    I have a last question. As you can see in the picture, when I go in Settings, it opens “change the password” and I don’t want it, it shoud go directly to email. Can you help me?

    I wrote the code:

    li#general-personal-li {
    display:none !important;
    }
    li#profile-personal-li {
    display: none !important;
    }

    Attachments:
    You must be logged in to view attached files.
    #154841
     Laura
    Moderator

    Hello, that should be edited by a developer as i cant do it with css, you could contact a developer to do it for you 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

Viewing 11 posts - 1 through 11 (of 11 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?