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
Reorder how the registration page is laid out. | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium Reorder how the registration page is laid out.

Reorder how the registration page is laid out.

Posted: August 17, 2012 at 11:00 am

Viewing 1 reply thread


Harriette Pierre-Louis

August 17, 2012 at 11:00 am

Is there a way to make the description last and the form first etc?

Thanks.


Josh

August 17, 2012 at 12:22 pm

Probably the simplest way to do this would be add a little jQuery to the registration_page_display.php template file. Add something like this to the very bottom of that template file:

<script>jQuery('#event-reg-form-groups').insertBefore('div.event_description');</script>

Other elements can be moved around using the same .insertBefore or .insertAfter methods.

The template can be copied over to /wp-content/uploads/espresso/templates so that it doesn’t get overwritten on an update. There is more information in this guide: http://staging.eventespresso.com/wiki/put-custom-templates/

Viewing 1 reply thread

The support post ‘Reorder how the registration page is laid out.’ 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