• Resolved devsaredead

    (@devsaredead)


    Hello, is anyone experiencing a login box gone berserk like this? I believe no plugin can do such a conflict. Loggin is fine, but wtf !

Viewing 6 replies - 1 through 6 (of 6 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    It would be helpful if you posted a link to the site so we can examine that page for errors.

    Thread Starter devsaredead

    (@devsaredead)

    sure, here’s the page, and probably the culprit is a AIO login plugin… still investigating

    bvbaked

    (@bvbaked)

    It looks like the language switcher is your problem. You can delete those elements and then the login page looks as expected

    Namely, this CSS is problematic. The auto margin is pushing the login form left

    .language-switcher {
    margin: 0 auto;
    }
    Moderator threadi

    (@threadi)

    The issue is caused by the styles included with the “All in One Login” plugin. These styles turn the page into a flexbox, causing the two sections to appear side by side.

    The plugin was updated just yesterday, and it looks like you’ve installed that update as well. This might be related to it.

    Deactivate the plugin and contact their support forum if you have any questions: https://ww.wp.xz.cn/support/plugin/change-wp-admin-login/

    Mehdi

    (@mehditunis1972)

    Definitely it is the AIO plugin and the style it uses if you check on devtools

    body.login.aio-login__template-03 {

    1. background: #f0f0f1;
    2. display: flex;
    3. align-items: center;
    4. justify-content: center;
    5. min-height: 100vh;

    }

    • This reply was modified 1 month ago by Mehdi.
    Thread Starter devsaredead

    (@devsaredead)

    Thank you for the tips. I have informed the plugin author who has released a fix. I also had to rewrite the htaccess which was somehow corrupted, and now it’s resolved. 🙂

Viewing 6 replies - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.