I’ve successfully added ticket_selector_chart.template.php to uploads/espresso/templates.
I had to add this to my theme’s functions.php code:
add_filter (‘FHEE__EE_Ticket_Selector__display_ticket_selector__template_path’, ‘my_custom_ticket_selector_template_location’);
function my_custom_ticket_selector_template_location(){
return WP_CONTENT_DIR . ‘/uploads/espresso/templates/ticket_selector_chart.template.php’;
}
I would like to be able to edit other templates (i.e. my events list and single events pages) but cannot figure out a way to do it.
I’ve seen instructions about customizing templates with a genesis child theme, or activating the Espresso_Arabica_2014 theme (which I don’t want to do because it will change the look and feel of the rest of my site).
What are my options? I’m running Events Espresso 4.6x.
The support post ‘Events Espresso 4.6x: Customizing templates other than: ticket_selector_chart’ 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.