Patrik
Forum Replies Created
-
AuthorPosts
-
Hi Alexander,
That option is useful when there are no permission granted by facebook to get the username. Then our plugin will generate a random username but if you want to allow to change the username and email then you can use this option.
Regards,
PatrikHi,
Can you go through these steps https://userswp.io/docs/social-login-facebook/ for setting up facebook social login?
Regards,
PatrikHi,
We will look more at this and fix it in our core plugin for the next release.
Regards,
PatrikHi Alexander,
Kindly create a new ticket so that we can resolve your issue. This issue is already resolved for Roberto. Your issue might be related to this or not. So please create a new ticket and we will assist you.
Regards,
PatrikHi,
Displaying the featured image for UsersWP pages requires customization in the theme. If it is required for you then you can just change line no. 556 in functions.php file of the supreme directory theme from
add_filter('get_post_metadata', 'sd_hide_banner_on_uwp_pages', 10, 4);
to
//add_filter('get_post_metadata', 'sd_hide_banner_on_uwp_pages', 10, 4);
Let me know if this resolves your issue. Also, you have to make this change all the times you update the theme.
Regards,
PatrikHi,
Upload and Banner both are different words to translate though it is showing as a single. Can you translate both the words in .po file? You will need to update the .po file so new strings will be available for translation.
Regards,
PatrikHi,
It will only work on the UsersWP pages and not on other pages because we don’t get the user’s ID of displaying user on other pages than UsersWP pages.
We will add the user ID parameter in next release so you can use the user_id parameter to display a profile picture of the particular user.
Regards,
PatrikI have assigned this ticket to GD developer who will look into this by Monday.
Regards,
PatrikHi,
Regarding c and d points, UsersWP doesn’t manage the featured image. It depends on the template used by the theme. It can be done with customization. We don’t provide support for customization. For changing button background you can try following CSS:
body.uwp_page .uwp_form input[type="submit"] { background: #D9F1F0; }
Let me know if it helps.
Regards,
PatrikHi,
The logout link like https://www.example.com/wp-login.php/action=logout will not work as it requires security nonce to work properly otherwise it will display something went wrong screen message and then you can logout from the link there in a message. You should use https://codex.wordpress.org/Function_Reference/wp_logout_url function to create a link/button to logout.
Let me know if this doesn’t work for you.
Regards,
PatrikThis reply has been marked as private.Hi,
I can log in at first attempt. Can you please clear the browser cache and check from your side?
Regards,
PatrikHi,
When I debugged, I found that your API keys for reCaptcha V3 can be wrong or invalid. Can you please check or regenerate the keys and try again?
Regards,
PatrikHi,
This can be due to cache. I have checked on your site and there are 2 cache plugins used which is not recommended. Please provide us the FTP details in private reply to troubleshoot the issue.
Regards,
PatrikHi,
That plugin is good for using. You can just disable the manual approval of login so it will allow UsersWP to log in users. For stopping spam you can use our ReCaptcha add on on registration page.
Regards,
Patrik -
AuthorPosts