Issues with Modern theme login/registration

Home Forums Legacy Support Support queries Other issues Issues with Modern theme login/registration

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #35276
    koreancandy
    Spectator
    I'm wondering if it's possible to add the default registration page to the modern theme. I want users to be redirected to this page when clicking on the "create an account" button: http://teachmekorean.co.uk/register/ I've tried using the different "login" headers in the "customize" page, but they don't change the login style at all. Also, on mobile devices, the "create an account" doesn't fit in the box. Please take a look at the screenshot attached. Thank you
    #35473
    Anshuman Sahu
    Keymaster
    1. Please disable the ajax registration in modern theme form wp-admin ->wplms -> miscellaneous -> Disable Ajax Registration refer : http://prntscr.com/adgy6m 2.Please try adding the given css from wp-admin -> appearance -> customize -> custom css : @media (max-width: 768px){ #login-modal {     display: none;     width: 90vw;     z-index: 10000;     position: fixed;     top: 10vh;   } }
    #35548
    koreancandy
    Spectator
    Thank you! However that CSS code made the login on mobile devices align to the right.
    #35743
    H.K. Latiyan
    Participant
    Please remove the previous css code and use this new css code.
    @media (max-width: 450px){
    #login-modal {
        display: none;
        width: 90vw;
        z-index: 10000;
        position: fixed;
        top: 10vh;
        left:5vw;
    }
    }
    #35805
    koreancandy
    Spectator
    Thank you so much!
    #35881
    H.K. Latiyan
    Participant
    Thanks for confirming. So marking the topic as resolved and closing the topic.
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Issues with Modern theme login/registration’ is closed to new replies.