Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter bushmansteve

    (@bushmansteve)

    I’ve setup a page on our live site where you can see the issue http://www.stormagic.com/partner-portal-login/

    Plugin Author smartcat

    (@smartcat)

    Hi there,

    It seems that the theme you are using is adding a global border-box CSS rule to everything, which is the cause of the issue.

    To fix that, you can add this CSS:

    input.form-control[type="text"], input.form-control[type="email"], input.form-   control[type="url"], input.form-control[type="password"], input.form-control[type="search"], textarea.form-control{
    box-sizing: initial !important;
    }

    I will add that rule to the next update of the plugin, however feel free to add the CSS in your style.css file for an immediate fix.

    Demo in firefox:

    View post on imgur.com

    Thread Starter bushmansteve

    (@bushmansteve)

    Thanks for the quick response. Seems to have solved the issue with Firefox but not with IE.

    fields stay blank and cursor just flickers when you;re typing.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Forms not working on IE and Firefox’ is closed to new replies.