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.
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.
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?
Thanks for the quick reply Chris. It was missing the wp_head() call.
I appreciate the info.
Very good. Thanks for the update.