Support

Home Forums Event Espresso Premium EE4 Event Page – Full Width Template not displaying

EE4 Event Page – Full Width Template not displaying

Posted: May 3, 2015 at 7:02 pm

Viewing 1 reply thread


Debby Kurti

May 3, 2015 at 7:02 pm

I’d like the single event page to be full width on the Openstrap theme. The event page is set to the full width page template option. I’ve reviewed the forums and tried out several solutions, including https://eventespresso.com/topic/event-category-ignoring-full-width-page-type-selection/ but still have the sidebar showing (even though there aren’t any widgets on it).

In the Custom CSS plugin, I have tried the following based on what I found on the forums:

/* START EE EVENT PAGE FULL WIDTH */
.single-espresso_events .content-area {
width: 100%;
}
.single-espresso_events .widget-area {
display: none;
}
/*END EE EVENT PAGE FULL WIDTH */

/* Event List */
.post-type-archive-espresso_events #sidebar {
display: none;
}
.post-type-archive-espresso_events #content {
width: 100%;
}

/* Single Event */
.single-espresso_events #sidebar {
display: none;
}
.single-espresso_events #content {
width: 100%;
}

Still no luck. Here’s an event page from my site: http://learningexploratorium.com/?espresso_events=inventors-bootcamp-inland-empire-ca-iebc01.

Any suggestions?

Debby Kurti
Table Top Inventing


Josh

  • Support Staff

May 4, 2015 at 2:31 pm

Hi Debby,

My suggestion is place a full page template into your theme. Here’s a copy that’s adapted for the Openstrap theme you can use:

https://gist.github.com/joshfeck/9ebf010562a82ebacba7

A few notes on how to use this template:

1) Its file name is single-espresso_events.php
2) It needs to be in the root location folder of the theme, not in a /templates folder or other location
3) It’s recommended home is in a child theme because it will not get deleted in the event of an update for the Openstrap theme.

Viewing 1 reply thread

The support post ‘EE4 Event Page – Full Width Template not displaying’ 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