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