Patrik
Forum Replies Created
-
AuthorPosts
-
Hi Alejandro,
We have applied fixes which will be available in next release of the plugin soon. Let me know the FTP details in private reply and we will apply the patch on your site.
Regards,
PatrikHi Romeo,
You can add the link of change password page about account form. You can try following code in functions.php file of current active theme and let me know if it resolves your issue or not:
add_filter('uwp_account_available_tabs', 'uwp_account_available_tabs_fp'); function uwp_account_available_tabs_fp($tabs) { $tabs['change'] = array( 'title' => __( 'Change Password', 'userswp' ), 'icon' => 'fa fa-key', 'link' => uwp_get_change_page_url() ); return $tabs; }
Regards,
PatrikHi Colin,
Thanks for your suggestion but it is not possible currently and we are planning to add that feature in next release of the add-on.
Regards,
PatrikHi,
Here is the fix for this issue: https://github.com/UsersWP/userswp/pull/222/commits/c6961b2a23cf9ec0f5df038d9f4ba9bd721b7237
Kindly make a change in the file plugins/userswp/admin/settings/class-settings.php on line no. 565 change the function uwp_available_tab_items_options() to uwp_available_tab_items()
Let me know the FTP in private reply if not fixed from your side.
Regards,
PatrikHi Romeo,
We have applied the patch to fix this and it will be available in next release. Please review it and let me know if it works fine or not.
Regards,
PatrikHi Romeo,
For changing the password we have shortcode
[uwp_change]
which displays the change password form with old password field if it is enabled from settings. There is already a page called “Change Password” created on activation of the plugin which you can add into the menu or somewhere so that users can access it to change their password. You can add ‘/change/’ into URL to go to this page as well.
Let me know if you have any questions.
Regards,
PatrikThis reply has been marked as private.Hi Marc,
Currently, UsersWP requires username field in the registration form and it can’t proceed without it. But we have hooks and filters available which can be used to customize the plugin and generate username from the email. We do not provide support for customization here. We will consider this for the future enhancements.
Let me know if you have any questions.
Regards,
PatrikHi Rita,
This requires customization and you can hire a developer to customize this. We have enough hooks and filters in our core plugin which allows to customize or extend the core functionalities. But we do not provide support for customizations here.
Let me know if you have any questions.
Regards,
PatrikHi Daniel,
This requires customization and you need to hire a developer to do that as we only provide support for issues related to plugins here. There are hooks and filters which can be used to achieve your requirements.
Let us know if you have any queries.
Regards,
PatrikHello Romeo,
If you want to fix it before release just let us know the admin and FTP details in private reply and we will make changes on your site.
Regards,
PatrikHi Ahmed,
We have already noted this issue and it will be fixed in next release. We have made changes on your site to fix this issue. Let me know if any queries.
Regards,
PatrikHi Ankit,
Have you first checked that emails are sent successfully from your site or not?
Please provide us the admin and FTP details in private reply to look more into this.
Regards,
PatrikHi,
The Yahoo social login is working fine on our staging site as well. If it is still problem on your site then provide us the admin and FTP details in private reply and we will have a look.
Regards,
PatrikHi Marius,
Find my inline comments:
2. It is the same as the banner but we call it cover image. You can consider it banner in translation.
3. We have changed it to “Invalid request!”.
6. We have documentation about the plugin at https://wpinvoicing.com/docs/
7. Mostly it will be not generated but we have to provide an error message if something goes wrong.Regards,
Patrik -
AuthorPosts