Patrik
Forum Replies Created
-
AuthorPosts
-
Hi,
That we have done and will be available in the next update of the plugin.
Regards,
PatrikHi,
You will need to click on the link in the message to disable the notice as it will be not done automatically.
Regards,
PatrikYou can customize the login form by overriding the template. We have used the bootstrap model in general. You can always customize the things easily but we target the general audience while developing a plugin. We have made the plugin flexible so one can customise it as required.
Regards,
PatrikHi,
It will definitely not work as we use our own model classes to identify the form in the model and submit it using AJAX. When you show form in the elementor model then it doesn’t have that class and the form will submit as a normal form and not using AJAX. You have to write custom code for AJAX submission.
Regards,
PatrikHi,
Can you put the following code in functions.php file of your currently active theme or in Code Snippets plugin and let us know if it helps or not?
add_filter('allow_password_reset', 'allow_password_reset_cb', 99); function allow_password_reset_cb(){ return true; }
Regards,
PatrikHi,
You can disable that notice from UsersWP->General->Change Password->Disable system generated password notice. Let me know if it helps you or not.
Regards,
PatrikHi,
Can you provide the admin details in private reply to check it on your site?
Regards,
PatrikHi,
The issue is due to conflicts in Bootstrap from the theme and our plugin. I have changed the setting from Settings->AyeCode UI->Load JS to Popper which will not load the core Bootstrap JS and the issue is fixed now. Please review it from your side and let us know if it affects anything else on site or not as well.
Regards,
PatrikHi,
Try to add the following code in Appearance->Customise->Additional CSS and let us know if it works for you or not.
.geodir-author-actions span.gd_user_action.delete_link { display: none !important; }
Regards,
PatrikHi,
Here are the replies to your questions:
1. UWP uses the shortcode to display author actions from GD for listings in the user profiles. We will try to make it dynamic but for now, you can hide it using CSS.2. That URL should be added to the facebook app in OAuth redirect URIs field and it is not a valid URL on the frontend side. It’s just a callback URL that will be used by add on when the user redirected back from the facebook site.
Regards,
PatrikJanuary 7, 2020 at 6:38 am in reply to: Link details are not showing up in the forgot password email. #6506Hi,
I have overridden the filter by adding the following code in the theme Twenty Seventeen’s functions.php file:
add_filter('allow_password_reset', 'allow_password_reset_cb', 99); function allow_password_reset_cb(){ return true; }
Please check from your side and let me know if the issue is fixed or not.
Regards,
PatrikJanuary 6, 2020 at 12:56 pm in reply to: Activation, captcha, login, password are not working right #6500Hi,
The issue seems to be caused by All in one WP security plugin as when I have deactivated it, I am able to verify my email successfully and login successfully. You can either deactivate that plugin or check its settings.
Regarding reCaptcha, you are using the captcha of All in one WP Security and not our UsersWP – Recaptcha add-on so we can’t provide support for that.
Regards,
PatrikJanuary 6, 2020 at 6:24 am in reply to: Activation, captcha, login, password are not working right #6496Hi,
It looks like one of the plugins modifying the functionality of the checking key so I would suggest you provide the FTP details in private reply to troubleshoot further and let you know the exact issue with your website or you can try to deactivate other plugins and check if the issue is from UsersWP or not.
Regards,
PatrikHi,
Can you go through this document https://userswp.io/docs/getting-started/network-activation/ and let me know which setup you have done on your multisite?
Regards,
PatrikHi,
You can do that from UsersWP->Form Builder->Profile Tabs and then rearrange the tabs order by drag and drop.
Regards,
Patrik -
AuthorPosts