![]() |
Problem with jquery and WP
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 ... Code:
// add_action('wp_head', wp_enqueue_script('myjquery', '/wp-content/plugins/wpdir/js/jquery.js')); 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 Code:
http://www.artphotoasia.net/blog/wpdir/ GENERATED BY wpdir Code:
Code:
The question is: How can I solve the issue and solve the conflict??? |
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
|
Sure but i was not able to solve it
|
So no one can help??
Too sad. |
find this line in your function file/ or header file and remove delete it. it will solve your problem
|
All times are GMT -7. The time now is 12:49 AM. |
Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.