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 form CSS issue

  1. I cant seem to figure out why none of the css is working on the my site here:
    http://www.bigbearbrewingco.com/about-us/gift-certificates/

    Use css is checked off, but it doesn't seem like any of it is working properly.

    Posted 11 years ago on Monday November 19, 2012 | Permalink
  2. The radio button says "Output CSS" - do you have that set to Yes or No?

    If you have it set to Yes, the forms.css should be loaded. I don't see it in the source of your page. If you embedded the form in the page using the shortcode, you'll have to check for theme or plugin conflicts by following these instructions http://rkt.gs/testing

    A common problem with custom theme's is not including the wp_head() call in the header.php. That is required for the Gravity Forms CSS to be loaded.

    If you embedded the form in the page template using the function call, you will need to enqueue the CSS and scripts yourself.

    How did you insert the form into the page?

    Does your header.php have a call to wp_head()?

    And is the radio button for Output CSS "Yes" selected?

    Posted 11 years ago on Monday November 19, 2012 | Permalink
  3. Thanks for the quick reply Chris. It was missing the wp_head() call.

    I appreciate the info.

    Posted 11 years ago on Monday November 19, 2012 | Permalink
  4. Very good. Thanks for the update.

    Posted 11 years ago on Monday November 19, 2012 | Permalink

This topic has been resolved and has been closed to new replies.