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 Event Registration Changes | Event Espresso - Staging Server
I would like to change the following on the registration form-
1) Change wording “Enter Coupon Code” to “Enter Family Membership Number/Coupon Code”
2) In attendee information section-
–Widen form area. Right now the form only uses a very skinny column along left side of page.
–format some question information on the same line.
ie- instead of…
City
State
Zip
change to…
City State Zip
New Installation, not live
WordPress 3.7.1.
Event Espresso – 3.1.36.1.p
Event Espresso – Calendar Version 2.1.p
Event Espresso – MailChimp Integration Version 1.2
Event Espresso – Members Addon Version 1.9.8.p
Event Espresso – Multi Event Registration Version 1.0.5.p
Event Espresso – Permissions Version 1.5.5.p
Event Espresso – Recurring Events Version 1.1.8.p
Event Espresso – Social Coupons Version 1.5.3.1
Event Espresso – Social Media Version 1.1.7.p
Event Espresso – Ticketing Version 2.1.p
Event Espresso – API 2.1.p
1) Wording can be changed in two ways: via language files or by directly editing a template. Generally the language option is the easiest and most update proof.
2) Without being able to see the form on a site it’s hard to say, but it sounds like it’s more of a theme CSS issue, so you would need to check what CSS is causing the skinniness and modify it via the themes style.css or via a plugin like My Custom CSS.
Having only certain form elements on the same line is quite hard due to how they are structured, so barring modifying the template file, the best I could come up with via CSS is this http://d.pr/i/BURs
#address_information-1388751991 div {
width: 50%;
float: left;
clear: none;
}
The ID #address_information-1388751991 would need to be change to match your actual question group ID, and obviously the CSS may not be 100% accurate for your site so may need tweaking.
Viewing 1 reply thread
The support post ‘Event Registration Changes’ 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.