Patrik
Forum Replies Created
-
AuthorPosts
-
Hi Peter,
I have checked your site and it is heavily cached and due to that our UWP forms are not working properly. If you try adding a parameter to the URL which will ignore cache then you can check the registration is working properly. I have registered successfully and activated from the users in backend.
You have to add register and login pages in the exclude list from cache so that will not be cached.
Let me know if this resolves your issue.
Regards,
PatrikHi,
I have fixed error on your site. The warning was due to the global variable was not defined. So I have added a code
global $uwp_login_widget_args;
on 2nd line of dashboard.php file and it should fix the warnings.
Regards,
PatrikHi,
I am still looking into the redirection issue.
Regards,
PatrikHi,
I have made changes to fix the issue regarding UWP login page redirect on click of jetpack login with wordpress.com button. Also, I have fixed issue regarding redirect back to admin panel if Redirect wp-login.php to UWP login page is enabled. I am looking into redirect issue.
Regards,
PatrikHi,
Kindly provide FTP details in private reply to access the code for more troubleshooting.
Regards,
PatrikThis reply has been marked as private.Hi,
It requires Google+ API.
See https://userswp.io/support/topic/login-issue/page/2/#post-4126 for the steps.
We are working on docs currently and will be ready in a few days.
Regards,
PatrikHi,
Can you try following CSS and let me know if it helps or not?
body:not(.uwp_page) .grecaptcha-badge { display: none !important; }
Regards,
PatrikThis reply has been marked as private.Hi,
There is no settings or roles which redirects to the admin area. We will look into adding a feature to redirect back to wp-admin if user redirected to login page while accessing the wp-admin but this is not the case in the current version so you have to manually go via URL or admin bar.
Regards,
PatrikHi,
Maybe you can use a hierarchy for applying the CSS to the badge. We add “uwp_page” class in body tag for all UsersWP pages.
Regards,
PatrikHi,
On the login form, you will find a badge on the bottom right corner of the screen which means the invisible captcha is enabled.
Regards,
PatrikHi,
If this is the case then it should be a bug in UsersWP and we need to fix that. If you can explain the steps to regenerate and provide your site credentials in private reply to look into this issue then we can do some troubleshooting for you.
Regards,
PatrikHi,
Yes, that is the correct procedure. Our login page with the login form does not replace the WP default login form but we are redirecting users who want to access the admin to our login form which will display our own login form with all other options. You can also disable the redirect to show the WP default login form.
Regards,
PatrikHi,
It should not be the case with UsersWP plugin but if it conflicts then let us know here and we will fix it asap. We have mostly tried to avoid conflicts with other plugins and themes.
Regards,
Patrik -
AuthorPosts