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?
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.
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?
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.
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.
Support forum for Event Espresso 3 and Event Espresso 4.