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.

Missing Field Descriptions

  1. Not sure when this started, but all my forms are missing their field descriptions. The field descriptions show up on Preview, but not on published form. Deactivated all other plugins and checked theme to rule those out.

    Posted 11 years ago on Saturday June 8, 2013 | Permalink
  2. Richard Vav
    Administrator

    Can you post a link to a page containing one of the forms in question so we can take a look.

    Regards,
    Richard

    Posted 11 years ago on Sunday June 9, 2013 | Permalink
  3. See the newsletter signup form on http://womenofwip.org/ and my Notes.

    Posted 11 years ago on Sunday June 9, 2013 | Permalink
  4. I'm using WP 3.5.1 and GF 1.7.5 with my own Genesis child theme.

    Posted 11 years ago on Sunday June 9, 2013 | Permalink
  5. Richard Vav
    Administrator

    OK found it, starting on line 3120 of tiger-style.css you have the following which is preventing your field descriptions from being displayed.

    .gform_wrapper .gfield_description {
    display: none;
    }

    You have three options, comment it out, delete it, or leave and add another rule setting the display to inherit.

    Regards,
    Richard

    Posted 11 years ago on Sunday June 9, 2013 | Permalink
  6. Thank you so much, Richard. It's people like you that make me so proud of the open-source community.

    Note to self --don't forget to check my css!

    Posted 11 years ago on Sunday June 9, 2013 | Permalink
  7. Richard Vav
    Administrator

    Thanks and you're welcome.

    Posted 11 years ago on Monday June 10, 2013 | Permalink

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