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?
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:
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.