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.

"Select file" field displaying path is to small.

  1. After upgrade to latest version the field for filepath uploading files has changed and is now so short it is not possible to read the filename.

    Could you please advise/update so it works as previous version. See pictures

    New to short version
    http://cl.ly/image/0f1I0t0I0Z3r

    Old OK version
    http://f.cl.ly/items/3u141k0W073q1P0v2k2g/2013-04-29%2011.09.43%20am.png

    Posted 10 years ago on Monday April 29, 2013 | Permalink
  2. Richard Vav
    Administrator

    I don't believe any CSS changes were made regarding the file upload fields, none of the upload fields on the sites I have updated to the latest version of the plugin have changed.

    You will probably need to add some css to your themes stylesheet

    .gform_wrapper input[type="file"] {
        width: 100% !important;
    }

    If you require any further assistance could you post a link to the page containing the form in question.

    Regards,
    Richard
    --
    Just another member of the community helping out where I can

    Posted 10 years ago on Monday April 29, 2013 | Permalink
  3. Thanks Richard
    This solved the problem for me. I had the same problem on another site with the same theme, so perhaps it's the theme or a conflict.

    The update seems to affect at least some CSS Stuff
    "This update resolves a CSS issue in the Form Preview interface related to the CSS minification workaround implemented in the prior release. Both Gravity Forms v1.7.1 and v1.7.2 are minor updates that would only impact users running plugins that minify CSS."

    //lars

    Posted 10 years ago on Monday April 29, 2013 | Permalink
  4. David Peralty

    We didn't change any CSS, but changed how they are loaded in so that they work with minify plugins. It is most likely a theme CSS conflict. All my best!

    Posted 10 years ago on Monday April 29, 2013 | Permalink