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


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

  • Support Staff

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

  • Support Staff

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

  • Support Staff

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!

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