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.

CSS Ready Classes

  1. I have read a bunch of the posts about this and have tried a bunch of suggestions like typing in the gf_right_half and gf_left have. The preview shows exactly what I want it to look like, but not showing up on front end. I am horrible at css so hoping one of the kind modirators will help out here. Link - http://50.22.71.94/~eptac/?cat=47 is the current dev site.

    Posted 12 years ago on Tuesday December 20, 2011 | Permalink
  2. Nate, it looks like the Gravity Forms CSS is not being output on your page. Do you have this set to be output in the plugin's settings? If so, are you embedding your form? You may need to enqueue your styles and scripts:

    http://www.gravityhelp.com/documentation/page/Gravity_form_enqueue_scripts

    If that still doesn't do the trick, then you have some sort of theme conflict.

    http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict

    Posted 12 years ago on Tuesday December 20, 2011 | Permalink
  3. Rob, yes it is being embeded -

    [php]
    <?php  if(is_category('47')) {echo ("<p>Have a technical question for EPTAC? Ask Leo by filling out the form below. Leo will review and answer selected questions below.</p>")
    					;gravity_form(3, false, false, false, '', false);
    					} else {
    					}
    					?>

    Is something suppoe to be true?

    Posted 12 years ago on Tuesday December 20, 2011 | Permalink
  4. Sounds like you need to enqueue your scripts and styles, did you see the explanation at the bottom of this page:

    http://www.gravityhelp.com/documentation/page/Embedding_A_Form

    Posted 12 years ago on Tuesday December 20, 2011 | Permalink
  5. Thank you sir, it helps when you read all the way to the bottom of the page and not let your ADD get in the way of moving on.... ;)

    Posted 12 years ago on Tuesday December 20, 2011 | Permalink
  6. Ha! No worries at all, glad to help.

    Posted 12 years ago on Tuesday December 20, 2011 | Permalink

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