2194 comments found.
I just bought the Plugin and I am entering my Purchase Code and get an Error Message: Oh Snap Something Went Wrong. And the Red message about product activation is still there.
Hi there,
Can you please create a support ticket on https://help.unitedover.com with your site details so we can check this for you!
dear i have SSL on my website and work fine but login page created by your plugin its not secured please tell me what to do
thank you
I am not sure what do you mean, as being on http or https totally depends on your website setup, we do not handle this. If you want more information on this then you can create a support ticket on https://help.unitedover.com
Hello, I thnk it’s better if password and OTP field were the same field like the email or mobile number. The register form must guess if user is using an email/username or mobile phone and show the appropriate field. ¿Could you add this feature?
This is not going to work as there are customers who use mobile phone number with password.
Please have a look at my post just incase it was mistakenly forgotten:
Hello. I’m checking back regarding the bbpress integration we talked about several months back, has this been done?
What about the option to have two step registration?
I would like to know if there’s a way to obtain and verify: – email address – phone number; and – whatsapp number altogether or in series of steps?
Regarding the whatsapp, not only obtaining, verifying but also associating users numbers to admin’s whatsapp so that in future (just like with email addresses), admin can send whatsapp messages to all registrants.
Thank you as I await your response to my questions. JD
PS – Your reply to “vishalsanghi” 3 months ago – OTP’s on WhatsApp are free – how does that work, how does one setup whatsapp as a sign up/login option?
bbpress us already compatible, if you are facing any issues thd please create a support ticket on https://help.unitedover.com
Two step registration is already on our requested feature list.
As of now we don’t provide option to verify email.
Digits is a login-signup system, for sending notifications please checkout https://wpnotif.unitedover.com
Free WhatsApp OTP was available with account kit gateway, if you already have account kit api details then you can use ut fir some months.
Hi, I am trying to replace the login/register popup of my current theme to Digits Modal Login/Register but I am having a hard time trying to figure out how to replace it. Please help me in this regard, otherwise the plugin is useless to me. Thanks
It totally depends on how you wanna do it or how your theme lets you do it. So you’ll have to fet in touch with your theme support as its something which they handle. Still if its handled from the menu then you can simply use our own predefined menu item or else you can override their button using hard code. Documents are available here https://help.unitedover.com
?login=true is stop working with last update
It is working fine. There must be some issue with your site particularly. Please create a support ticket on https://help.unitedover.com with your site Details.
Hello. I’m checking back regarding the bbpress integration we talked about several months back, has this been done?
What about the option to have two step registration?
I would like to know if there’s a way to obtain and verify: - email address - phone number; and - whatsapp number altogether or in series of steps?
Regarding the whatsapp, not only obtaining, verifying but also associating users numbers to admin’s whatsapp so that in future (just like with email addresses), admin can send whatsapp messages to all registrants.
Thank you as I await your response to my questions. JD
Your reply to “vishalsanghi” 3 months ago - OTP’s on WhatsApp are free – how does that work, how does one setup whatsapp as a sign up/login option?
bbpress us already compatible, if you are facing any issues thd please create a support ticket on https://help.unitedover.com
Two step registration is already on our requested feature list.
As of now we don’t provide option to verify email.
Digits is a login-signup system, for sending notifications please checkout https://wpnotif.unitedover.com
Free WhatsApp OTP was available with account kit gateway, if you already have account kit api details then you can use ut fir some months.
Hey guys, any plan to improve the code readability and extendibility? There are no PHPDocs standards comments anywhere, barely any hooks where it would be useful (like adding custom login fields) and the code just seems to be filled with lots and lots and lots of hardcoded magic numbers.
I love the layout and the concept but I’m a bit disappointed to find the code so rigid and not taking advantage of any of the features you can put in place, like filters, to make developers’ lives easier to integrate your system.
I can truly understand how frustrating this can be but from the day one we’ve tried our best to be compatible with other big third party login/signup forms and just because of that the code got so rigid.
We’ve always used WooCommerce’s own hooks for their form and for others we use WP’s own hooks. But if you want something special then please let me know as we are here to help you out.
Thanks guys – I do appreciate the development process and understand where you’re coming from.
I’m working around some of the issues but I’m limited by hooks and have had to do some “hacky” things like dynamically load in CSS in a separate plugin to avoid keeping all of my CSS in the inline back-end form (which is convenient, but just generally bad practice).
Some of the other issues I have is random use of logic, for example you’ll have code with conditions like “if xyz 2" -> what is the "2" meant to represent? This same logic will have a condition for 0 (so standard being “false”), nothing for 1 (standard being “true”) and nothing documenting what exactly a “2” means.
Another inconsistency is that sometimes you’ll have a button with an ID (great! easy to target!) but on another button you’ll have a generic class (now not so great to target, and also inconsistent with the ID button above).
You can see this in the difference between “log in with OTP” (ID = dig_login_va_otp) and the sign up button ( Sign Up ) which has no ID.
On top of that, there appear to be some big issues with the english used to name variables and just general inconsistency in naming. For example sometimes you’ll call it “digits”, other times it’s “dig”. You can see this inconsistency in your actions and filters which require manually checking each time to see which one is the correct one.
Then there is the example like options with weird spelling: “digits_forgotred”. I assume that means “forgotten”?
Anyway, I don’t say this to pick apart your code, but instead to help to improve it. Some of the following fixes would be my suggestion for a revise that would help not only make your plugin easier to maintain, but also encourage developers like myself to use it in new and useful ways.
1.) Include comments and clean up general code format 2.) Separate your code into classes along OOP principles. At the moment almost everything is in wcs.php with no logical separation between presentation, UI and logic. 3.) Standardise your naming conventions 4.) Use hooks and actions to inject your forms (Even if they’re custom) instead of hard-coding everything 5.) Remove hardcoded design (like applying your text styling to an entire object using * selectors) and instead go for proper CSS selectors.
Everything else is great so far – I’m loving the design and UI – I just would really like to see this plugin developed to its full potential considering the myriad of different login options out there that can be integrated.
In my case, I’m having to build an entire secondary plugin in order to hook in so that I can integrate social network login – and that would be incredibly easy if it wasn’t for having to constantly fight the hardcoded issues above.
Thanks again for the attention and hope this is useful for future development.
Hi there, I am really sorry for the delayed reply. We don’t generally take these long requests on comments so it took us a little longer than usual to reply back to you.
- Regarding CSS, you can add it using WP hooks, there is no need to Digits hooks.
- If a function provides multiple values, then in that case this is used.
- Class is used for multiple elements where as id can only be used on a single element, so it totally depends on where and how it is being used.
- Its not inconsistent, for digits pages we use dig and for external overwrites we use digits.
And as I much as I can understand you yourself are a developer and if you check changelog for Digits (https://digits.unitedover.com/changelog), you’ll be clearly able to see that how constantly we are adding new features to the plugin on user suggestions and requests and with time when things grow big it can definitely get a little complicated. Digits was never built with all of these features in thought in the first place. We just built a simple OTP login/signup plugin but now it has grown to something big, which we never considered or imagined initially.
But one thing I can assure you is that we will definitely take this suggestion seriously and work on it, in fact try to rebuild this plugin from scratch sometime in future.
Hello Sir, I don’t want to refresh page after login/register. I need user stay on same page without refresh and without any redirection. How to do this? I did not find any option in this plugin. Please help. Thanks
User already get backs to the same page after login/register. But if you exactly mean page refresh then right now we don’t support ajax and i think it doesn’t matter aswell
Actually it’s matters for me. I’m using login at the end of a multi-step form. So, during the page refresh form becomes empty and then the customer needs to refill all the info. It’s not good.
Then this is some kind of custom integration, so even if our forms do everything using ajax there is no way we can be 100% sure that it will work for you or not!
I’m a developer and rest i will manage. You just need to tell me how I can stop page refresh when I do login/register through your plugin (Digits). I don’t want to hack plugin otherwise my future updates will stop. That’s why please can you favor me and add this small feature. Many other plugins doing this nicely please check here https://wordpress.org/plugins/ajax-login-and-registration-modal-popup/
I’ll add this to requested feature list.
The support is almost non-existent. I have Facebook Campaign running after two three days of getting zero registration I realize that the Submit form is not working because of an error due to Digits plugin. I have lost to 6k in Indian Rupees because of this plugin. They have ready templates for the first three or four support replies which happens once in 24 hours. Be careful, look for an alternative.
Can I have your ticket number so I can check that in. Because its really weird, I dont think its that slow and we dont reply with canned responses.
697025
I have sent my login credentials. Please fix the bug.
There is no bug, checked your ticket and tried creating an account on your website. It worked all good.
Hi there,
I followed the instructions of the knowledge base to setup Digits with Ultimate Member. I’m having an issue with mobile number not being saved to the users settings page when I check in the admin. Neither in Ultimate Member’s field nor in Digits’ field, which makes it impossible for the new user to login.
Any idea how to fix this? Thanks.
This is really weird. Can you please create a support ticket at https://help.unitedover.com with your site details.
I’ve fixed it, it’s working now. Thanks.
Sounds good 
Hi there,
I just purchased this plugin. It’s awesome. May I ask, can I set up the password area with a checkbox that could display the password or not? And could I make the password area shows the keyboard is cap lock?
Hey. Looks like we don’t have this at the moment, but this would really make out a good feature. I’ll note these down in our requested feature list 
1) Wondering is it possible to present register/login dialog having: - required “username” field (input is validated using some PHP function using custom plugin) - mobile phone OR email with validation OR social networks account (e.g. using Nextend Social Login and Register plugin).
2) If click “Remember me”, does it mean it won’t ask for the phone number again for the next X days?
3) Login/register dialog looks pretty confusing to me:
Why are there two login buttons: “Log In” and “Login With OTP”? Users definitely don’t understand what OTP is.
Why having the same field for Email and Mobile number? If I am entering mobile number then I shouldn’t be asked for password – that’s very confusing.
This UI looks better: https://xenforo.com/community/register/
1. YES, it is.
2. Yes, that means user will be kept logged in for X number of days.
3. You can disable password functionality and just have an option to login and register with OTP, or name those buttons the way you like. Its all yours.
4. Same field is when you just wanna ask your users for any one of those, but if you want to ask both of them then you can make them both required from digits settings and they’ll be separated or you can turn off any of those if you like it that way.
Is it possible to have single “Log In” button, so it proceeds with OTP if user enters mobile number?
Yes. You can disable password functionality altogether.
Don’t want to disable email/password functionality, but to have single “Log In” button instead of two buttons “Log In” and “Login With OTP”?
If you don’t want to disable password functionality then what will that single button do !! how is it going to work !
If user is typing mobile number it would hide password field right away. If entering email it would show password field and make it required.
When user submits the form you can check whether user entered mobile number and then proceed with OTP. Otherwise proceed with email registration.
That’s not actually possible. As we also have functionality to signup with mobile phone and password, a lot of people already use that.
So if I enter both mobile phone and password during the registration, what happens next?
Your account will get registered using password but mobile phone verification will still happen and after that you can login with mobile phone and password.
Their reply once i asked them to deregister it : Its linked with https://v****b*o****s.com/
Please send us full domain for verification so we can change.
How i am supposed to know the url.
Please create a support ticket regarding this.
Ticket no : 696989
Looks like your ticket was already replied a long ago.
Looks like your ticket was already replied a long ago.
Very disappointed with after sales support, i am not able to locate who is using my license. This is not good.
Can you please let me know the ticket number ?
Ticket no : 696989
Looks like your ticket was already replied a long ago.
how to cancel the license and update with other domain?
sorry to bother, actually I had deactivated the plugin from where I wanted to deregister. Deregister is only available when the plugin is active. It was easy. Thanks!
Hi there,
Please create a support ticket on https://help.unitedover.com
Hi UnitedOver,
Good day,
Facebook Account Kit announced that they will stop integrating with new apps, on December 9, 2019, the daily SMS limit will be reduced to a maximum of 1,000 messages per app ID per day and fully deprecate Account Kit on March 9, 2020.
That’s why we are planning to migrate on new SMS Login Services. We are using now Passwordless Login with OTP / SMS & Email – Facebook Account Kit By Sayan Datta and the SMS Service we are using is Facebook Account Kit.
Can you tell me if there’s any adjustment that needs for us to reconfigure in our side or system. FYI, we are using this Kit by Sayan Datta for verification, account that links to our System to see their Account Information.
And also, correct me if Im wrong, we don’t need to pay Monthly SMS Services right? But if we use the free features of yours they will had only a digits.unitedover.com. Can we add some details like the name of our apps? For the subscribers guide only.
Please help us,
Best regards,
Rob
Hi there,
We also have Firebase (Free) so you can use that. Also messages in free gateway are not editable. And you don’t have to pay anything for free gateway(s)
Hi UnitedOver,
Good day,
How about the migration issue? Can you confirm? I’m using Passwordless Login with OTP / SMS & Email – Facebook Account Kit By Sayan Datta.
Here’s the link…
https://wordpress.org/plugins/fb-account-kit-login/Thank’s
I am sorry, I thought you are using our plugin with Account Kit. So, id your users are from the same country then you can use Old Account Migrator addon in the plugin, or if your users are from multiple countries then you’ll need to migrate the database manually. We are also working on adding support for multiple countries in old account migrator which would be available in future.
Hi, I tried to test the Twilio gateway setting with a local number (country code: +886), but it displayed a message “please enter a valid mobile number”. I followed the Twilio Setup Instructions from your website. Could you help me with this issue. Thank you!
The message screenshot https://imgur.com/mEr3zLkLooks like its an incorrect phone number, you’ll have to create a support ticket on https://help.unitedover.com with your site details so that we can check.
Hi ,
is it possible to integrate your plugin with our Android and IOS app in India ?
Yes it can be done if you have development knowledge
Hello Does it have a Solar Hijri calendar?
I am not sure what do you mean. This is not a calendar plugin.
In the Custom Fields section, the Date field
No, I am sorry. We only have the international/general (i think its Gregorian :P) calender.
Can you do that in future updates?
For feature requests please drop us an email at support@unitedover.com