Show only past events (hide all upcoming events)

This allows you to create a subpage that lists only past events.

A button, as before, to toggle the display of past events on and off, just vice versa, to toggle upcoming events on and off.

1 Like

Hi there, @jonkreud :waving_hand:

Interesting idea, thanks for sharing! We’ll have this idea in mind and see for more votes from others :slightly_smiling_face:

In the meantime, could you please specify the name of your Event Calendar widget, where you’d like to show only the past events? We’ll be happy to find a custom solution for you :slightly_smiling_face:

Hey,

it’s in my Event Calendar “Konzertkalender Archiv”, there I’d like to show only the past events. By the way, this belongs to my other request with the years to show in the preview of past events. I’ll send a screenshot.

And last but no least: is there an opportunity to sync duplicated widgets with the original widgets? So the changed data in the main widget will be automatically applied to the duplicated widgets.

Regards, Jonathan

1 Like

Unfortunately, there is no way to sync duplicated widgets. I am really sorry!

As for hiding the upcoming events, I’ll ask the devs to provide a CSS code and will let you know once it’s done :slightly_smiling_face:

Please add this code to the Custom CSS field on the Style tab of your widget’s setting to hide the upcoming events :slightly_smiling_face:

.eapp-events-calendar-layout-container > .eapp-events-calendar-list-component {
  display: none;
}