Support

Home Forums Event Espresso Premium Customize Individual events pages

Customize Individual events pages

Posted: December 4, 2017 at 3:04 am

Viewing 3 reply threads


mediaroad_eu

December 4, 2017 at 3:04 am

Hi,
I would like to customize individual events pages and I can’t find a way to do this.
Currently EE is using the default post template for event pages (example).
What I would like to do is to remove the sidebar as well as the date and comments count. Is there a way to do this?
Thank you,
Paulina


Tony

  • Support Staff

December 5, 2017 at 2:27 am

Hi there,

Just to note it’s not EE that determines which output/template to use, it’s your theme.

EE events are custom posts so your theme is displaying them as such, EE basically hooks into the call to the_content and injects the event details there, your theme controls everything else.

So to edit the output for single events you can either hide them using CSS, a quick example:

.single-espresso_events #sidebar, 
.single-espresso_events .smartlib-side-post-panel, 
.single-espresso_events .smartlib-meta-line {
    display: none;
}

You can add that to Appearance -> Customize -> Additional CSS

Please refer to this guide for more detailed information about the CSS customizer: https://codex.wordpress.org/CSS#Custom_CSS_in_WordPress

Or if you are comfotable working with templates you can copy the single.php template in your theme (preferably to a child theme), rename the copy to single-espresso_events.php and remove the elements from the template file itself (that template will then only be used for the EE single event page).


mediaroad_eu

December 6, 2017 at 2:20 am

Awesome! thanks for your help ๐Ÿ™‚


Tony

  • Support Staff

December 6, 2017 at 2:34 am

You’re most welcome ๐Ÿ™‚

Viewing 3 reply threads

The support post ‘Customize Individual events pages’ 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