Posted: October 18, 2016 at 9:34 am
The calendar works fine on desktop. But when I view the calendar on a mobile or tablet, the events do not show up in the vertical view but they show up in the horizontal view. Event Espresso – 4.9.13.p and an LG G3 and Iphone 6 using both chrome and opera. All we see is a slightly offcolor box where the event should be. Happens with and without a featured image. site location: Same problem as: |
|
Hi there,
|
|
Thanks Josh. Yes, we need a functional calendar on mobile. I saw somewhere else where you posted a way to show an icon on the calendar on mobile. But it was CSS I believe and would show the same icon for every event ; is that true? But we need some way to distinguish events. Also, I’m very curious why Lorenzo sees text on his mobile screenshots in the link above to a similar problem. Did he photoshop the screenshots? 🙂 I see that the text won’t work very well because of the size. I just did a ‘Request Desktop Page’ from chrome on the phone and then the calendar looks great although you would have to pinch zoom to see the details. Is there a way to have a zoomable calendar but still retain the mobile menu navigation? This would also solve the problem below. I noticed that the popup if you long press is cut off on the left for events at the beginning of the week like Sunday. Might be good to put in a change to position those so that the left of the popup isn’t further left than the left of the calendar on mobile (probably same problem on the events on Saturday with the right side of the screen). |
|
It would not necessarily have to be the same icon for every event. Each event has its own CSS selector so several different icons can be used to help distinguish between events.
Of course he didn’t Photoshop them. The iPhone 6s has a screen that has just enough pixels so it’s wider than the breakpoint that applies the CSS to hide the event names. |
|
Just kidding about the Photoshop of course. Iphone 6s doesn’t explain it. It has a 1334-by-750-pixel resolution the same as the Iphone 6. The LG G3 has a much better resolution of 1440 x 2560. I found the CSS below allows the calendar text to show on mobile in portrait but this should really be done out of the box as mobile is extremely important for a product today obviously. I haven’t found a way to display the thumbnail yet as I just know enough CSS to be dangerous.
Changing CSS for event icons would probably be too cumbersome for our users. |
|
Hi there, May I ask, what is your question? |
|
How do I get the featured image thumbnail to display on mobile? |
|
You add the following to your custom stylesheet:
|
|
Thanks Josh. The CSS below gives a pretty good display on mobile for the calendar and weekly views. The text is tiny but readable on bigger phones or you can pinch zoom. The only thing that doesn’t work very well is that the .fc-event cannot be set to max-height : auto as the pictures will be cut off. It seems like the height of the event does not include the thumbnail picture. Thus the max-height is dependent on the number of lines of event text displayed. This will probably work for us now but it would be nice to get a generalized solution for everyone that worked.
/* make images show for mobile */
|
|
The support post ‘Calendar events dont show up in vertical mobile view (2)’ 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.