Site Owners Forums - Webmaster Forums

Site Owners Forums - Webmaster Forums (http://siteownersforums.com/index.php)
-   Javascript (http://siteownersforums.com/forumdisplay.php?f=24)
-   -   Problem with jquery and WP (http://siteownersforums.com/showthread.php?t=55053)

ArtphotoasiA 02-26-2012 08:54 AM

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'));
(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
Code:

http://www.artphotoasia.net/blog/wpdir/
In the header of my generated page I have this...

GENERATED BY wpdir
Code:


GENERATED BY wp
Code:



The question is: How can I solve the issue and solve the conflict???

ruixuan 03-01-2012 12:02 AM

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

ArtphotoasiA 03-01-2012 02:35 AM

Sure but i was not able to solve it

ArtphotoasiA 03-04-2012 04:09 PM

So no one can help??

Too sad.

iqbal 04-02-2012 04:38 AM

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.