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 Customizing event-registration page | Event Espresso - Staging Server
There isn’t a way to add a drop down menu to the Multiple Event Registration.
What happens is that after the user has added the vent to cart and then views the cart, each ticket type is listed, with a dropdown menu for the number of tickets they want per ticket type.
Got it. Since there is no way to add drop downs, then I hid it via CSS. So far, I’ve hidden these:
.a_register_link {
display: none;
}
.event_price {
display: none;
}
.event-display-boxes .ui-widget-header {
padding-top: 5px;
}
but I would like to accomplish the same with templates. Could you please show which template I need to modify?
The event list is:
event_list.php
event_list_display.php
the regular registration process:
registration_page.php
registration_page_display.php
then goes to the confirmation page
confirmation_display.php
then to the payment page:
payment_page.php
then to the thank-you page
payment_overview.php
With the multi-event registration process, it goes from the event list to the cart:
shopping_cart.php
to the registration forms:
multi_registration_page.php
multi_registration_page_display.php
and I think the payment page stuff for MER is not actually in a template file.
Viewing 6 reply threads
The support post ‘Customizing event-registration page’ 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.