Support

Home Forums Event Espresso Premium Event List View

Event List View

Posted: February 4, 2022 at 2:26 pm

Viewing 2 reply threads


wdaco

February 4, 2022 at 2:26 pm

Hi, you recently helped me to get to my events list view on my site where Event Expresso displays a list instead of a calendar view. Here are my issues that I need help with in that list display page.

1) How do I get event dates to display with the listing for each event and a button to clearly show that you need to click on the title to display more of the event details?

2) How do I remove the “posted by” name and date on the event list page where each event shows the admin’s name who posted it and the date?

3) How do I add a title to that page? I don’t see the page listed in my list of pages.

You said the link to my event list page is https://wdaco.org/events/
And this is the page that all of these questions pertain to.

Thank you.
Please CC Melissa@silverbuckleservices.com on the response to this.


wdaco

February 4, 2022 at 2:40 pm

I also put in a test event with registration. One of the items on the ticket is a $300 fee for the event, on the event list page, it is showing $6000 instead of $300 for the event fee. https://wdaco.org/events/test/


Tony

  • Support Staff

February 7, 2022 at 5:20 am

Hi there,

So a lot of the event list output on /events/ is controlled by your theme, looking at your site you are using the theme Divi and for that to display the event details on the event archive you’ll need to enable ‘Blog style’.

There’s more information (and a screenshot) in the documentation that you can follow to get this working again:

https://eventespresso.com/wiki/known-third-party-plugin-theme-conflicts/#divi

If you enable that option in Divi you’ll see more details on the /events/ output and can then use the options in Event Espresso -> Events -> Templates -> Event list pages to enabled/disable specific details.

2) How do I remove the “posted by” name and date on the event list page where each event shows the admin’s name who posted it and the date?

Thats coming from Divi, you can hide it with some CSS:

.post-type-archive-espresso_events .post-meta,
.single-espresso_events .post-meta {
    display: none;
}

Add that to Appearance -> Customize -> Additional CSS.

3) How do I add a title to that page? I don’t see the page listed in my list of pages.

This may change when you enable Blog style mode, if you enable the above option I’ll recheck this.

/events/ isn’t a ‘page’ as such, it’s an archive generated by the theme, you can’t go in and edit specific sections of it in the same way you can a theme.

I also put in a test event with registration. One of the items on the ticket is a $300 fee for the event, on the event list page, it is showing $6000 instead of $300 for the event fee.

Ok, so what is happening there is you’ve set the ‘Min qty’ for that ticket to be 20.

So you have your ticket price set at $300 but the minimum number of tickets you can select is 20, meaning the ‘bundle’ will be $6000.

Edit the event, find that ticket and click on ght <span class=”gear-icon dashicons dashicons-admin-generic”></span> icon.

Set the ‘Minimum Quantity’ field for that ticket to be empty and update.

Viewing 2 reply threads

The support post ‘Event List View’ 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