Hello, the register button is part of the ticket selector so this won’t work as expected. You could move the upcoming datetimes above the ticket selector.
The ‘register now’ button is part of the ticket selector, and would be very difficult to move in the html. You could use CSS to try to use an absolute positioning on the button, or you could move the datetimes section above the whole ticket selector. To do the latter, copy both single-espresso-events.php and content-espresso_events.php from plugins/event-espresso/templates/Espresso_Arabica_2014 to your theme’s template folder. You can then edit content-espresso_events.php and move line 31, that calls the datetime template, above line 30, that calls the ticket selector template. You might want to also put the entry-header class on line 23 and the entry-content class on line 28.
Note that if you then update your theme, you may lose this customization. To preserve it, you could make a child theme of your theme and place content-espresso_events.php and single-espresso_events.php into the child theme. That way you can update the parent theme without losing your customizations.
Viewing 3 reply threads
The support post ‘How do I move the -Register Now- button below the event day list?’ 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.
Support forum for Event Espresso 3 and Event Espresso 4.