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.

Display=None for gf wrapper ie7

  1. paullee357
    Member

    My day job dept is forced to stay at ie7 for reasons I don't want to go into. I build sites at night and noticed today that a gform was not displaying in ie7, but displaying everywhere else. Preview works in ie7.

    There is an inline style for the gform container that has a display:none sitting there. Here is the snippet:

    <div class='gf_browser_ie gf_browser_ie7 gform_wrapper' id='gform_wrapper_1' style='display:none'>

    Location is here > http://dev.nurnbergeagles.org/contact-us/ credentials= review:review

    Does anyone out there have ie7 to replicate?

    Paul

    Posted 11 years ago on Monday October 29, 2012 | Permalink
  2. paullee357
    Member

    Scratch that. I saw a reply by Rob Harrell about how to eliminate errors from theme conflicts, http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict , and my problem went away when I went to 2011 theme. I'll look in my theme and see why it is writing display:none for the gform wrapper

    Posted 11 years ago on Monday October 29, 2012 | Permalink
  3. David Peralty

    Display none is supposed to be in place, that's how we do conditional logic. What you are looking for is a JavaScript conflict (multiple JQuery versions, old JQuery, etc).

    Posted 11 years ago on Monday October 29, 2012 | Permalink