This topic has 5 replies, 2 voices, and was last updated 10 years by sharmstr.

  • Author
  • #79774
     mtgame21
    Participant

    On the Profile page of buddypress as you can see in the picture, the Xprofile field names are abbreviated with …..

    How can I change the appearance to wordwrap to appear like it would in an Excel spreadsheet cell where it will display the abbreviated word on the next line?

    #79783
     sharmstr
    Moderator

    Try this in your quick css

    COPY CODE
    
    .profile .bp-widget .dl-horizontal dt {
        overflow: auto !important;
        white-space: normal !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #79784
     sharmstr
    Moderator

    Alternatively: https://archived.seventhqueen.com/forums/topic/buddypress-profile-fields

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

    The code above worked perfect on first glance. Thanks.

    #79795
     mtgame21
    Participant

    Follow up question on this same profile page.

    One of the Xprofile Fields I use is of type “Checkbox” where you can select multiple answers. If a user selects multiple answers, on their profile page, the answers are displayed one after another separated by commas instead of one per line.

    Is there way to make it display one per line?

    #79799
     sharmstr
    Moderator

    Looks like that’s the default way that BP displays a multi-select field. There’s no css to override that, so you’ll have to ask the BPs guys how to either filter it or edit the function that displays it. https://buddypress.org/support/

    See attached default display with WP 2015 Theme

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 6 posts - 1 through 6 (of 6 total)

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

Log in with your credentials

Forgot your details?