Joom Donation Textarea

  • Barbara Schneider
  • Topic Author
  • Offline
  • New Member
  • New Member
More
10 years 2 months ago #56988 by Barbara Schneider
Joom Donation Textarea was created by Barbara Schneider
Hi,

I am trying to create a custom field for a textarea, but it only displays as a single line. with the latest version of the software.

It should be noted the the core comment field, which is also set to textarea, also does not work.

Can you please run a test on your code and verify if this is a bug, and let me know when this can be fixed.

Thank you

Please Log in or Create an account to join the conversation.

More
10 years 2 months ago #57004 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Joom Donation Textarea
Hi

Could you please check the custom fields, make sure you entered rows and cols property for the custom fields ? For example, enter 10 for rows and 60 for cols and check it again ?

Tuan

Please Log in or Create an account to join the conversation.

  • Barbara Schneider
  • Topic Author
  • Offline
  • New Member
  • New Member
More
10 years 2 months ago #57038 by Barbara Schneider
Replied by Barbara Schneider on topic Joom Donation Textarea
Hi,

I tried what you suggested, and it still does not work. I am attaching to screen shots as follows:

- shot of the edit page for the custom field
- shot of the page displaying form using the custom filed.

the field in question is the Full address field under the SEND CARD TO

Any help would be greatly appreciated.

Thank you
Attachments:

Please Log in or Create an account to join the conversation.

  • Barbara Schneider
  • Topic Author
  • Offline
  • New Member
  • New Member
More
10 years 2 months ago #57039 by Barbara Schneider
Replied by Barbara Schneider on topic Joom Donation Textarea
Hi,

Below is the link to the page in question

mountsinaiauxiliary.org/ms/index.php/en/about-us/donate-now

Maybe you can also examine the html souce code used to generate this page, and examine the
code that generates the textarea this is not working properly.

Thank you

Please Log in or Create an account to join the conversation.

More
10 years 2 months ago #57050 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Joom Donation Textarea
In your site template css templates/theme1765/css/default.css, around line 230,there is some code control the height of the input:
Code:
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; height: 28px; color: #adadad; }

You can remove height: 28px; from that block of css code and it should work well

Tuan

Please Log in or Create an account to join the conversation.

  • Barbara Schneider
  • Topic Author
  • Offline
  • New Member
  • New Member
More
10 years 2 months ago - 10 years 2 months ago #57055 by Barbara Schneider
Replied by Barbara Schneider on topic Joom Donation Textarea
As usual your customer service is incredible.

A was able remove the textarea selector from the css stament, and created a new line in the default css file as
follows:

textarea {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
color: #adadad;
}

I might need to make some additional minor css changes concerning the textarea selector, to get this to work exactly how I want it,
but now it works the way it should.

Thank you again for your great help. Have a great weekend. :laugh:
Last edit: 10 years 2 months ago by Barbara Schneider.

Please Log in or Create an account to join the conversation.

More
10 years 2 months ago #57064 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Joom Donation Textarea
Thanks Barbara. Have a nice weekend :)

Please Log in or Create an account to join the conversation.

Moderators: Mr. DamDũng Nguyễn Việt