My organization uses a custom theme on wordpress and Event Espresso to manage our calendar. On the mobile version of our site, it starts by listing calendar events from last summer so you have to scroll all the way down to find current events. I understand that there is a way to take expired events off of the calendar, but others in my organization like keeping them on the desktop calendar for our reference.
Is there any way I can hide past events on our mobile calendar, yet keep expired events on the desktop version? Thank you!
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
a.fc-event.fc-event-hori.fc-event-start.fc-event-end.expired { display: none; }
}
It can be added through a custom CSS area (if available in your theme). You could also use a free plugin like Reaktiv CSS Builder or Simple Custom CSS.
I just noticed that the problem is also present on our desktop site if you switch from calendar to list view. Is there a way to exclude expired events in list view only?
Hi, could you share a link to the page that has the events calendar shortcode in use?
Thanks
—
Lorenzo
Viewing 5 reply threads
The support post ‘Trouble With Mobile 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.