-
Author
-
February 8, 2016 at 01:42 #102600dsnicheParticipant
How can I hide full name on profile pages so only the @username appears?
I’ve tried adding the following code to wp-config.php file but it didn’t work:
COPY CODEdefine( 'BP_SHOW_DISPLAYNAME_ON_PROFILE', false );
I’ve already hidden all other instances of full name appearing on the site using BuddyPress Usernames Only plugin.
Also, from Users>Profile Fields there’s no way to hide the visibility of the primary full name field.
February 9, 2016 at 14:09 #102863LauraModeratorHello, just add this to style.css of child theme
COPY CODE#profile .five.columns h2 { display: none; } dt.bp-field-name.bp-field-id-1 { display: none; } dd.bp-field-value.bp-field-id-1 { display: none; } dl.dl-horizontal dt:nth-child(1) { display: none; } dl.dl-horizontal dd a:nth-child(1) { 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 🙂
February 9, 2016 at 22:33 #103008dsnicheParticipantThanks Laura, that worked. But the alignments of other items on the page are now changed as well. I’ve attached screenshots of the before and after.
Attachments:
You must be logged in to view attached files.February 9, 2016 at 23:10 #103012dsnicheParticipantIt’s also making some of the profile fields blank.
Attachments:
You must be logged in to view attached files.February 11, 2016 at 16:49 #103350LauraModeratorHello, can you share admin credentials so i can adjust it? 🙂
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 🙂
February 13, 2016 at 21:30 #103773LauraModeratorHello, should be fixed now, please check it out 🙂
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 🙂
February 14, 2016 at 01:38 #103789dsnicheParticipantHi Laura, the alignments are now fine but now the full name appears again on the profile page.
I had previously placed the code you gave to remove the full name and that messed up the alignments and made some of the profile fields blank. Now the code you gave is gone and everything is back to how it was before we removed the full name display from the profile page.
How can I remove the full name from profile page and have all other elements appear as they should?
February 14, 2016 at 01:54 #103790dsnicheParticipantI added a screenshot. As you can see, alignments are fine, but the full name appears again, so we’re back to square one. How can we remove the full name from profile page?
Attachments:
You must be logged in to view attached files.February 15, 2016 at 20:42 #104023LauraModeratorHello, add this to style.css of child theme
COPY CODE#profile h2:nth-child(1) { display: none; }
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 🙂
February 15, 2016 at 21:17 #104027dsnicheParticipantLaura, I added the code and signed in with a non-admin username. Only my own full name is hidden from my own profile page. If I check out other profiles, I can still see their profile names.
February 18, 2016 at 01:28 #104462LauraModeratorHello, i dont see it, logged in as info and visited a profile, attached screenshot
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 🙂
Attachments:
You must be logged in to view attached files.February 18, 2016 at 02:25 #104487dsnicheParticipantYes, I use the first 3 lines of the first snippet of code you gave me and that seems to work to hide the full name. The alignments of items on the profile page are still messy though.
February 18, 2016 at 06:31 #104584LauraModeratorHello, i am a bit lost, i see everything fine, please check
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 🙂
Attachments:
You must be logged in to view attached files.February 18, 2016 at 20:58 #104858dsnicheParticipantThe match percentage should be above the profile photo, next to the username. Also, the “private message” button should be to the right of the profile photo, not below it. I attached a screenshot.
Attachments:
You must be logged in to view attached files.February 19, 2016 at 14:17 #105021LauraModeratorHello, i see, changed, let me know if it looks fine now 🙂
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 🙂
February 19, 2016 at 20:34 #105186dsnicheParticipantLaura, how do I turn off the custom profile matching now? I tried using Sweetdate > Profile Matching but that didn’t work. Do I have to use another method to turn it on and off?
February 20, 2016 at 00:37 #105238dsnicheParticipantLaura, can we remove the last change you made? It seems more trouble than it’s worth. Sorry and thank you.
February 20, 2016 at 01:40 #105241LauraModeratorHello, last change deleted
To disable the matching circle add this to style.cssCOPY CODE.circular-item { display: none; }
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 🙂
February 23, 2016 at 21:33 #106067LauraModeratorGlad it worked 🙂
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
You must be logged in to reply to this topic.