Support

Home Forums Event Espresso Premium Confirm Registration Button Showing Twice.

Confirm Registration Button Showing Twice.

Posted: April 8, 2013 at 11:30 am


Center City Pediatrics

April 8, 2013 at 11:30 am

We worked with our theme support to make sure our theme style sheet was not overriding our event espresso styles. They have been able to fix all Event Espresso pages except for one. We want the “smoothness” Event Espresso theme to come through and it is not. To see what I mean please follow the steps below:

  1. Go to this page, where the smoothness theme IS coming across correctly: http://66.147.244.148/~centerd2/?page_id=409

  2. Click the REGISTER button for any class and fill out temporary info (this will not require you to pay).

  3. You will be directed to a page that is the same URL as item #1 (http://66.147.244.148/~centerd2/?page_id=409) HOWEVER your registration details will appear and it will ask you to CONFIRM REGISTRATION.

  4. The CONFIRM REGISTRATION button is barely visible and not the smoothness Ev Esp theme. How can we fix this? How can I direct my WordPress theme support to fix this via FTP? Or is there a way to make these buttons appear like they do on other Ev Esp pages, or a way for us to go in and change the background color?

  5. ALSO: we only want Confirm Registration to show up once at the bottom, but it shows up twice. How can we fix this?

Your insight is much appreciated.

Thanks so much,
Sibyl and Megan


Josh

  • Support Staff

April 8, 2013 at 11:58 am

Hi Sibyl and Megan,

Do you have a way to add custom CSS to your theme or via another method? If so, you can add these styles to make the confirmation button look like the other buttons and remove the second button:

input#confirm{
border: 1px solid #999999;
background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
font-weight: normal;
color: #212121;
}

/* hide second confirmation button */
input#confirm2 {
display:none;
}

The Jetpack plugin and my custom CSS plugin both have a feature if you do not have a way to add the custom CSS to the theme.


Center City Pediatrics

April 8, 2013 at 10:09 pm

I can add custom CSS, when you say “theme” do you mean the WordPress theme or the Event Espresso theme? Do you have an example of a “directory tree” I could follow for putting in this code?

Is it much simpler to use “my custom CSS” plugin? I haven’t used that before.

Thanks,
Megan


Dean

April 9, 2013 at 12:10 am

Hello Megan,

By Theme he means the WordPress theme’s style.css file. You can add to it by going to Appearance > Editor.

However, when you update the theme those changes will be lost unless you back them up.

The My Custom CSS plugin is separate and easy to use (one screen, type in the css and save!) and will not be affected by updates.


Center City Pediatrics

April 9, 2013 at 9:20 am

Wow My Custom CSS fixed it! We can put any line of code in there and it will “know where to go”?

If we previously made changes to our style.css directly, can we re-add them via My Custom CSS to make them “permanent” so they’ll make it through updates?

Thanks so much for this tip we will be using this a lot, it is great!

Best,
Megan


Josh

  • Support Staff

April 9, 2013 at 2:28 pm

>If we previously made changes to our style.css directly, can we re-add them via My Custom CSS to make them “permanent” so they’ll make it through updates?

Yes. As long as the custom CSS plugin is active it will output your custom CSS to the front-end of the site.

The support post ‘Confirm Registration Button Showing 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