Support

Home Forums Event Espresso Premium Can show list of events instead of calendar?

Can show list of events instead of calendar?

Posted: February 14, 2013 at 4:04 pm


lryan

February 14, 2013 at 4:04 pm

Is there a way to make the “calendar” show as a list of events, rather than the blocky calendar format?


Jonathan Wilson

February 14, 2013 at 10:12 pm

Hello,

Have you tried the [EVENT_LIST] shortcode?

More details here: https://eventespresso.com/wiki/shortcodes-template-variables/


lryan

February 15, 2013 at 8:52 am

Yes, however it appears strangely with lots of spacing. Also, are there ways to post the events titles/dates only, without price details, etc?


Jonathan Wilson

February 16, 2013 at 11:40 am

Hello again,

I’ve done this sort of thing on one of my test sites (http://eetesting.info/jon/event-registration/) with a little bit of CSS.

I add this to my themes style.css file.

/** Remove Event details from event list **/
.spaces-available, .event-meta {
    display: none;
}

/** Add bottom border to events **/
.event_data {
    border-bottom: 1px solid #000;
}

Note that this will change every event list that you have.

The support post ‘Can show list of events instead of calendar?’ 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