Patrik

Forum Replies Created

Viewing 15 posts - 1,006 through 1,020 (of 1,063 total)
  • Author
    Posts
  • in reply to: Request for auto login option filter hook #1980

    Patrik
    Moderator
    Post count: 1971

    Hi Tola!

    We have added a hook in the core file and will be available in next release of the plugin.

    Regards,
    Patrik

    in reply to: Registration form fields are broken #1974

    Patrik
    Moderator
    Post count: 1971

    Hi Piyush,

    Can you please tell me where exactly you want to set this link in the menu?

    I see the registration page with link https://www.tuikart.com/service-provider-registration/ is already set for register link under the login/register drop-down menu.

    If you want to put that page in place of this then you can assign that page in UsersWP->General Settings->Register page

    Regards,
    Patrik

    in reply to: Urgent logout issue – threat on user account #1970

    Patrik
    Moderator
    Post count: 1971

    Hi Piyush,

    I have tried to log in using facebook account and then using Gmail account after logout but I can’t regenerate the issue regarding redirect again to the facebook page.

    Now after few mins, When I am trying to log in with facebook it gives following configuration error:
    “UsersWP Social Login is not properly configured.Facebook need to be properly configured.”

    Can you please make sure you configured FB API properly?

    Also, can you try to login with Facebook and then Gmail?

    Regards,
    Patrik

    in reply to: Design issues from one theme to another #1905

    Patrik
    Moderator
    Post count: 1971

    Hi Cyril,

    The plugin conflicts with WPBakery Page Builder. Our plugin checks if font awesome is already registered then we don’t load it else we load it. But on your site, the font awesome is registered by the WPBakery Page Builder but not rendered on the frontend as it loads only on frontend editor and backend editor. So this is the reason for the issue. To fix this, I have enqueued font awesome CSS from the functions.php of the currently active theme. Now it should work fine.

    Let me know if you have any questions.

    Regards,
    Patrik

    in reply to: Multisite issue #1904

    Patrik
    Moderator
    Post count: 1971

    Hi Colin,

    This is known issue for us and we will fix it in next release. For the temporary fix, you can make following change in core plugin:

    1. Go to userswp->admin->class-admin.php
    2. Add

    $show_builder = true;

    code at line no.137. So it must look like following:

    
    
    case "multi_na_all":
                    $proceed = true;
                    $show_builder = true;
                    break;

    3. Save file.

    Let me know if it works or not. If you an provide the FTP details in private reply then I can make the changes for you.

    Regards,
    Patrik

    in reply to: Can't activate GeoDirectory plugin #1898

    Patrik
    Moderator
    Post count: 1971

    Hi Cyril,

    We have noted this issue and made changes in your plugin so it should be working now. We will fix this in next release of the plugin.

    Let me know if any queries.

    Regards,
    Patrik

    in reply to: Can't activate GeoDirectory plugin #1891

    Patrik
    Moderator
    Post count: 1971

    Can you please provide the FTP details in private reply to look more into this?

    Regards,
    Patrik

    in reply to: Design issues from one theme to another #1890

    Patrik
    Moderator
    Post count: 1971

    Hi Cyril,

    The icons are missing because the font awesome CSS is not including. This may be due to conflict with theme or other plugins. I need FTP details to look into which theme or plugin is conflicting. Please provide us the FTP details in private reply so that we can look more into it.

    Regarding alignment of T&C, we generally consider the default WP themes to make sure the form looks perfect and as you are using a Jupiter theme, you will have to do some CSS changes to make it proper.

    Regards,
    Patrik

    in reply to: FAILED GOOGLE SIGN UP OR LOGIN #1850

    Patrik
    Moderator
    Post count: 1971

    Hi,

    Can you confirm you have granted access to Google+ API from your google console?

    Go to the https://console.developers.google.com/apis/api/plus.googleapis.com/overview and click on enable button to allow access to google+ API.

    Let me know if it works or not.

    Regards,
    Patrik

    in reply to: Redirection does not work. #1849

    Patrik
    Moderator
    Post count: 1971

    Hi Erik

    When registration action set to “Require Email Activation”, it will show the message above form regarding checking email for the activation link. It will not redirect to any page otherwise the user will not be able to see the message. So currently with this registration action, it is not possible to redirect the user to any other page after successful registration. It will show the message only.

    If this is your requirements then it can be done by the minor change in the plugin’s core file. Let me know if you want to do that but you have to make same changes again whenever you update the core plugin.

    Let me know your inputs.

    Regards,
    Patrik

    in reply to: Direct Link to Listings #1848

    Patrik
    Moderator
    Post count: 1971

    Hi,

    You can put Users menu item as shown in the last screenshot in your menu. Users page will display all users listing on the page.

    Let me know if any questions.

    Regards,
    Patrik

    in reply to: FAILED GOOGLE SIGN UP OR LOGIN #1833

    Patrik
    Moderator
    Post count: 1971

    Can you please post admin credentials and FTP details in private reply so that we can look more into it?

    Make sure you have followed steps properly while creating new API credentials for google. You can find the steps on admin side at UsersWP->Social login->Google below the details form.

    Regards,
    Patrik

    in reply to: ACCOUNT ACTIVATION #1832

    Patrik
    Moderator
    Post count: 1971

    No! There will be no activation email sent to the user if registered from the social logins. Most of the social networking sites have their own email validation system.

    Regards,
    Patrik

    in reply to: Repeated message after password reset #1831

    Patrik
    Moderator
    Post count: 1971

    Hi Karl,

    This notice is for changing the default password generated by WP and put your own password. Also, you need to click on click here link in the warning message so that it will not show notice next time.

    To disable this notice we have added an option in settings which will be available in the next release of the plugin.

    Regards,
    Patrik

    in reply to: Email Password #1809

    Patrik
    Moderator
    Post count: 1971

    Yes Guust is correct!

    Actually, the activation email will be sent if you have not disabled password field from the form builder. If you have disabled the password field, it will register a user and send the login details in the mail.

    Thanks for noticing this. We will fix this in next release.

    Regards,
    Patrik

Viewing 15 posts - 1,006 through 1,020 (of 1,063 total)