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 Page - Not Matching ThemeRoller Style | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium Verify Registration Page – Not Matching ThemeRoller Style

Verify Registration Page – Not Matching ThemeRoller Style

Posted: June 24, 2013 at 10:46 am

Viewing 6 reply threads


greenvillebrewtours

June 24, 2013 at 10:46 am

The verify registration page for my website does not match the ThemeRoller style sheet (dot-luv) that I’ve selected.  How do I update it to reflect that style sheet?

http://greenvillebrewtours.com/486.5ff.myftpupload.com/purchase-tickets/


Josh

June 24, 2013 at 12:34 pm

Hi there,

It looks like the event-data-display divs need a clearfix applied so they get contained.

One way to fix this would be open up the event-espresso/templates/confirmation_display.php template and change lines 15 and 129 to include a clearfix class.

So on line 15 it will become:

<div class="event-data-display ui-widget-content ui-corner-bottom clearfix">

and line 129 will become:

<div id="additional-conf-info" class="event-data-display ui-widget-content ui-corner-bottom clearfix">

The next scheduled release of Event Espresso will have the confirmation buttons moved into the above divs, so it shouldn’t be an issue going forward.


greenvillebrewtours

June 24, 2013 at 1:47 pm

Thanks, Josh! – That worked perfectly!

One other question related to this post. How can I safely remove the redundant information on this page? – The second box with Name / Email information and the second confirm registration button?

Many Thanks!


Josh

June 24, 2013 at 2:53 pm

Hi there,

You could hide those with CSS or if you wanted to remove the markup, edit the template file and copy your custom template to /wp-content/uploads/espresso/templates.

The one thing you’ll need to keep an eye on is if there’s a function change in the parts of confirmation_page that are still there your custom template will need to be updated. An example would be something like where it displays the price, if the price functions get refactored later on (we’re not planning on doing this for 3.1.x, but you never know) these changes should be merged into your custom template.


greenvillebrewtours

June 25, 2013 at 3:06 pm

Thanks, Josh!

What code would I use to hide them?


Josh

June 25, 2013 at 4:24 pm

It would be something like this:

#additional-conf-info,
input#confirm2 {
     display:none;
}


greenvillebrewtours

June 25, 2013 at 6:33 pm

That worked – Thanks, Josh!

Viewing 6 reply threads

The support post ‘Verify Registration Page – Not Matching ThemeRoller Style’ 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