Support

Home Forums Community Forum Verify Registration page formatting is blown and lists the information twice

Verify Registration page formatting is blown and lists the information twice

Posted: January 18, 2014 at 4:06 am


Cynthia Brown

January 18, 2014 at 4:06 am

Hello – I am using the free version of EE on another client’s site. I would like to remove the verify confirmation option altogether, but I am not sure if that is available in the free version.

First of all the page lists the information twice and the tables that contain the information are way too big.

Although I couldn’t see the issue this user was having, I tried to insert the CSS that was recommended in this post: https://eventespresso.com/topic/verify-registration-details-pages-is-a-mess/

That didn’t work.

Here is the events listing page: http://thepoetsway.com/event-registration/
and here is a link to a screen shot of the verify confirmation page: http://thepoetsway.com/images/TPWscreenshot.png

Would appreciate your help. Thank you!

WP v. 3.8
EE Version 3.1.35.L


Dean

January 20, 2014 at 1:26 am

Hi,

The information displaying twice is actually correct, it displays the overall info, then the attendee info.

The themes CSS is clashing with the basic styling of the form,

You could try this CSS (add to themes style.css file or to a plugin such as My Custom CSS):

.event-display-tables tbody tr .header {
height: 30px;
}


Cynthia Brown

January 20, 2014 at 3:16 am

thank you Dean – no change. still seeing very large tables… any other suggestions? thank you!


Tony

  • Support Staff

January 20, 2014 at 4:30 am

Hi Cynthia,

The site has both internal styles and also an external .css file. Both of which are causing this issue.

Within the each page these styles are included (likely the themes header.php file):

.main_wrapper .header {
height: 270px;
text-align: center;
display: block;
}

Within the styles.css file for the theme is this rule:

.main_wrapper .header {
height: 270px;
}

Both of these should be removed/fixed or at least all included within the css file and removed from the page.

A band-aid fix is to add ‘display: table-cell;’ to the styles Dean provided.

.event-display-tables tbody tr .header {
height: 30px;
display: table-cell;
}

But ultimately this covers up the issue, rather than fixing the problem.

Hope that helps 🙂


Cynthia Brown

January 20, 2014 at 5:37 am

Brilliant! I appreciate you taking the time to locate the issue for me. Many thanks!

The support post ‘Verify Registration page formatting is blown and lists the information twice’ 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