• I installed the plugin but after that my signup page doesn’t work. I completed the whole setup & when I tried testing the phone no. login the sign up page isn’t showing show the form.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Same problem here! Please tell me if you find any solution ??

    Okey, I read some older support topics and solve it, but I write it here for someone might need.

    You should inspect the register form, in my case I use La Zyra theme so my register form element has “la_tab–register” ID.

    I just added this code into custom CSS:

    #la_tab--register {
        display: block!important;
    }

    And the form returned!
    For other themes, you just need to find the right element, unfortunately that I cannot attach image here otherwise you could have better view.
    Goodluck guys.

    Edit 1: well, this fixed the register page, but on login page, there is another register form below login form…annoying dupplicate…
    Edit 2: Finnaly, choose the register form element (not the parent div) and change the code I mentioned above and it works now.

    form.register {
        display: block!important;
    }
    • This reply was modified 4 years, 4 months ago by cunnnn.
    • This reply was modified 4 years, 4 months ago by cunnnn.
    Plugin Author xootix

    (@xootix)

    Hello @cunnnn

    Thanks for sharing your solution.
    @sakshivohra7812 if you’re still looking for an answer, kindly activate the plugin on your site & I will check

    @xootix Me too facing the same problem.
    my website is bakemycafe.com
    please refer this website
    https://bakeancafe.com/my-account/

    whenever I tried the method above the otp is not sending

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘I installed the plugin but after that my signup page doesn’t work’ is closed to new replies.