Support

Home Forums Event Espresso Premium Event Calendar Images on Mobile Devices

Event Calendar Images on Mobile Devices

Posted: January 6, 2014 at 5:27 pm


Melissa

January 6, 2014 at 5:27 pm

Hello –
Since the latest calendar update, my calendar now no longer shows event images on mobile devices. Instead it shows blocks of color. Many of our customers view our events on their phones, etc. Is there a setting I can do to make the images viewable again? Thank you for your help.

Mel


Dean

January 7, 2014 at 12:39 am

Hi,

You would need to add in some CSS to either your themes style.css or a plugin like My Custom CSS.

#espresso_calendar .fc-event-title,
	#espresso_calendar .time-display-block, 
	#espresso_calendar .thumb-wrap, 
	.ui-tooltip-content p {
		display: block;
	}

#espresso_calendar .fc-event {
		min-height: 30em;
		max-height: 30em;
	}

You will need to play around with the 30em to find what is good for you. Also note that with that code the title will be included but the calendar cell width will not be increased so the title will look strange.

If you want just the images to show, you could use something like

	#espresso_calendar .thumb-wrap, 
	.ui-tooltip-content p {
		display: block;
	}

#espresso_calendar .fc-event {
		min-height: 3em;
		max-height: 3em;
	}

The support post ‘Event Calendar Images on Mobile Devices’ 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.

Event Espresso