eme_pe
Member
Posted 7 months ago #
Hi! I used this plugin, and it generated some kind of conflict, and all the javascript in the site stopped working. I tried it in another blogs, and the same thing. Even tried different servers. ¿Is this a problem with the latest wordpress version?
Thanks,
Mariano
http://wordpress.org/extend/plugins/shockingly-big-ie6-warning/
kulpae
Member
Posted 6 months ago #
Yeah, I had this javascript warning as well... so I looked at the js file and found a comma after the last element in the jQuery css function:
Here what I found: (bottom of ie6w_top.js)
"padding": "3px",
}).width((ie6w_b *28)+12);
and then I fixed it to
"padding": "3px"
}).width((ie6w_b *28)+12);
and it works now!
cheers, kulpae
mschertel
Member
Posted 6 months ago #
hi guys! thanks for the reply, in this last version i fixed the .js file and it is now fully using the wp api for js. i guess this should fix everything.