Hey folks,
i really hope, you can help me.
I am the coder of http://www.schneider-vertrieb.info/
I like your plugin so much, that I use it :-) And of course bought it :-)
I put a whole load of hard work into the site. Now after I updated to Wordpress 3.4.1 and the very latest gravity forms
some forms don't work. More precisely: they only don't show up (display:none inline).
I looked for jQuery libs, that I may have included twice, excluded them. Same problem.
I unluckily included 2 jQuery libs at the same time before the updates, too. After I deleted the responsible line of code no I got an error in inspector (namely: "Uncaught RangeError: Maximum call stack size exceeded").
Before removing the duplicate jQ lib, I got no error, but the form wasn't visible, too.
After removing the duplicate form nr. 1 on some pages works, the same form on all the other pages is display:none inline with the "Uncaught RangeError: Maximum call stack size exceeded"-error.
Error from console in inspector (Chrome) (down under)
It is some sort of recursive and then it breaks because of the memory of the browser. Don't know.
Please help me out of this nightmare. If you want, you can have all the code that's needed to fix it.
Here from Chrome Inspector JS Console
• m.selectors.preFilter.CLASS
• m.filter
• m
• c.querySelectorAll.m
• m.matches
• f.extend.filter
• f.each.f.fn.(anonymous function)
• gformIsHidden
• gf_do_action
• gf_do_field_action
• gf_apply_field_rule
• gf_apply_rules
• onchange
• f.event.trigger
• f.fn.extend.trigger
• e.extend.each
• e.fn.e.each
• f.fn.extend.trigger
• (anonymous function)
• e.extend.each
• e.fn.e.each
• gf_reset_to_default
• gf_do_action
• gf_do_field_action
• gf_apply_field_rule
• gf_apply_rules
• onchange
• f.event.trigger
• f.fn.extend.trigger
• e.extend.each
• e.fn.e.each
• f.fn.extend.trigger
• (anonymous function)
.
.
.
.