-
Author
Tagged: XProfile fields
-
September 28, 2015 at 21:19 #79774mtgame21Participant
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?
Attachments:
You must be logged in to view attached files.September 28, 2015 at 21:33 #79783sharmstrModeratorTry 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
September 28, 2015 at 21:35 #79784sharmstrModeratorAlternatively: 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
September 28, 2015 at 22:18 #79788mtgame21ParticipantThe code above worked perfect on first glance. Thanks.
September 28, 2015 at 22:44 #79795mtgame21ParticipantFollow 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?
September 29, 2015 at 00:24 #79799sharmstrModeratorLooks 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
Attachments:
You must be logged in to view attached files. -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.