Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor Max Bond

    (@max-bond)

    Hello!

    This error means that you have jQuery version less then 1.7

    On your front page I see jQuery loaded two (!) times.
    Line 31, WordPress default jQuery 1.8.3 – ok.
    Line 37, jQuery 1.3.2 loaded by theme. You should remove it!

    Thread Starter EleonoreBridge

    (@eleonorebridge)

    Oh thank you so much for the tip !
    I’m a newbie, do you know where it can be located in my theme ?

    Plugin Contributor Max Bond

    (@max-bond)

    Look in functions.php file, line 151 and 152.
    Comment these lines by adding double slashes in the begining:

    //wp_enqueue_script('p2h_jquey',
    //get_bloginfo('template_directory') . '/includes/js/jquery-1.3.2.min.js' );

    Thread Starter EleonoreBridge

    (@eleonorebridge)

    Thank you so much ! It works.
    You’re the best !

    Plugin Contributor Max Bond

    (@max-bond)

    Fine!

    P.S.
    Don’t forget to clear cache )

    Thread Starter EleonoreBridge

    (@eleonorebridge)

    Sure ! Thanks ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Not working and javascript error’ is closed to new replies.