Skip to content

Incompatible with LoginPress #313

@tris

Description

@tris

At least when LoginPress is in use, it appears that enabling wptelegram-login causes the entire login form to disappear on /wp-login.php and /wp-admin/ (username, password and submit button).

I was able to fix it by adding this CSS (under Appearance > Themes > my theme > LoginPress > Custom CSS/JS:

#loginform {
    visibility: visible !important;
}
.submit {
    display: block !important;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions