@squeekpress, you are loading an old version of jQuery from googleaplis:
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js?ver=1.6.2'></script>
I also see this in the source with an old jQuery version, but I'm not sure if it's related:
<script>!window.jQuery && document.write(unescape('%3Cscript src="http://squeekpress-ws4.info/wp-content/themes/parallelus-mingle/assets/js/libs/jquery-1.6.2.min.js"%3E%3C/script%3E'))</script>
With WordPress 3.5.1 and Gravity Forms 1.6.11, you should have jQuery 1.8.3. If you remove this call to jQuery 1.6.2 and let WordPress do its job of enqueuing jQuery 1.8.3, so long as you don't have other JavaScript errors, I think you will find that your forms display properly.
The theme is probably loading these old versions. If you follow David's advice to check for theme and plugin conflicts, you will find out exactly where the old version are coming from.
Posted 11 years ago on Tuesday January 29, 2013 |
Permalink