Support

Home Forums Community Forum verify registration details pages is a mess

verify registration details pages is a mess

Posted: August 24, 2012 at 9:00 pm


Couples In Step

August 24, 2012 at 9:00 pm

I set up an event, etc… and did a test run registration. The verify registration page looks awful… the information is all there, but it is very poorly set up and looks very unattractive. Basically the (sometimes long) questions appear along the left side of the page in colored boxes so they are hard to read. The answers (often short) are along the left side of the page. The answers are not in colored boxes so are easy to read.. however because the verify registration page is set up in columns instead of rows, looks very out of proportion. Is there something I can do here?


Jonathan Wilson

August 24, 2012 at 9:18 pm

Will you share the url to the site so we can look at it?


Couples In Step

August 25, 2012 at 3:46 am

Of course… sorry about that. Please use the dummy registration.
http://www.couplesinstepretreats.com/couple-retreat-weekend/register/


Josh

  • Support Staff

August 26, 2012 at 4:00 pm

It looks like you have the old base styles active. You could try either of these two possible solutions by going to the Event Espresso>Template settings and/or:

1) Disable the legacy styles – try this first

2) Enable the themeroller styles


Couples In Step

August 26, 2012 at 8:41 pm

Thanks. Followed your directions. Didn’t fix it. 🙁 Other suggestions?


Chris Reynolds

  • Support Staff

August 27, 2012 at 11:06 am

HOLY COW!!! Yeah, that’s pretty bad. Try adding this to your theme’s style.css (or any other means you have of modifying css, e.g. this plugin):

#event_espresso_attendee_verify th, #event_espresso_attendee_verify_questions th {
    width: auto;
}

You might also want to try adding a display: table-cell; in there as well to get the vertical alignment to center, so:

#event_espresso_attendee_verify th, #event_espresso_attendee_verify_questions th {
    width: auto;
    display: table-cell;
    text-align: center;
}


Couples In Step

August 27, 2012 at 11:18 am

OK…thanks… the instructions you are giving me are pretty complicated, so I’ll turn this over to my web person who is on vacation till the end of the week…

By the way, I directed answers to this post to come to my email: turns up in my email all garbled…

Here’s what I mean: (see all the numbers…

Chris Reynolds wrote:

HOLY COW!!! Yeah, that’s pretty bad. Try adding this to your theme’s style.css (or any other means you have of modifying css, e.g. this plugin:

event_espresso_attendee_verify th, #event_espresso_attendee_verify_questions th {

width: auto;
}

You might also want to try adding a display: table-cell; in there as well to get the vertical alignment to center, so:

event_espresso_attendee_verify th, #event_espresso_attendee_verify_questions th {

width: auto;
display: table-cell;
text-align: center;
}


Chris Reynolds

  • Support Staff

August 27, 2012 at 2:33 pm

We can’t do anything about the email formatting right now. It’s the way the version of bbpress that we’re running handles them. Hopefully it is dealt with a bit better in the next version for when we update.

The support post ‘verify registration details pages is a mess’ 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