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.

Gravity Forms Back End Styling messed up

  1. Christinarule
    Member

    When I click on the "Form Settings" tab I'm unable to see the setting because of the styling. I tried it in Safari and FF and having the same issue. Please see screen shot here http://montcocomputers.com/wp-content/uploads/2012/04/Screen-Shot-2012-04-24-at-3.03.01-PM.png

    also site is http://montcocomputers.com

    Thanks

    Posted 12 years ago on Tuesday April 24, 2012 | Permalink
  2. David Peralty

    Usually this happens due to a theme or plugin conflict.
    Can you try the following and let me know if it fixes it:
    http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict

    Posted 12 years ago on Tuesday April 24, 2012 | Permalink
  3. Christinarule
    Member

    I went back to the org theme and it seems that it is an issue with my theme... is there anyway you can tell me how I can determine which part of my themes css is causing this issue? Thanks!

    Posted 12 years ago on Tuesday April 24, 2012 | Permalink
  4. David Peralty

    Unfortunately, I'm not familiar with that theme and couldn't make any suggestion as such. I would recommend contacting the theme developer. It might be as simple as the theme developer is always pulling their JavaScript and CSS into every admin page instead of just the theme configuration pages.

    Posted 12 years ago on Tuesday April 24, 2012 | Permalink
  5. It's most likely forcing a "display:block" and or "clear:both" on all list item (li) elements. This may be necessary for their theme styling and if you try to disable that, could break the theme admin pages. Again, as David said, hard to say without seeing the actual page.

    Your best bet is to approach your theme developer and discuss this with them. They should be able to go back and enqueue their scripts ONLY on THEIR theme admin pages so it doesn't conflict with other plugins like Gravity Forms.

    http://codex.wordpress.org/Plugin_API/Action_Reference/admin_enqueue_scripts

    see the example titled "Target a Specific Admin Page"

    Posted 12 years ago on Tuesday April 24, 2012 | Permalink