Patrik

Forum Replies Created

Viewing 15 posts - 271 through 285 (of 1,063 total)
  • Author
    Posts
  • in reply to: Change Password #6583

    Patrik
    Moderator
    Post count: 1971

    Hi,

    That we have done and will be available in the next update of the plugin.

    Regards,
    Patrik

    in reply to: Change Password #6565

    Patrik
    Moderator
    Post count: 1971

    Hi,

    You will need to click on the link in the message to disable the notice as it will be not done automatically.

    Regards,
    Patrik

    in reply to: Login error display #6555

    Patrik
    Moderator
    Post count: 1971

    You can customize the login form by overriding the template. We have used the bootstrap model in general. You can always customize the things easily but we target the general audience while developing a plugin. We have made the plugin flexible so one can customise it as required.

    Regards,
    Patrik

    in reply to: Login error display #6553

    Patrik
    Moderator
    Post count: 1971

    Hi,

    It will definitely not work as we use our own model classes to identify the form in the model and submit it using AJAX. When you show form in the elementor model then it doesn’t have that class and the form will submit as a normal form and not using AJAX. You have to write custom code for AJAX submission.

    Regards,
    Patrik

    in reply to: login, forgotten password password reset not working #6551

    Patrik
    Moderator
    Post count: 1971

    Hi,

    Can you put the following code in functions.php file of your currently active theme or in Code Snippets plugin and let us know if it helps or not?

    add_filter('allow_password_reset', 'allow_password_reset_cb', 99);
    function allow_password_reset_cb(){
    	return true;
    }

    Regards,
    Patrik

    in reply to: Change Password #6550

    Patrik
    Moderator
    Post count: 1971

    Hi,

    You can disable that notice from UsersWP->General->Change Password->Disable system generated password notice. Let me know if it helps you or not.

    Regards,
    Patrik

    in reply to: Login error display #6549

    Patrik
    Moderator
    Post count: 1971

    Hi,

    Can you provide the admin details in private reply to check it on your site?

    Regards,
    Patrik

    in reply to: Conflict between USERWP and mobile menu on KLEO theme #6531

    Patrik
    Moderator
    Post count: 1971

    Hi,

    The issue is due to conflicts in Bootstrap from the theme and our plugin. I have changed the setting from Settings->AyeCode UI->Load JS to Popper which will not load the core Bootstrap JS and the issue is fixed now. Please review it from your side and let us know if it affects anything else on site or not as well.

    Regards,
    Patrik

    in reply to: Hide delete for gd authors and enable social login #6521

    Patrik
    Moderator
    Post count: 1971

    Hi,

    Try to add the following code in Appearance->Customise->Additional CSS and let us know if it works for you or not.

    .geodir-author-actions span.gd_user_action.delete_link {
        display: none !important;
    }

    Regards,
    Patrik

    in reply to: Hide delete for gd authors and enable social login #6510

    Patrik
    Moderator
    Post count: 1971

    Hi,

    Here are the replies to your questions:
    1. UWP uses the shortcode to display author actions from GD for listings in the user profiles. We will try to make it dynamic but for now, you can hide it using CSS.

    2. That URL should be added to the facebook app in OAuth redirect URIs field and it is not a valid URL on the frontend side. It’s just a callback URL that will be used by add on when the user redirected back from the facebook site.

    Regards,
    Patrik


    Patrik
    Moderator
    Post count: 1971

    Hi,

    I have overridden the filter by adding the following code in the theme Twenty Seventeen’s functions.php file:

    add_filter('allow_password_reset', 'allow_password_reset_cb', 99);
    function allow_password_reset_cb(){
    	return true;
    }

    Please check from your side and let me know if the issue is fixed or not.

    Regards,
    Patrik

    in reply to: Activation, captcha, login, password are not working right #6500

    Patrik
    Moderator
    Post count: 1971

    Hi,

    The issue seems to be caused by All in one WP security plugin as when I have deactivated it, I am able to verify my email successfully and login successfully. You can either deactivate that plugin or check its settings.

    Regarding reCaptcha, you are using the captcha of All in one WP Security and not our UsersWP – Recaptcha add-on so we can’t provide support for that.

    Regards,
    Patrik

    in reply to: Activation, captcha, login, password are not working right #6496

    Patrik
    Moderator
    Post count: 1971

    Hi,

    It looks like one of the plugins modifying the functionality of the checking key so I would suggest you provide the FTP details in private reply to troubleshoot further and let you know the exact issue with your website or you can try to deactivate other plugins and check if the issue is from UsersWP or not.

    Regards,
    Patrik

    in reply to: Fatal Error upon activation of MU Creator 1.0.3 #6489

    Patrik
    Moderator
    Post count: 1971

    Hi,

    Can you go through this document https://userswp.io/docs/getting-started/network-activation/ and let me know which setup you have done on your multisite?

    Regards,
    Patrik

    in reply to: rearrange tabs in profile page #6488

    Patrik
    Moderator
    Post count: 1971

    Hi,

    You can do that from UsersWP->Form Builder->Profile Tabs and then rearrange the tabs order by drag and drop.

    Regards,
    Patrik

Viewing 15 posts - 271 through 285 (of 1,063 total)