Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] BuddyPress member profile fields not displaying


  • popmythology
    Participant

    @popmythology

    When I click on a user’s profile, it doesn’t display the field labels properly. For example, it should say “Name,” “Gender,” “Website,” etc. but it doesn’t say anything. It shows the answers but not the fields.

    I’ve tried a couple of BuddyPress compatible themes so I know now that it’s not a theme issue but something within BuddyPress itself. Does anyone know how to fix this?

    Screenshot:
    https://sithism.org/wp-content/uploads/2016/09/sithism-buddypress-issue.jpg

Viewing 2 replies - 1 through 2 (of 2 total)

  • danbp
    Participant

    @danbp

    Hi,

    that’s usually a CSS issue with the theme.
    I visited admin’s profile on your site and highlighted the whole Basic Info and user name. By doing this i can read the word Name you don’t see actually. Exact same behave on the other user’s profile….

    This means that’s the text has the same color or has such a low contrast with the page background that you can’t read it !

    You can adjust this via CSS in your (child) theme. Try something like:

    div.profile .label {
       color: #000!important;
    }

    popmythology
    Participant

    @popmythology

    That worked. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar