Wordpress Filter: Plugin incompatibility with my theme - website screws up on IE. How do I fix it?
2 of my plugins (
Contact Form 7,
Post Tabs) give a java script error when enabled on
this site. The js error doesn't do much in firefox but it renders the whole site disfunctional in IE ( drop down nav doesn't work, tabs under the headline slider don't work, etc).
In IE, when I have debugging enabled, I get an error pop-up stating that there is a error on Line 89. After I click "debug", this is what is shown:
Microsoft JScript runtime error: Object doesn't support this property or method
Inside the file, the following code is highlighted on line 89:
{return jQuery.easing[jQuery.easing.def](x,t,b,c,d);}
So how do I fix this issue in IE? Do I need to contact the plugin author to check if they are using the latest jQuery? ( the theme author says that he is using the latest jQuery) Is there any way around this issue?
For starters, your theme is including jquery 1.2.6 and your plugins are including 1.3.2. This is really bad practice; I'd nix one of them. (found via the net tab in firebug) It also looks like your theme has a great deal of javascript. If you can't get your plugins working with the theme and you are stuck with the theme, I would try different plugins.
This is just to get you started ..
posted by shownomercy at 12:54 PM on August 31, 2009