The form *is* being included into a post using the shortcode.
I don't think this addresses my question, nor my issue which seems to be a conflict when the Signature plugin is enabled.
As described from an earlier entry:
I removed the max character inclusion from the form which removed textareaCounter.js, and the form displayed. Keep in mind the following:
- The signature plugin has been disabled at this point.
- Enabling the signature plugin (ss.js) causes conflicts from this point forward, and seems to be one underlying issue (after having removed textareaCounter.js).
- The orbit Javascript is still included via wp_footer() - with no issues.
- I have also re-enabled the placeholder Javascript (http://www.pastie.org/3854064) with no issues.
My scripts seem to be in the right places. If they are not, can you list how and where they should appear? This has been very confusing as it's been mentioned but not specified. I did notice today that gravityforms.js is inserted into the footer of this particular form, and not into the header as it is for my other forms. Is this the order to which you refer?
Also, if it is the Signature Javascript that needs to be in the header, be aware that I had attempted to relocate ss.js from the footer to the header. However, wp_deregister_script is ineffective, even though it appears that the plugin's Javascript was registered correctly via wp_enqueue_script. Actually, I had difficulties deregistering any of GF's Javascript, which also includes gravityforms.js.
Here is the function I used in an attempt to deregister ss.js from the footer:
http://www.pastie.org/3874903
The above was my next attempt at a resolution. So, how may I go about moving ss.js (and possibly gravityforms.js) to the header, given that wp_deregister_script is not working, to determine if doing so will resolve any conflicts?
Alex, if you need access to the site, I'd be happy to provide it. Thank you.
Posted 12 years ago on Friday May 11, 2012 |
Permalink