Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Registration details are missing and I've got the latest upgrades | Event Espresso - Staging Server

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

Viewing 2 reply threads


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

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.

Viewing 2 reply threads

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 - Staging Server