Patrik

Forum Replies Created

Viewing 15 posts - 916 through 930 (of 1,063 total)
  • Author
    Posts
  • in reply to: Tranlastion Strings – Tipos, Bugs and Questions #2828

    Patrik
    Moderator
    Post count: 1971

    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,
    Patrik

    in reply to: How do users change their password? #2800

    Patrik
    Moderator
    Post count: 1971

    Hi 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,
    Patrik

    in reply to: MyCred and image uploads #2797

    Patrik
    Moderator
    Post count: 1971

    Hi 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,
    Patrik

    in reply to: No tabs appears to select #2779

    Patrik
    Moderator
    Post count: 1971

    Hi,

    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,
    Patrik

    in reply to: No tabs appears to select #2757

    Patrik
    Moderator
    Post count: 1971

    Hi 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,
    Patrik

    in reply to: How do users change their password? #2756

    Patrik
    Moderator
    Post count: 1971

    Hi 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,
    Patrik

    in reply to: Country field doesn't show in Register form #2755

    Patrik
    Moderator
    Post count: 1971
    This reply has been marked as private.
    in reply to: Register without username, just email address? #2743

    Patrik
    Moderator
    Post count: 1971

    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,
    Patrik

    in reply to: Sort by last name #2730

    Patrik
    Moderator
    Post count: 1971

    Hi 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,
    Patrik

    in reply to: Tab to see reviews left on listings #2729

    Patrik
    Moderator
    Post count: 1971

    Hi 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,
    Patrik

    in reply to: No tabs appears to select #2728

    Patrik
    Moderator
    Post count: 1971

    Hello 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,
    Patrik

    in reply to: No tabs appears to select #2694

    Patrik
    Moderator
    Post count: 1971

    Hi 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,
    Patrik

    in reply to: Displayed user id #2686

    Patrik
    Moderator
    Post count: 1971

    Hi 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,
    Patrik

    in reply to: Social Login Problem #2666

    Patrik
    Moderator
    Post count: 1971

    Hi,

    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,
    Patrik

    in reply to: Tranlastion Strings – Tipos, Bugs and Questions #2649

    Patrik
    Moderator
    Post count: 1971

    Hi 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

Viewing 15 posts - 916 through 930 (of 1,063 total)