cunnnn
Forum Replies Created
-
Hello,
Sorry for late response. I replaced the file as you guided and yes it did work like a charm!
Thank you a lot and I’m looking forward to new update for permanent fix from you guys!Bests.
Hi,
I still got this problem. Newest version downloaded from my account but I don’t see any option for “OTP verification for existing users”?
When I tested, if a phone number registered user tries to checkout, nothing happens, if I try to press checkout button several times, the checkout might work without any notification to the user.
Please help.
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; }Same problem here! Please tell me if you find any solution 🙂