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
Adding Images to Espresso Calendar | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium Adding Images to Espresso Calendar

Adding Images to Espresso Calendar

Posted: June 24, 2013 at 10:53 am

Viewing 6 reply threads


greenvillebrewtours

June 24, 2013 at 10:53 am

I would like to add our logo to the calendar on the event dates and I have not been successful in doing so – any recommendations would be greatly appreciated! Right side widget on home page (scroll down).

http://greenvillebrewtours.com/486.5ff.myftpupload.com/


Josh

June 24, 2013 at 12:51 pm

Have you tried adding a background image with CSS? Something like this should do it:

.espresso_calendar_widget a.fc-event-skin div {
background: url('url-to-your-small-logo-image.png') no-repeat 6px -24px;
}


greenvillebrewtours

June 24, 2013 at 2:20 pm

Thanks, Josh! Where would I add this info?


Josh

June 24, 2013 at 3:23 pm

Anywhere you’d normally add custom CSS. Since it looks like you have the Responsive WP theme active, it has its own Custom CSS option you could use. You can access the Responsive theme’s custom CSS panel by going to Appearance>Theme Options>Custom CSS Styles.


greenvillebrewtours

June 24, 2013 at 3:42 pm

Tried adding the link to that location – still not showing a logo image in the calendar??? Maybe something with the image URL – took it from my media files.


Josh

June 24, 2013 at 4:39 pm

Hi there,

I checked and the image you have set for the background is much larger than the individual date box in the calendar. The logo should be resized to about 32px wide x 18 px tall for it to fit.

Then you could try altering the CSS to be:

.espresso_calendar_widget .fc-event-skin {
background: url('http://greenvillebrewtours.com/486.5ff.myftpupload.com/wp-content/uploads/2013/05/cropped-OriginalLogo.png') no-repeat 0 0;
}


greenvillebrewtours

June 24, 2013 at 7:02 pm

Got it – you rock – thanks for your help!

Viewing 6 reply threads

The support post ‘Adding Images to Espresso Calendar’ 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