At http://tinyurl.com/3rcedo2 I have a WordPress 3.3.1 Cforms 11.6.1 form that is supposed to load a calendar pop-up that is working together with jQuery 1.7.1 The calendar no longer pops up when clicked. The trigger seems to no longer work. Any ideas why?
Asked
Active
Viewed 153 times
0
-
1You should isolate problem. Open javascript console and look for related warnings and errors. Then post here this information. – dani herrera Jan 21 '12 at 08:54
-
1This is the error. Error: Image corrupt or truncated:
Source File: – batbaatar Jan 21 '12 at 08:55Line: 0 -
1is your problem about datepicker – Devjosh Jan 21 '12 at 08:56
-
How can I open javascript console from Chrome? Or is this only possible from Firefox? What is the issue with datepicker Josh? – rhand Jan 22 '12 at 09:23
-
Checked for errors in FF and found only Chrome and other browser related errors so far. Trying to find error mentioned. – rhand Jan 22 '12 at 09:26
-
Also found http://stackoverflow.com/questions/66420/how-do-you-launch-the-javascript-debugger-in-google-chrome for Chrome Jscript debugging , but Chrome detects no errors .. – rhand Jan 22 '12 at 09:40
-
I have upgraded to V 13.0 . Calendar pop-up is working, but styling in Firefox is off plus I am receiving an error that calendar.css cannot be founded as it is being looked for in the root of the site while it should be looked for in plugins/cforms/styling – rhand Jan 22 '12 at 15:27
-
Well, all seem to be well with the styling now. Had to kill WP Supercache as it seems to mess up the homepage slider but that is another issues. Datepicker does run despite the calendar.css 404. – rhand Jan 22 '12 at 23:45
1 Answers
0
I totally forgot to answer this question. After debugging using Firebug and the JavaScript console I found the culprit. It was a JScript conflict issue

rhand
- 1,176
- 4
- 17
- 45