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 Edit registration page - problem with form display | Event Espresso - Staging Server
Hi – I am seeing a problem with the form display on the Edit Registration page. The ’email’ label is offset to the right, and field is justified to the left, so it looks very strange. Please see http://www.empathydesign.co.uk/development/event-registration/?ee=8 although obviously you’ll need to input some details to access the edit page.
Thanks
This topic was modified 11 years, 8 months ago by Jonathan Wilson. Reason: Removed sensitive site information
I checked and it looks to me that the email input field is getting floated to the left.
Paul, this line from your theme’s style.css (line 1930) is causing the issue:
#author, #email, #url {
float: left;
}
Since it might need that elsewhere, you may end up adding something like:
.event_form_field #email {
float: none;
}
Remember that in order for this to work, it needs to appear **after** the style rule you’re trying to override. It might be best to place it at the end of the stylesheet.
Got it – many thanks. Have noted the point about prioritisation of rules.
Viewing 3 reply threads
The support post ‘Edit registration page – problem with form display’ 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.