Posted: October 6, 2015 at 6:25 pm
|
Hi, When I go to my calendar on my phone I don’t see the images or any of the text for the classes. Is this something wrong with my theme? Website is: http://miyceramics.com/2015-calendar/ Thanks! |
Hi Denise, You can add the following to your theme’s custom stylesheet and it should allow the images to display:
|
|
|
Hi Josh, I tried this, but on my phone I still only see the blocks but no images also the description. Text for the event isn’t showing. Here is the site, could it be my theme? http://miyceramics.com/2015-calendar/ Thanks |
Hello, If I load that CSS locally, then I see the images. Did you remove the CSS from your site? http://cl.ly/image/2s1T0N323Q2h — |
|
|
Hi Lorenzo, Thanks for your quick response. No I still have the css there it is part of my Theme Options-> General: Custom Styling section: /*Allow images in the Mobile Phones*/ I have other CSS in there that works fine? Could some of my other custom css be interfering with it? I am also using and android phone with Jelly Bean. Thanks |
Does this work? /*Allow images in the Mobile Phones*/ @media only screen and (max-width: 480px){ #espresso_calendar .thumb-wrap { display: block !important; } } — |
|
|
Yes this works!!! Can we get the times or class descriptions to show or only the images? |
Hi Denise, Could you reverse the prior change? We’d like to test another CSS change locally. Also, the calendar is now appearing large on the screen: http://cl.ly/image/2y3J3G3Y272f Could you also reverse any other CSS that may have been added today to override the calendar? — |
|
|
On my screen the size looked fine? I reversed that CSS, let me know what you would like me to try next. Thanks! |
Thanks, could you try this updated version? @media only screen and (max-width: 480px){ #espresso_calendar .fc-event-title, #espresso_calendar .time-display-block, #espresso_calendar .thumb-wrap, .ui-tooltip-content p { display: block !important; } #espresso_calendar .fc-event { min-height: 30em !important; max-height: 30em !important; } } We may need to make some additional adjustments but that should get the content to display. — |
|
|
Yep that works 🙂 pictures and text. THANKS! |
Great! I’ll update your support post to resolved. — |
|
The support post ‘Images on calendar don't show on Mobile phone (android)’ 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.