Rahul Gandhi
Forum Replies Created
-
Hi,
There is no shortcode for that but you can create your own shortcode from the function which will return the user object of the displayed user profile. The function is
uwp_get_displayed_user(). Let me know if it helps.Regards,
PatrikHi,
The google button is currently different as they specifically asked us to change it according to their policy. If you want to change it then you can do it by using the filter we have provided. Try following code in your functions.php file of currently active theme or via Code Snippet plugin and let me know if it helps or not:
add_filter("uwp_social_login_button_html","change_uwp_social_login_button_html",10,3); function change_uwp_social_login_button_html($btn_output,$provider,$url){ if($provider=='google' && function_exists('aui') ){ $social_name_class = $provider; $social_icon_class = "fab fa-google"; $btn_output = aui()->button( array( 'href' => $url, 'class' => 'ml-1 mb-1 border-0 btn btn-'. $social_name_class.' btn-sm btn-circle', 'content' => '<i class="'. $social_icon_class.' fa-fw fa-lg"></i>', 'data-toggle' => 'tooltip', 'title' => ucfirst($provider), ) ); } return $btn_output; }Regards,
PatrikForum: Plugins
In reply to: [UsersWP - Social Login] Need documentation for Google and LinkedinWe sent you a reply there which you will get in your email and you can reply from your email directly.
Regards,
PatrikForum: Plugins
In reply to: [UsersWP - Social Login] Need documentation for Google and LinkedinYes, you will need to have those permissions. If you are facing issues after that then please reply on your support ticket on our site and we will assist you further. I see you have created a support ticket too.
Regards,
PatrikForum: Plugins
In reply to: [UsersWP - Social Login] Need documentation for Google and LinkedinHi,
You can find the doc for Linkedin here https://docs.userswp.io/article/354-linkedin-setup-guide and for Google, we are working on the doc so will be available soon. Following are the steps for your reference:
1. Go to https://console.developers.google.com/ 2. You will see dropdown after Google APIs logo click on it and then click Create Project link on the top right corner of the popup. 3. Fill in the details for the new project and click on create. 4. Again go to projects dropdown and select the project you created recently. 5. Click on ENABLE APIS AND SERVICES button and search for Google+ API and click on the enable button to enable that API. 6. After enabling click on the OAuth consent screen on the left sidebar menu and fill up all the details. Don't forget to enter your site URL into the Authorized domains. 7. After that, you will need to create credentials. Go to credentials on left sidebar menu. Click on Create credentials button and select OAuth client ID. 8. Choose Web application from the list and fill all the details. Enter the URL from the UsersWP google social login settings to the Authorized redirect URIs field and click on create. 9. You will get your Client ID and Client Secret in the popup. Enter those into our UWP google social login settings and you are done.Please follow the above steps and create a new project in google console and let me know if it works for you or not.
Regards,
PatrikHi,
I am not sure why its not hiding but the function should not return anything if there is no value for the meta. You can create a support ticket on our site http://userswp.io/support where will assist you by looking at your website URL and its safe.
Regards,
PatrikHi,
I think you are using another plugin for registration but not UsersWP. You have minified the source code so not able to do troubleshooting.
Can you create a support ticket on our site http://userswp.io/support so we can assist you further?
Regards,
PatrikHi,
Can you explain in detail like when is this email sent? If you can provide steps or video to regenerate will help us to troubleshoot the issue.
Regards,
PatrikHi,
Regarding user meta, it will return blank if no data found instead of any default value.
Regarding user avatar, It will display the avatar of the displayed user profile if you are on the profile page else it will display the avatar of the currently logged-in user. Can you try user_id=displayed_user in the shortcode or block?
Regards,
PatrikHi,
We will have to look at your site for this. Can you provide a Site URL here or create a support ticket on our site https://userswp.io/support?
Regards,
PatrikHi,
Can you please create a support ticket on our site https://userswp.io/support? One from our team will quickly assist you further.
Regards,
PatrikHi,
I would suggest you create a support ticket on our site http://userswp.io/support for this.
Regards,
PatrikHi,
No, we don’t have such a feature for google map. Can you explain a bit so we can get an idea if we can add it as a feature if possible?
Regards,
PatrikHi,
Can you try without a quote like [uwp_user_meta key=bio show=value] and let us know if it works for you or not? If not then please create a support ticket on our site https://userswp.io/support/
Regards,
Patrik