Support

Home Forums Event Espresso Premium Help with Ticket Quantities and Registration textarea

Help with Ticket Quantities and Registration textarea

Posted: January 14, 2016 at 12:28 pm

Viewing 5 reply threads


sliceliterary

January 14, 2016 at 12:28 pm

Hi! I am an EventEspresso newbie running into a few issues that I haven’t seen resolved on the forums.

1. We’d like to set up ticket sales so that only one ticket is allowed per registration. I set the “Maximum number of tickets allowed per order for this event” to 1, but when I go to the event page the area under Quantity is blank.

2. Is it possible to make the question textarea field larger? Right now it’s coming up as a tiny, tiny box and applicants need to be able to paste in a writing sample and answer some longer questions. How can I make that box bigger?

If you go to http://slicelitcon.org/events/slice-literary-writers-conference/ you can see the the ticket quantity issue. And if you click ‘register’ you can see the textarea sizing issue.

Thanks in advance for any help you can offer!


Lorenzo Orlando Caum

  • Support Staff

January 14, 2016 at 1:09 pm

Hello,

On your first question, your theme is hiding the radio button field. Try this CSS to fix:

input[type="radio"].ticket-selector-tbl-qty-slct { -webkit-appearance: radio; }

You can add it to your theme if your theme has a custom CSS area or you can use a plugin like Reaktiv CSS Builder or Simple Custom CSS.

This CSS should make the textarea larger:

.ee-reg-form-qstn-grp-dv textarea
{
	width: 100%;
	min-height: 75px;
}


Lorenzo


sliceliterary

January 14, 2016 at 1:16 pm

Thank you, Lorenzo! That solved both issues. 🙂 While I’m on the Registration Page, how can I set wider margins so the text isn’t crammed along the edges? I’m not seeing an option to adjust the page setup anywhere. Thanks again!


Lorenzo Orlando Caum

  • Support Staff

January 14, 2016 at 1:31 pm

Hello,

Please try this CSS:

#ee-single-page-checkout-dv {margin:20px;}


Lorenzo


sliceliterary

January 14, 2016 at 1:35 pm

That did it! Thank you, thank you!


Lorenzo Orlando Caum

  • Support Staff

January 14, 2016 at 1:45 pm

Glad to help! I’ll update your support post to resolved.

If you need assistance with anything else, then please create a new support post in our support forums:

https://eventespresso.com/support/forums/


Lorenzo

Viewing 5 reply threads

The support post ‘Help with Ticket Quantities and Registration textarea’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso