Support

Home Forums Event Espresso Premium Events Espresso 4.6x: Customizing templates other than: ticket_selector_chart

Events Espresso 4.6x: Customizing templates other than: ticket_selector_chart

Posted: March 9, 2015 at 7:49 pm


ibergelson

March 9, 2015 at 7:49 pm

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.


Lorenzo Orlando Caum

  • Support Staff

March 10, 2015 at 11:28 am

Hi, take a look at this tutorial:

https://gist.github.com/lorenzocaum/16aac08f099d7c154f04

archive-espresso_events.php is for the events listing page.

single-espresso_events.php is for the single events page.


Lorenzo


ibergelson

March 11, 2015 at 11:49 am

This was exactly what I was looking for:

https://gist.github.com/lorenzocaum/16aac08f099d7c154f04

Thanks Lorenzo!


Lorenzo Orlando Caum

  • Support Staff

March 11, 2015 at 12:31 pm

Glad to hear you found that helpful. If you need help with anything else, just create a new support post in our support forums:

https://eventespresso.com/support/forums/


Lorenzo


Lorenzo Orlando Caum

  • Support Staff

May 25, 2015 at 10:25 am

Hello again, I wanted to share an additional resource that is now available for the templates for Event Espresso 4.

It explains how to the starter templates work with each other and you can view it here:

https://gist.github.com/lorenzocaum/0a35fe4997992fdb1dc5

If you have any questions or something is confusing, then you can create a new support post here so we can help you:

https://eventespresso.com/support/forums/

Thanks


Lorenzo

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.

Event Espresso