Patrik

Forum Replies Created

Viewing 15 posts - 406 through 420 (of 1,063 total)
  • Author
    Posts
  • in reply to: Unknown column 'uwp_account_avatar_thumb' in 'field list'] #5782

    Patrik
    Moderator
    Post count: 1971
    This reply has been marked as private.
    in reply to: reCAPTCHA Fails on UsersWP Login Popup #5779

    Patrik
    Moderator
    Post count: 1971

    Hi,

    It looks like you are using an old version of our ReCaptcha add on. Kindly update it and then let us know if the issue is there or resolved.

    Regards,
    Patrik

    in reply to: Change password looks for old password in wrong array field #5778

    Patrik
    Moderator
    Post count: 1971

    Hi,

    Thanks for noticing the issue and providing details. We have fixed this issue and will be available in the next update very soon.

    Regards,
    Patrik

    in reply to: Moderation Email Not Firing #5763

    Patrik
    Moderator
    Post count: 1971

    Hi,

    There is a setting for sending admin emails in UsersWP->Emails->Admin Emails->New account is waiting for admin review which needs to be enabled. I have enabled it now so please check and let me know if your issue is resolved or not.

    Regards,
    Patrik

    in reply to: Is There A Way To Have A Profile And Author Archive? #5762

    Patrik
    Moderator
    Post count: 1971

    Hi,

    The changes are there in the latest update we have released. Can you please update and check if it resolves your issue or not?

    Regards,
    Patrik

    in reply to: Geodirectory listings item edit format #5761

    Patrik
    Moderator
    Post count: 1971

    We have used the anchor tag to scroll to the content of the tab. You can use some JS like following which will add smooth scrolling on click of the link:

    var $root = $('html, body');
    
    $('a[href^="#"]').click(function() {
        var href = $.attr(this, 'href');
    
        $root.animate({
            scrollTop: $(href).offset().top
        }, 500, function () {
            window.location.hash = href;
        });
    
        return false;
    });

    This is customization and we don’t provide support for that but I have given the hint so that you can get the idea or you can hire a developer to do this.

    Regards,
    Patrik

    in reply to: Moderation Email Not Firing #5751

    Patrik
    Moderator
    Post count: 1971

    Hi,

    You have not mentioned the site URL. Also, can you check setting UsersWP->General->Registration->Registration Action is set to “Require admin review”? If not then you need to set this setting and then check if it works or not.

    Regards,
    Patrik

    in reply to: Is There A Way To Have A Profile And Author Archive? #5750

    Patrik
    Moderator
    Post count: 1971
    This reply has been marked as private.
    in reply to: Is There A Way To Have A Profile And Author Archive? #5732

    Patrik
    Moderator
    Post count: 1971

    Hi,

    The above filter “add_filter(‘uwp_check_redirect_author_page’, ‘__return_false’);” or “Disable author link redirect to UsersWP profile page.” setting will work for you and regarding redirect issue, we have applied fixes and will be available in the next release.

    Regards,
    Patrik

    in reply to: Changing user profile image and banner from backend #5731

    Patrik
    Moderator
    Post count: 1971

    Hi,

    I have made the changes. Please review it and let me know the admin details in private reply if you face any issues so I can test from my side as well.

    Regards,
    Patrik

    in reply to: Column change failed, you may have too many columns. #5727

    Patrik
    Moderator
    Post count: 1971

    Hi,

    I have removed the “Bio” field from the form builder. Kindly check and let me know if any issues.

    Regards,
    Patrik

    in reply to: Widget "logout" link changed #5724

    Patrik
    Moderator
    Post count: 1971

    Hi,

    That depends on the CSS. It should come inline but may be due to no more space for getting it on the right side it gets wrap to the next line. You can try to either reduce the font size or padding of the button to adjust on the right side of username.

    Regards,
    Patrik

    in reply to: Changing user profile image and banner from backend #5723

    Patrik
    Moderator
    Post count: 1971

    Hi,

    We have already found and fixed this issue. You can check the solution here: https://github.com/UsersWP/userswp/pull/317/commits/7b98e65e7effe63babccb6e8301150281fc57b8b. It will be available in the next release.

    If you want us to apply the changes then let us know the FTP details in private reply and we will do it for you.

    Regards,
    Patrik

    in reply to: Widget "logout" link changed #5719

    Patrik
    Moderator
    Post count: 1971

    Hi,

    I have made changes via FTP on your site. Can you please check and let us know if it resolved your issue or not?

    Regards,
    Patrik

    in reply to: Widget "logout" link changed #5714

    Patrik
    Moderator
    Post count: 1971
    This reply has been marked as private.
Viewing 15 posts - 406 through 420 (of 1,063 total)