Hi Chris,
It is no longer exhibiting the behavior since I manually added the link to JQuery, and it's a live site so I don't want to remove it.....
I don't know how GF adds the link, but when the plugin is activated, it adds these links to the <head> section:
<link rel='stylesheet' id='gforms_css-css' href='http://www.usclassics.com/wp-content/plugins/gravityforms/css/forms.css?ver=1.6.8.1' type='text/css' media='all' />
<script type='text/javascript' src='http://www.usclassics.com//ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js?ver=3.4.2'></script>
<script type='text/javascript' src='http://www.usclassics.com/wp-content/plugins/gravityforms/js/jquery.textareaCounter.plugin.js?ver=1.6.8.1'></script>
As you can see, the middle link refers first to my domain, and adds an extra trailing slash, then refers to the ajax.googleapis.com site to get jquery - so the jquery library is not loading correctly.
If I knew where this is in the plugin code, I would just fix it myself until a new version comes out.....
I hope this is helpful, and I really don't mind fixing it myself with a little direction on where to find it....
Posted 12 years ago on Wednesday October 24, 2012 |
Permalink