Problem with jquery and WP

Discussion in 'jQuery' started by jcs7alumni, Feb 26, 2012.

  1. #1
    Hello everyone...
    I have a good issue here...

    I made a website in WP and I have now a conflict with an old plugin.

    That plugin is called wpdir (word press directory pro) and is useful for several reason but regretfully no one care about that code anymore.

    Here are the facts:

    (1) If I install the plugin wpdir correctly WP dinamic widget in admin area will be frozen till I deactivate the plugin.

    (2) I'm able to deactivate the jquery call in the plugin in this way ...


    // add_action('wp_head', wp_enqueue_script('myjquery', '/wp-content/plugins/wpdir/js/jquery.js'));

    (3) If I do step 2 all will be ok in WP admin area but some feature like the rating features (using jquery) in the plugin and in the website will stop to work

    I understood already that the issue is a double call of jquery library and also I noted that is running 2 different version of jquery

    You can check the header at


    http://www.artphotoasia.net/blog/wpdir/

    In the header of my generated page I have this...

    GENERATED BY wpdir


    <script type='text/javascript' src='http://www.artphotoasia.net/blog/wp-content/plugins/wpdir/js/jquery.js?ver=3.3.1'></script>
    GENERATED BY wp


    <script type='text/javascript' src='http://www.artphotoasia.net/blog/wp-includes/js/jquery/jquery.js?ver=1.7.1'></script>
    The question is: How can I solve the issue and solve the conflict???
     
    jcs7alumni, Feb 26, 2012 IP
  2. stephan2307

    stephan2307 Well-Known Member

    Messages:
    1,277
    Likes Received:
    33
    Best Answers:
    7
    Trophy Points:
    150
    #2
    shouldn't be too difficult.

    Simply look through the files in the wpdir folder within the plugins folder. Somewhere you will see that they will load that file simply coment that line out.

    If you need help send me a pm and I can do it for a little fee.
     
    stephan2307, Mar 5, 2012 IP
  3. jcs7alumni

    jcs7alumni Peon

    Messages:
    70
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I did that, if you read the first line of the code, but commenting the line make jquery not work in the plugin so some feature can not be enabled.

    Yesterday was able to solve the issue in another way.
     
    jcs7alumni, Mar 6, 2012 IP