Posted: August 17, 2020 at 2:53 am
Hi there, I am unable to view events while on my mobile phone but on desktop it works fine; Please see attached screenshots also, I will append the link for the actual page where this issue is occurring as well |
|
This reply has been marked as private. | |
Hi there, The calendar hides the event text on mobile with some CSS which on your site makes it appears as there is no event. If you add this:
To Dashboard -> Appearance -> Customize -> Additional CSS Does it show the events then? |
|
This reply has been marked as private. | |
Did you try my suggestion and add the CSS in the above location? Looking at your site the calendar items now show so I’m guessing so.
Markup isn’t removed from the output, it’s simply styled differently, so the elements with class You’re looking at the full calendar day elements (.fc-day) which make up the calendar itself, the events/calendar events are laid out on top of those, not within them. |
|
I forgot to compare with mobile (which doesn’t show the elements) but the elements are there. I can see the CSS is being added to the page, but it may be overridden. Try changing the above to use |
|
Hi Tony, i have just tried it and it does not seem to work.. i’ve tried to go about it but cant seem to wrap my head around this issue. Please see the screenshot here After your explanation, i get that it is an overlay for the events to appear based on days/dates but i cannot seem to get it to show up no matter how i toggle the css in the developer tool Looking forward to your professional opinion! |
|
You need to fix the CSS, its different from above. This is the CSS you’ve added:
It should use
With that fixed, the elements show as expected: https://monosnap.com/file/94OZf6iMss5newe6I18M6aKTPmbxe4 |
|
okay i forgot the ! haha, thanks Tony! |
|
it is working now! |
|
You’re most welcome, I’m glad it’s working now. |
|
The support post ‘Event Espresso Calendar Widget not displaying events on 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.