Patrik

Forum Replies Created

Viewing 15 posts - 706 through 720 (of 1,063 total)
  • Author
    Posts
  • in reply to: Customs Emails #4127

    Patrik
    Moderator
    Post count: 1971

    Hi,

    I have opened your userswp-es_ES.po file in POEditor and reupdated the strings which displayed now 781 strings which were before around 576 strings. So now you will get all other strings which you can translate and check if it works fine or not. I have not replaced your file but added with name userswp-es_ES_new.po which you can review and then use it.

    Let me know if any strings missing in the .po file and not translatable and we will update it in the next update release of the plugin.

    Regards,
    Patrik

    in reply to: Login Issue #4126

    Patrik
    Moderator
    Post count: 1971

    Hi,

    I have checked the error and it says “User profile request failed! Google returned an invalid response”. So there is something wrong while creating the API credentials. I would suggest you create the API credentials again and check if works. Also, make sure that you have enabled Google+ API while creating the credentials. Here are the steps for your information:

    1. Go to: https://console.developers.google.com
      On the Dashboard sidebar click on Project then click Create Project
    2. Once the project is created. Select that project, then APIs & auth > Consent screen and fill the required information.
    3. Then APIs & auth > APIs and enable Google+ API. If you want to import the user contacts enable Contacts API as well.
    4. After that you will need to create a new application: APIs & auth > Credentials and then click Create new Client ID.
    5. On the Create Client ID popup :
      Select Web application as your application type.
      Put your website domain in the Authorized JavaScript origins field. This should match with the current hostname.
      Provide this URL as the Authorized redirect URI for your application:
      https://www.adskhan.com/wp-content/plugins/uwp_social/vendor/hybridauth/?hauth.done=Google
      Once you have registered past the created application credentials (Client ID and Secret) into the settings

    Let me know if you have any queries.

    Regards,
    Patrik

    in reply to: Customs Emails #4119

    Patrik
    Moderator
    Post count: 1971
    This reply has been marked as private.
    in reply to: Single quote on GD adds back slash #4117

    Patrik
    Moderator
    Post count: 1971

    Hi,

    Can you try following code in functions.php of currently active theme or snippet plugin?

    add_filter('the_title', 'the_title_cb');
    function the_title_cb($title){
        return stripslashes($title);
    }

    Regards,
    Patrik


    Patrik
    Moderator
    Post count: 1971

    So you mean the invalid username or password error was due to server cache and the registration redirect is due to S2Members plugin? There can be settings in S2Members plugin to prevent register redirect and leave it on UsersWP to handle it.

    Regards,
    Patrik

    in reply to: Uwp_social stop working #4115

    Patrik
    Moderator
    Post count: 1971

    You are welcome! Marking an issue as resolved! Please open a new ticket if you have any issues.

    in reply to: Customs Emails #4107

    Patrik
    Moderator
    Post count: 1971
    This reply has been marked as private.
    in reply to: UserWP not fully working #4106

    Patrik
    Moderator
    Post count: 1971
    This reply has been marked as private.
    in reply to: UserWP not fully working #4104

    Patrik
    Moderator
    Post count: 1971

    Hi,

    I can see recaptcha library in view source of register page and also there is some function for rendering recaptcha may be for contact form 7. I think there is some customization done on your site which is breaking the things.

    Regards,
    Patrik

    in reply to: UserWP not fully working #4102

    Patrik
    Moderator
    Post count: 1971

    Hi,

    The link login and logout coming from the widget which has shortcode “[add_login_logout_link]”. Can you tell me where is this shortcode created? Is it via plugin or theme?

    Regards,
    Patrik

    in reply to: UserWP not fully working #4101

    Patrik
    Moderator
    Post count: 1971

    Hi,

    It seems your site has more than one recaptcha. So I would suggest you disable one either UsersWP recaptcha or another one. The invalid username password error is due to recaptcha.

    Regards,
    Patrik

    in reply to: Uwp_social stop working #4096

    Patrik
    Moderator
    Post count: 1971

    Hi,

    If you are login for the first time using Facebook login then it should ask you for permission from Facebook to allow access to data. Which is not showing in the video. So I think there is still something saved in cookies and it directly redirects to home page after login. Can you try clearing all cookies data? You can do that by inspect element->Application->Cookies and delete all and then try again.

    Regards,
    Patrik

    in reply to: Customs Emails #4095

    Patrik
    Moderator
    Post count: 1971

    Hi,

    Can you specify the strings if possible which are not translatable by you? No need to translate the shortcodes like “[#login_details#]” and “[#login_url#]” because it should be same as it is in the email template and it will be replaced by content while sending an email.

    Regards,
    Patrik

    in reply to: UserWP not fully working #4085

    Patrik
    Moderator
    Post count: 1971

    Hi,

    I have made some changes in code. Can you please check if it resolves your issue or not?

    Regards,
    Patrik

    in reply to: Layout conflict with Elementor #4084

    Patrik
    Moderator
    Post count: 1971

    The problem was due to author box as you have posts in home page and we append author box to the post by default. So I have disabled the setting from the UsersWP->General->Authorbox and the layout looks fine now. Elementor is already providing the author box so you can use either it or UsersWP author box.

    Regards,
    Patrik

Viewing 15 posts - 706 through 720 (of 1,063 total)