Support

Home Forums Event Espresso Premium Event Registration (2)

Event Registration (2)

Posted: March 24, 2014 at 12:28 am

Viewing 2 reply threads


daniel ross

March 24, 2014 at 12:28 am

Hi there,
I have recently purchased the personal licence of Event Espresso.
I am creating a website for a conference being held in September. I have created the Single Registration page and event. However there are a few problems with how it is looking.

Firstly is there a way to hide ‘Available tickets’ or at least line it to the right hand side? Also the ‘Price’ is also out of alignment with the actual price.

I have tried to allow an unlimited amount for the registrations but it says that the max is 127?

Is there a way to edit the ‘event details’ to either show all the time as default and to edit what the registrants can see?

Thanks!


Lorenzo Orlando Caum

  • Support Staff

March 24, 2014 at 8:16 am

Hi Daniel,

I can help you make some adjustments. It would be helpful if you could share a link to an event so I can provide the needed CSS.


Lorenzo


daniel ross

March 28, 2014 at 12:47 am

You can use this user log on to view the site. Thanks

*REDACTED*
This is a public forum, please do not post sensitive data.

  • This reply was modified 10 years, 8 months ago by Dean. Reason: moderated


Dean

March 28, 2014 at 2:00 am

Hi,

You can left align that by adding

.tkt-slctr-tbl tr th:first-child {
text-align:left;
}

This will sort the price out

.tkt-slctr-tbl tr th:nth-child(2) {
text-align:left;
}
.tckt-slctr-tbl-td-price {
	text-align:left;
}

“I have tried to allow an unlimited amount for the registrations but it says that the max is 127?”

That is currently the hard limit yes.

“Is there a way to edit the ‘event details’ to either show all the time as default and to edit what the registrants can see?”

I assume you mean the ticket details. To make it sahow all the time you can add the following CSS.

.hide-tckt-slctr-tkt-details,
.display-tckt-slctr-tkt-details {
	display:none;
}

.tckt-slctr-tkt-details-dv {
	display:block !important;
}

All CSS can be added to your themes style.css file or to a plugin such as the exceellent My Custom CSS.

Viewing 2 reply threads

The support post ‘Event Registration (2)’ 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