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
Remove images from calendar tooltip | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium Remove images from calendar tooltip

Remove images from calendar tooltip

Posted: April 30, 2013 at 7:49 am

Viewing 5 reply threads


ewentworth

April 30, 2013 at 7:49 am

We use images within the description for our events, but would rather they not appear in the calendar tooltip because they eat up too much space.  What would be the best way to strip the images out of the tooltip description while preserving it in the event description?  Thanks!


Josh

April 30, 2013 at 11:01 am

Hi there,

I think it would depend on how the images are placed to determine the best way to do this. One way that can be done without any coding is add the more tag just before the image in the event description. The calendar tooltip will not display anything past the more tag.

It will look like this:

Description content

<!--more-->

image


ewentworth

April 30, 2013 at 11:21 am

Hmmm, I did think of the more tag, but the images are generally at the top of the description so it doesn’t quite work.  Any other options?  If the coding would be too disruptive I suppose the images can be shifted down, but if it’s a simple fix that would be great.  Thanks!


Dean

  • Support Staff

May 1, 2013 at 5:42 am

.ui-tooltip-content img {
	display:none;
}

Should do it, add to the themes style.css or via a plugin like My Custom CSS


ewentworth

May 1, 2013 at 6:25 am

Beautiful – that works great.  Thanks much Dean!


Dean

  • Support Staff

May 1, 2013 at 6:41 am

No Problem!

Viewing 5 reply threads

The support post ‘Remove images from calendar tooltip’ 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