Rahul Gandhi
Forum Replies Created
-
Forum: Plugins
In reply to: [UsersWP - ReCaptcha] 1.3.1 released with critical errorHi,
Have you checked after updating the plugin to the latest version?
Regards,
PatrikHi,
We will add a checkbox for this in the next update. Thanks for reporting!
Regards,
PatrikHi,
Thanks for reporting this. We have added this in our plugin and it will be available in the next update release soon.
Regards,
PatrikHi,
We will surely adopt a solution to make the tables responsive in the next release of the plugin.
Regards,
PatrikHi Michael,
This can be done using CSS. You can check the example here: https://css-tricks.com/responsive-data-tables/
Let me know if this helps or not.
Regards,
PatrikHi,
Thank you for reporting the issue. We have fixed this and will release an update soon!
Regards,
PatrikHi,
Can you check if you are logged in while visiting the reset page? You should not be logged in while visiting the reset page else it will take you to edit the account page. I would suggest open it in incognito mode and let us know if you still face any issues.
Regards,
PatrikHi,
You have removed the username field from the registration form but it is required for the registration form. So please add the username field and check if it resolves your issue or not.
Regards,
PatrikHi,
We have separated elements like search form, views, and filters as individual shortcodes. So you may need to use them accordingly if you have done customization on your site or use CSS to display them as you need. On your site, the view and filter dropdowns are displaying at correct places but their values displayed on click are showing behind the popup.
Regarding default layout, you can override users.php file to your theme/userswp/users.php and change the ‘uwp_users_list_ul_extra_class’ filter value to blank or as per your needs and it will resolve your issue.
Please create a ticket on our support forum and we will help you with some troubleshooting.
Regards,
PatrikHi,
From which page you can change the password of other users?
Can you please explain in details with steps so that we can resolve this asap?
Regards,
PatrikHi,
Can you please explain in more details about the issue and how to recreate it? There can be any conflict with the theme or other plugin but if you can explain in details then we can fix the issue.
Regards,
PatrikHi,
We found the issue and fixed it. We will update it soon! Thanks for informing.
Regards,
PatrikHi,
We have also considered changes you have just mentioned in your last comment.
Thanks
Hi,
Thank you very much for all your suggestions. Those are helpful and we will add them in our next release of the plugin.
Regards,
PatrikHi,
You can easily do that using the following WP filters:
add_filter( 'wp_mail_from', 'uwp_sender_email' ); add_filter( 'wp_mail_from_name', 'uwp_sender_name' ); function uwp_sender_email( $original_email_address ) { return '[email protected]'; } // Function to change sender name function uwp_sender_name( $original_email_from ) { return 'From Name'; }Regards,
Patrik