-
Author
Tagged: Profile field names
-
May 27, 2014 at 02:05 #18853britcunningParticipant
When I write a long profile field name it gets cut off. Can you please assist me in modifying the template to extend the profile field label area (to accommodate more text)?
Please see image for description of problem. It is circled in red.
Thank you for your time
Attachments:
You must be logged in to view attached files.May 31, 2014 at 13:22 #19161AbeKeymasterHi, that should be automatically performed by Buddypress. Put a link to that page to check
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.June 4, 2014 at 19:11 #19337britcunningParticipantIm confused. Put a hyperlink? How will that help? How do I correct this?
June 10, 2014 at 12:32 #19595AbeKeymasterTo see if it is related to JS/CSS or comes directly from PHP
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.June 17, 2014 at 22:16 #20020CatalinModeratorThis seems to be related to CSS, so try to add this:
COPY CODE#buddypress div.profile .dl-horizontal dt { overflow: auto; white-space: normal; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 18, 2014 at 08:04 #20078ElectroMagneticParticipantHi Catalin
I tried that in both the quick CSS in styling options as well as the Styles CSS in the child theme….no change, still getting cut off.
any other suggestions?June 18, 2014 at 12:17 #20099CatalinModeratorPlease try this:
COPY CODEbody.buddypress .profile .dl-horizontal dt { overflow: auto; white-space: normal; }
Thank you,
catalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 18, 2014 at 13:33 #20128airsidworldParticipantHi,
It’s working, but beacause long fields names are now dispalyed on two lines, answers are not ined up anymore.
Any suggestions?June 18, 2014 at 14:29 #20137ElectroMagneticParticipantHi Catalin
The new CSS you provided does wrap the field title, and the next field title is displayed out of line with the answer….like airsidworld said
see the sample attachedAttachments:
You must be logged in to view attached files.June 18, 2014 at 16:50 #20166CatalinModeratorwe will take a look.
thank you for your time
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 20, 2014 at 14:08 #20360SQadminKeymasterHi @ElectroMagnetic, please update the theme to last version and tell us if you encounter the same problems.
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 23, 2014 at 16:43 #20512ElectroMagneticParticipantHi Robert.
Do you mean I must install a previous version? currently my version is sweetdate 2.6.1 and buddypress 2.0.1.June 23, 2014 at 18:01 #20534AbeKeymasterNo, Robert meant to check if you have the latest 2.6.1 version since we did some tests and the fields looked good
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.June 24, 2014 at 02:49 #20614britcunningParticipantI have tried all the CSS and it doesn’t work for me. How do I update to the newest sweetdate version? Re-download it from themeforest?
June 24, 2014 at 08:55 #20627ElectroMagneticParticipantHi Abe & Robert.
So I have the latest 2.6.1 version and still the same problem.
I check the CSS in Chrome “inspect elements” an saw that the text for the heading justifies from the right, with a with of 160px.
I used the following changes to the Child Styles sheet and found it worked…see attached pictures.body.buddypress .profile .dl-horizontal dt {
width: 170px;
}My concern is that : if I made any other heading longer that the 170px then I would have to adjust the CSS again.
Is there maybe and “AUTO” adjustment to the right of the heading allowing for the longest heading.
I hope my question is explained correctly ( I’m not a coder in CSS or php)
Thank youAttachments:
You must be logged in to view attached files.June 24, 2014 at 13:36 #20673AbeKeymasteryes modifying the width is a solution if you want to have the dots disappear . It depends on your profile field names
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.June 24, 2014 at 13:37 #20674AbeKeymasterAUTO adjustment isn’t an option there
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.June 25, 2014 at 21:23 #20909AbeKeymasterGlad we could help. Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer. -
AuthorPosts
The topic ‘Long Profile field names get cut off’ is closed to new replies.