Support

Home Forums Event Espresso Premium Blank "Confirm Registration" Button

Blank "Confirm Registration" Button

Posted: December 12, 2012 at 5:42 am


Thomas Servis

December 12, 2012 at 5:42 am

Hello – Running EE 3.1.28.5.P on WP 3.4.2 on Themeforest Nature-WP.
Event Pages and Calendar work fine until I land on Stap 2.
At that point the “Confirm Registration” button is visible as a white box, but there is no text or color. The buttons are also styled incorrectly. I have tried the Custom Template, disabling plugins, and [RAW] fixes, but neither seem to work.

You can attempt to recreate the issue at the following URL:
http://richardsimonfoundation.org/event-registration?ee=2

Any guidance would be greatly appreciated.

Thanks.


Dean

December 12, 2012 at 5:54 am

Hello Thomas,

First things first, please update to the latest version of Event Espresso, it resolves some bugs and adds new features.

However, this issue is not related to that, it is the themes CSS causing the problem.

style.css line 2661. I basically removed everything that was in the rule:

input[type="submit"] {
text-decoration: none;
float: left;
margin-bottom: 0;
margin-top: -8px !important;
display: block;
color: white;
height: 36px;
font-size: 16px;
font-family: 'MuseoSlab500';
font-weight: normal;
border: none;
padding: 8px 12px;
transition: all .5s ease-in;
-o-transition: all .5s ease-in;
-moz-transition: all .5s ease-in;
-webkit-transition: all .5s ease-in;
float: left;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
}

I may have been overly harsh but it resulted in this http://d.pr/i/j3R4 a correct looking confirmation page.

The support post ‘Blank "Confirm Registration" Button’ 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