On mobile, the calendar displays but there are no events shown/cannot click on each date (the client will have one event on all dates during the summer). I have a test event on March 1. I had the conditional use setup where mobile would simply display a list of events but my client did not like that. Is there anyway to make the mobile calendar clickable?
It is clickable, but the targets are missing because no featured images are set for the event.
What you could do is add this CSS to your site’s Appearance > Customize > Additional CSS page:
@media only screen and (max-width: 480px) {
#espresso_calendar a.fc-event {
background-color: #3f6c61!important;
height: 30px;
}
}
What that will do is expand the size of the link to the event and give it a background color that matches your site.
You could also try turning on tooltips in the calendar settings as well.
Viewing 1 reply thread
The support post ‘Event shown on desktop by not mobile’ 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.
Support forum for Event Espresso 3 and Event Espresso 4.