Support

Home Forums Event Espresso Premium Registration details are missing and I've got the latest upgrades

Registration details are missing and I've got the latest upgrades

Posted: February 5, 2013 at 11:19 am


Lisa Hofflich

February 5, 2013 at 11:19 am

Hi there,

I also don’t know what I’m doing wrong. I’ve got the latest version of EE (3.1.3) and the latest R&P (Basic). I’ve changed all the minimum user ownerships to Event Admin (I’m logged in as Admin), made sure the capabilities for Admin have all been selected, but I still can’t see the Registration Details wording on my registration page. I can see the blank fields, but not the text identifiers. I need to get this registration form up today and I’m at my wit’s end. Could you please help? Thanks so much!!!!


Josh

  • Support Staff

February 5, 2013 at 12:11 pm

Hi Lisa,

The form labels are there, but they are not visible on the page. This is from the active WordPress theme’s style.css. On line 1637 it’s setting all form labels to be absolute positioning. Basically what that does is put the form labels out of the page flow. This is the code from your theme that’s affecting this:

label { 
    position: absolute; 
    top: 7px !important; 
    left: 15px !important; 
    color: #aaa;
    font-weight: normal;
}

You can override this by adding a new style rule to your custom stylesheet (or use the my custom CSS plugin if you don’t have a custom style sheet:

.event_espresso_form_wrapper label{
position:static;
}

Here’s a screenshot of your registration page with the above code in action.


Lisa Hofflich

February 5, 2013 at 2:01 pm

Josh — it worked! I love you man. I’d like to offer you one of my four boys as a thank you. No, really, take one. 😉 Thanks again. You’re the best.

The support post ‘Registration details are missing and I've got the latest upgrades’ 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