-
Author
-
February 26, 2017 at 13:28 #154174
tommi650
ParticipantHi! 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.
February 27, 2017 at 21:15 #154299Laura
ModeratorHello, 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 solutionLaura 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 🙂
March 1, 2017 at 16:37 #154477Laura
ModeratorHello, try
COPY CODEform#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 solutionLaura 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 🙂
March 1, 2017 at 18:55 #154521tommi650
ParticipantGreat! Thank you so much!
Best support ever!!
Really appreciate!
March 1, 2017 at 20:00 #154530tommi650
ParticipantSorry, 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!
March 3, 2017 at 02:02 #154654Laura
ModeratorHello, then use this
COPY CODEli#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 solutionLaura 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 🙂
March 3, 2017 at 09:32 #154668tommi650
ParticipantI need exactly the opposite. 🙂
Now, I have General, not Email and Not Delete account.
I want to remove only General!
March 4, 2017 at 18:19 #154767Laura
ModeratorHello, 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 solutionLaura 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 🙂
March 4, 2017 at 19:31 #154770tommi650
ParticipantSorry, 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.March 6, 2017 at 05:04 #154841Laura
ModeratorHello, 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 solutionLaura 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 🙂
-
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.