Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
verify registration details pages is a mess | Event Espresso - Staging Server

Support

Home Forums Event Espresso Lite verify registration details pages is a mess

verify registration details pages is a mess

Posted: August 24, 2012 at 9:00 pm

Viewing 7 reply threads


Irene Oudyk-Suk

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

  • Support Staff

August 24, 2012 at 9:18 pm

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


Irene Oudyk-Suk

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

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


Irene Oudyk-Suk

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;
}


Irene Oudyk-Suk

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.

Viewing 7 reply threads

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 - Staging Server