Viewing 3 replies - 31 through 33 (of 33 total)
  • @bguthro – so did that fix things for you?

    It seemed to, yes.
    I reverted the changes I needed to make, in the above comments (s/on/bind/), and everything still seems to be working properly.

    The problem code in question in the theme was doing the following in includes/theme-scripts.php:

    wp_deregister_script('jquery');
    wp_register_script('jquery', get_bloginfo('template_url').'/js/jquery-1.4.2.min.js', false, '1.4.2');
    wp_enqueue_script('jquery');

    I had no idea it was doing that. It was not immediately clear to me that the problem was in a jQuery mismatch.
    Again – my apologies.

    Hi bguthro,

    Glad to hear you got this cleared up. If there’s anything else you need, just let us know.

    Thanks,
    Jonah

Viewing 3 replies - 31 through 33 (of 33 total)
  • The topic ‘[Plugin: The Events Calendar] plugin error = Bug in menu of WordPress’ is closed to new replies.