Posted November 28, 20177 yr Hello, Several build in Apps and Apps from the Store use a text field to display a form and such. It always shows as a 2 field design. I wonder if there is a way to style it to have more lines predefined? If so, how? -Marian
December 15, 20177 yr Author Let me bump this post once. Is there really no way to have field included in registration, profile or anywhere else to be show in the front end with more than 2 lines for text?
December 15, 20177 yr Community Expert Read it several times but I don’t understand what you are asking about.
December 15, 20177 yr Me either LOL. You can add any custom fields to your profile, which allow CKEditor. For eaxmple, I have a custom profile field of Biography where users can write anything they want. @HeadStand Edited December 15, 20177 yr by Joel R I can't delete tags in mobile. OH WELL.
December 15, 20177 yr Author 1 hour ago, opentype said: Read it several times but I don’t understand what you are asking about. Sorry. The wording at IPB is different from Wordpress. If you add the field type "Text Area" it shows on the frontend a texarea field with two lines of text. How can you style the field "Text Area" in a way that it shows 10 lines, which means that it is larger?
December 15, 20177 yr Community Expert Put something like this in your theme’s custom.css: [data-pagecontroller="profile"] .ipsDialog textarea:not([data-ipsAutocomplete]) { min-height: 200px; }
December 16, 20177 yr Author 15 hours ago, opentype said: Put something like this in your theme’s custom.css: [data-pagecontroller="profile"] .ipsDialog textarea:not([data-ipsAutocomplete]) { min-height: 200px; } Ok thx, I will try this
Archived
This topic is now archived and is closed to further replies.