Patrik

Forum Replies Created

Viewing 15 posts - 466 through 480 (of 1,063 total)
  • Author
    Posts
  • in reply to: I can't set up a Social login #5409

    Patrik
    Moderator
    Post count: 1971

    Hi Alexander,

    That option is useful when there are no permission granted by facebook to get the username. Then our plugin will generate a random username but if you want to allow to change the username and email then you can use this option.

    Regards,
    Patrik

    in reply to: I can't set up a Social login #5384

    Patrik
    Moderator
    Post count: 1971

    Hi,

    Can you go through these steps https://userswp.io/docs/social-login-facebook/ for setting up facebook social login?

    Regards,
    Patrik

    in reply to: Some strings not translated and avatar problem #5382

    Patrik
    Moderator
    Post count: 1971

    Hi,

    We will look more at this and fix it in our core plugin for the next release.

    Regards,
    Patrik

    in reply to: social login #5381

    Patrik
    Moderator
    Post count: 1971

    Hi Alexander,

    Kindly create a new ticket so that we can resolve your issue. This issue is already resolved for Roberto. Your issue might be related to this or not. So please create a new ticket and we will assist you.

    Regards,
    Patrik

    in reply to: Logout Issue #5371

    Patrik
    Moderator
    Post count: 1971

    Hi,

    Displaying the featured image for UsersWP pages requires customization in the theme. If it is required for you then you can just change line no. 556 in functions.php file of the supreme directory theme from

    add_filter('get_post_metadata', 'sd_hide_banner_on_uwp_pages', 10, 4);

    to

    //add_filter('get_post_metadata', 'sd_hide_banner_on_uwp_pages', 10, 4);

    Let me know if this resolves your issue. Also, you have to make this change all the times you update the theme.

    Regards,
    Patrik

    in reply to: Some strings not translated and avatar problem #5370

    Patrik
    Moderator
    Post count: 1971

    Hi,

    Upload and Banner both are different words to translate though it is showing as a single. Can you translate both the words in .po file? You will need to update the .po file so new strings will be available for translation.

    Regards,
    Patrik

    in reply to: Header photo issue #5360

    Patrik
    Moderator
    Post count: 1971

    Hi,

    It will only work on the UsersWP pages and not on other pages because we don’t get the user’s ID of displaying user on other pages than UsersWP pages.

    We will add the user ID parameter in next release so you can use the user_id parameter to display a profile picture of the particular user.

    Regards,
    Patrik

    in reply to: Logout Issue #5357

    Patrik
    Moderator
    Post count: 1971

    I have assigned this ticket to GD developer who will look into this by Monday.

    Regards,
    Patrik

    in reply to: Logout Issue #5354

    Patrik
    Moderator
    Post count: 1971

    Hi,

    Regarding c and d points, UsersWP doesn’t manage the featured image. It depends on the template used by the theme. It can be done with customization. We don’t provide support for customization. For changing button background you can try following CSS:

    body.uwp_page .uwp_form input[type="submit"] {
        background: #D9F1F0;
    }

    Let me know if it helps.

    Regards,
    Patrik

    in reply to: Logout Issue #5350

    Patrik
    Moderator
    Post count: 1971

    Hi,

    The logout link like https://www.example.com/wp-login.php/action=logout will not work as it requires security nonce to work properly otherwise it will display something went wrong screen message and then you can logout from the link there in a message. You should use https://codex.wordpress.org/Function_Reference/wp_logout_url function to create a link/button to logout.

    Let me know if this doesn’t work for you.

    Regards,
    Patrik

    in reply to: It never logs in on first attempt… never! #5326

    Patrik
    Moderator
    Post count: 1971
    This reply has been marked as private.
    in reply to: It never logs in on first attempt… never! #5318

    Patrik
    Moderator
    Post count: 1971

    Hi,

    I can log in at first attempt. Can you please clear the browser cache and check from your side?

    Regards,
    Patrik

    in reply to: It never logs in on first attempt… never! #5315

    Patrik
    Moderator
    Post count: 1971

    Hi,

    When I debugged, I found that your API keys for reCaptcha V3 can be wrong or invalid. Can you please check or regenerate the keys and try again?

    Regards,
    Patrik

    in reply to: It never logs in on first attempt… never! #5313

    Patrik
    Moderator
    Post count: 1971

    Hi,

    This can be due to cache. I have checked on your site and there are 2 cache plugins used which is not recommended. Please provide us the FTP details in private reply to troubleshoot the issue.

    Regards,
    Patrik

    in reply to: Invalid Username & Password #5302

    Patrik
    Moderator
    Post count: 1971

    Hi,

    That plugin is good for using. You can just disable the manual approval of login so it will allow UsersWP to log in users. For stopping spam you can use our ReCaptcha add on on registration page.

    Regards,
    Patrik

Viewing 15 posts - 466 through 480 (of 1,063 total)