Find Answers and Get Support › Forums › Gwangi – PRO Multi-Purpose Membership, Social Network & BuddyPress Community Theme › Popular Features › Member Profile › Profile Photo Text
- This topic has 3 replies, 3 voices, and was last updated 4 years, 9 months ago by
Manathan.
-
AuthorPosts
-
@themosaurusrex
- 0 Topics
- 2048 Posts
Hi @luaspo,
This issue is caused the great number of profile fields displayed in such a small area. Unfortunately, we have no other solution than hiding the extra info when the number of fields will exceed 3.
To do this, simply add the following code snippet to your website:
/** * Hide the extra profile info when the number of fields exceeds 3. */ .section__content--avatars-2-2-2-2-2-2-cols-grid .shortcode-author-avatars .author-list.grimlock-author-avatars__author-list > li .bp-member-xprofile-custom-fields .bp-member-xprofile-custom-field:nth-child(n+3) { display: none !important; }
To add this code snippet to your site, we recommend that you paste it to the Custom CSS panel of your WordPress Customizer. Just go to your dashboard and navigate to “Appearance > Customize > Additional CSS”.
Pasting your code snippet there should do the trick for you.Also, it’s important to remember that we share snippet only to solve issues with our theme. Any further request for CSS snippets will have to be part of a defect that needs to be fixed urgently. No snippets will be shared otherwise.
If you want to go further with the customization of your website, we advise that you require customization work.
Regards,
June 5, 2020 at 11:38 #13648LukeParticipant@luaspo- 24 Topics
- 79 Posts
Thanks @themosaurusrex i have applied the snippet and it has tidied up the appearance. I will use this going forward, as it does not affect the advanced search fields.
June 5, 2020 at 13:23 #13658@themodactyl- 0 Topics
- 6724 Posts
June 6, 2020 at 12:41 #13705 -
AuthorPosts
The topic ‘Profile Photo Text’ is closed to new replies.