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
Calendar tooltips not working | Event Espresso - Staging Server

Support

Home Forums Calendar Calendar tooltips not working

Calendar tooltips not working

Posted: January 22, 2013 at 5:27 pm

Viewing 2 reply threads


ewentworth

January 22, 2013 at 5:27 pm

Hi there!

Having a problem with the calendar tooltips not showing up on mouseover. I checked the error console in Firefox and it’s flagging “.delegate not a function” for the area where it looks as if the mouseover action takes place in the code:

.delegate('.ui-tooltip-close', 'mousedown keydown mouseup keyup mouseout', function(event) { Is this a conflict or is there a fix for this that needs to be made?

You can see it in action on my site here for the event I’ve set for April: http://www.wintercrowstudio.com/aryalokasandbox/programs/test-calendar-2/

Thanks!
– Eric


Josh

January 22, 2013 at 5:35 pm

Hi there,

There is a conflict here because the active theme is loading up a very old copy of the jQuery library (v 1.3.2):

<script type="text/javascript" src="http://www.wintercrowstudio.com/aryalokasandbox/wp-content/themes/obscure-v1.2-unencrypted/js/jquery.min.js"></script>

It looks like this might be hardcoded into the theme’s header.php file. jQuery should be enqueued by using the wp_enqueue_script function. Here’s a link to a guide that will show you how to fix this:

http://digwp.com/2009/06/including-jquery-in-wordpress-the-right-way/


ewentworth

January 22, 2013 at 6:16 pm

Okay, I’ve got it now, thank you. I needed to do the same on the template that held the calendar page as well. Appreciate it!

Viewing 2 reply threads

The support post ‘Calendar tooltips not working’ 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