Patrik
Forum Replies Created
-
AuthorPosts
-
Hi,
It seems your hosting provider is validating captcha for WordPress login and in our UsersWP plugin we validate our recaptcha add-on which works fine but at the same time your hosting provider’s recaptcha is validated via WordPress core function which is the same we used in our UsersWP plugin and it throws error “Dimostra di non essere un robot, risolvi il CAPTCHA.”.
So here, Solution will be either disable the recaptcha from your hosting provider or you can ask them not to apply their captcha on our login form.
Regards,
PatrikHi,
I have activated the UsersWP plugin on your site now. Please review it from your side and let me know if any issues.
Regards,
PatrikHi,
Can you check if you have caching enabled on your site via hosting or any WordPress plugin? Also, I am not able to login to the admin as it only redirects to the home page.
Regards,
PatrikThis reply has been marked as private.Hi,
To fix this, you need to make a change in core files which will be overridden in the next update. Go to line no. 172 of file class-emails.php located in userswp->includes folder and change
return false;
to
return true;
Regards,
PatrikHi,
This error generally displayed when wp_mail() function returns nothing or false. The user will be created successfully but the mail may or may not be sent. Can you check if you get the email successfully or not? We are going to remove this check in the next release of the plugin.
Regards,
PatrikHi,
The form labels are hidden intentionally. If you want to show them then you can use the CSS. Try adding the following CSS code in Appearance -> Customize -> Additional CSS and let us know if it works for you:
.uwp_page .uwp-registration-form label {display:inline-block}
Regards,
PatrikMarch 11, 2019 at 10:21 am in reply to: Unable to edit the appearance of forms (CSS does not work) #3737This reply has been marked as private.Hi,
It doesn’t need to check if the class exists for ‘UWP_MailChimp’ as only our add on will be using that class. We have put the condition to check if ‘MailChimp’ class exists or not because there might be other plugins using the same library which we are using so it may be possible they already defined that class. So you can now remove that condition and it should work fine.
We are working on changing settings interface for UsersWP and it’s add ons so we will release the changes asap after testing.
Regards,
PatrikHi,
There is an error in the console which is from X theme I think. Can you please fix that first as it may be the reason for this issue or try activating the default WP theme and see if the issue is fixed or not. If you have any staging site then let me know admin and FTP details so that I can troubleshoot by deactivating plugins. Also, keep all the plugins up to date.
Let me know if you have any question.
Regards,
PatrikHi,
You can ask their support regarding clearing cache as I don’t have much idea about it. But sometimes caching creates many problems for plugins. UWP creates a new table for storing user details and checks in that for login and I am not sure if that table is created on this site or not. I can do troubleshot by access to files but they don’t provide that.
Regards,
PatrikThis reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Hi,
Try the following CSS and let me know if it fixes the issue in all the themes or not:
.uwp-remember-me input#remember_me {margin-bottom: 2px;}
You can put this CSS code in Appearance->Customize->Additional CSS or in style.css of your currently active theme.
Regards,
Patrik -
AuthorPosts