PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Conditional Formatting broken in WP v. 3.4

  1. Community,

    Has anyone had trouble with conditional formatting after upgrading to the latest Wordpress? On my Gravity Forms (sequoiawaste.com/opportunities), conditional forms will not appear of I upgrade.

    I noticed in my source code that I call a very old version of jquery (like 1.2.x), but I am still loading 1.7.1 . Would that cause the issue? Has there been an official response from GF on this? I've seen a few forum posts but nothing definitive.

    Thanks for any input. I'm only worried because my host (WPEngine) is forcing upgrades next week, so I want to have this figured out.

    Charlie

    Posted 11 years ago on Wednesday June 20, 2012 | Permalink
  2. David Peralty

    You should only be calling one version of JQuery, and it should be 1.7.1 or above. If you can remove the other version of JQuery from loading, your forms would probably work.

    Posted 11 years ago on Wednesday June 20, 2012 | Permalink
  3. David,

    Thanks for the reply. I'll test it tonight when I get back to my workstation and update this post.

    Charlie

    Posted 11 years ago on Thursday June 21, 2012 | Permalink
  4. David,

    I tried loading version 1.7.2 of JQuery on my testing area, after loading Wordpress version 3.4.

    Still a no go.

    Could you take a second look? The page is located here ; http://sequoiawaste.staging.wpengine.com/opportunities/

    Thanks for any advice,
    Charlie

    Posted 11 years ago on Thursday June 21, 2012 | Permalink
  5. David Peralty

    Your link for GetClick stats is incorrect:
    <script src="//static.getclicky.com/js" type="text/javascript"></script>

    Should be : http://static.getclicky.com/js

    And now you are loading JQuery 1.7.2 in the header AND in the footer of your site. You can only load one version of JQuery. Can you remove the call from your footer as only the header one should be in place.

    Posted 11 years ago on Thursday June 21, 2012 | Permalink