Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author beeky2

    (@beeky2)

    Hi,

    Thanks for using our plugin!
    There’s a CSS rule on your stylesheet that hides input fields with .required class:

    .required {
    display: none;
    color: red;
    float: left;
    font-size: 18px;
    padding: 5px;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 9px;
    }

    Maybe it’s your theme or some other plugin you have installed.
    To fix this simply overwrite with:

    .required {
    display: block !important;
    }

    Thread Starter Bastbra

    (@comicschau)

    Thanks, I’ll give it a try!

    Regards,
    Bastbra

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Login doesn’t work’ is closed to new replies.