Rahul Gandhi
Forum Replies Created
-
You will find a setting in the backend UsersWP->Addons->ReCaptcha->Enable ReCaptcha in for displaying the reCaptcha on which forms.
Regards,
PatrikCan you try reCaptcha V3 to check if the same error occurs? There is no specific reason for this but if the same error is there in V3 as well then we can try to implement other solutions for the same.
Regards,
PatrikHi,
Are you using the invisible reCaptcha? Also, can you make sure “Verify the origin of reCAPTCHA solutions” is checked on your google account while creating API keys?
Regards,
PatrikHi,
Can you please check your permalink structure from Settings->Permalinks->Common Settings? It should be “Post name”. Also, make sure the page is not in the draft.
Regards,
PatrikHi,
There are multiple ways to do that.
You can either hide using the CSS or change the shortcode from [uwp_profile] to [uwp_profile_header hide_cover=1][uwp_profile_tabs] in the profile page or override the template profile.php in your currently active theme by copying template file from userswp/templates/bootstrap folder to userswp/bootstrap/ folder. You can modify the shortcode from [uwp_profile_header] to [uwp_profile_header hide_cover=1]
Regards,
PatrikHi,
We have no any functionality to display the users based on the GD listing count but you can check the function GeoDir_Post_Limit::count_user_cpt_posts() to get the user’s listing count for one CPT and then you can make a sum of all CPTs you have created on your site and display the result based on that.
Regards,
PatrikHi,
We don’t check for the entries if it as spam and that is done by the reCaptcha and if the form submission is done with the valid reCaptcha then we do process the form and register the user. You can add a honeypot validation in the form to minimize the spam entries but to fully reduce it you may use the manual approval of the user from the backend using our moderation addon or use email activation so if the user has valid email then only they can log in and you can remove the users from the backend who are not active. We have provided a filter to list all the users pending email activation and you can delete them at some interval.
Regards,
PatrikHi,
Are you getting the spam from registration forms only or you have any other forms on your site like comments and reviews where registration is enabled and no reCaptcha used? I would suggest you apply reCaptcha on all the forms on your site. Also, you can enable the email activation or user moderation on your site using which you can filter out the users who are not activated and you can delete them from backend easily.
Regards,
PatrikForum: Plugins
In reply to: [UsersWP - ReCaptcha] Recaptcha in ChinaHi,
We have applied the changes in our new release. Please review it and let us know if you find any issues.
Regards,
PatrikForum: Plugins
In reply to: [UsersWP - ReCaptcha] Recaptcha in ChinaHi,
Thanks for your suggestion. We will surely add a solution for this before the next release.
Regards,
PatrikHi,
You will need to use a membership plugin for restricting content or do some customization in our plugin to allow only accessible to registered users. We are working on our membership addon but it will take time for release.
We provide setting to redirect users to a specific page after register/log in.
You can add/manage fields for a registration form from our form builder.
Regards,
PatrikHi,
Thanks for your suggestion as we have already added a solution for this which will be there in the next plugin update. We have provided setting to exclude admin pages where you don’t want to load our library files.
Regards,
PatrikHi,
You can read our documentation on https://userswp.io/docs for more information about the plugin setup and configurations. You will need to apply some CSS to make the form displayed as per your requirements.
Regards,
PatrikHi,
Yes, you can open register form using the class “uwp-register-link” or adding register link from UsersWP endpoints in menu. You can add/remove form fields for registration form via UsersWP->Form Builder but not using elementary.
You can add the class to the custom field from the form builder if needed.
For social login, you can use our addon https://ww.wp.xz.cn/plugins/userswp-social-login/
You can hide the admin bar using the plugin you can search on wp.org or use the following code in the functions.php file of the currently active theme:
show_admin_bar(false);Regards,
PatrikHi,
There is a setting in UsersWP->General->Login->Login Lightbox which should be enabled and also make sure while creating a menu you should add a login menu item from the UsersWP Endpoints instead of from pages.
If you want to show a login link somewhere else then you can use the class “uwp-login-link” which will open login form in the lightbox.
Regards,
Patrik