Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Event Calendar Thumbnails on iPhone | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium Event Calendar Thumbnails on iPhone

Event Calendar Thumbnails on iPhone

Posted: January 25, 2014 at 2:03 pm

Viewing 1 reply thread


Greg Davis

January 25, 2014 at 2:03 pm

On my client’s site: http://kennett-design.com/calendar/ the calendar is very responsive and responds well to different size screens. However, on a smaller screen such as the iPhone, the thumbnails disappear and only the category color is shown in the square for that day (no event titles either).

Is there a way to keep this information as visible even on the smaller display?


Josh

January 27, 2014 at 8:37 am

Hi Greg,

The calendar stylesheet is hiding the event titles and thumbnails for 480px and narrower-sized screens. This is because they will not fit in a responsive layout (they stretch out to the side). If you look at the very end on the calendar plugin’s calendar.css file you’ll see that last media query that makes it happen:

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,
	#espresso_calendar .fc-button-month,
	#espresso_calendar .fc-button-agendaDay,
	#espresso_calendar .fc-button-agendaWeek,
	#espresso_calendar .fc-button-today {
		display: none;
	}
	#espresso_calendar .fc-event {
		min-height: 3em;
		max-height: 3em;
	}
}

You could try removing or commenting that out (which might work out okay if the WordPress theme isn’t responsive).

Viewing 1 reply thread

The support post ‘Event Calendar Thumbnails on iPhone’ 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 - Staging Server