Patrik
Forum Replies Created
-
AuthorPosts
-
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,
PatrikHi,
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:
- Go to: https://console.developers.google.com
On the Dashboard sidebar click on Project then click Create Project - Once the project is created. Select that project, then APIs & auth > Consent screen and fill the required information.
- Then APIs & auth > APIs and enable Google+ API. If you want to import the user contacts enable Contacts API as well.
- After that you will need to create a new application: APIs & auth > Credentials and then click Create new Client ID.
- 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,
PatrikThis reply has been marked as private.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,
PatrikMay 16, 2019 at 5:53 am in reply to: Register redirect and "invalid user/password" on registration #4116So 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,
PatrikYou are welcome! Marking an issue as resolved! Please open a new ticket if you have any issues.
This reply has been marked as private.This reply has been marked as private.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,
PatrikHi,
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,
PatrikHi,
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,
PatrikHi,
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,
PatrikHi,
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,
PatrikHi,
I have made some changes in code. Can you please check if it resolves your issue or not?
Regards,
PatrikThe 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 - Go to: https://console.developers.google.com
-
AuthorPosts