Support

Home Forums Event Espresso Premium Removing Category Filters from List of All Events

Removing Category Filters from List of All Events

Posted: March 17, 2021 at 12:55 pm


PA12345

March 17, 2021 at 12:55 pm

We’ve used the shortcode [ESPRESSO_EVENTS], but want the category filter to be removed.


PA12345

March 17, 2021 at 12:56 pm

We’ve used the shortcode [ESPRESSO_EVENTS], but want the category filter to be removed.

I tried [ESPRESSO_EVENTS category_filter=false], but that didn’t work.

What am I missing?

Thanks!


Tony

  • Support Staff

March 17, 2021 at 1:56 pm

Hi there,

[ESPRESSO_EVENTS] doesn’t include a category filter by default.

Can you link me to the page ou are using this on so I can take a look, please?


PA12345

March 18, 2021 at 2:30 pm

This reply has been marked as private.


Tony

  • Support Staff

March 19, 2021 at 9:43 am

That’s actually an archive and not a page, the output there is controlled by your sites theme.

You may have a page with the slug /events/, that’s not what is being output above. If you create a new page (ee-temp for example) and view that you’ll see it displays a list of events with no filters (unless you’ve had some custom development done and a developer has altered the EE templates).

One option is to hide that filter with some CSS, like so:

.post-type-archive-espresso_events .eventfilter {
    display: none;
}

Add that in Dashboard -> Appearance > Customize -> Additional CSS.


PA12345

March 19, 2021 at 3:00 pm

That CSS worked. Thanks!


Tony

  • Support Staff

March 22, 2021 at 5:27 am

You’re most welcome.

The support post ‘Removing Category Filters from List of All Events’ 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