Patrik
Forum Replies Created
-
AuthorPosts
-
Those fields will show publicly as it is the identity of the user and we can’t make it private.
Regards,
PatrikI have applied the fix on your site. Please review it and let me know if it resolves the issue or not.
Regards,
PatrikHi,
This is not possible with our plugin and add ons. Maybe you can check for other 3rd party plugins that provide such functionality or you can have a script to do that with the help of a developer.
Regards,
PatrikHi,
Thanks for noticing issue and informing us! We have fixed this issue and will be available in the next update release very soon. If you want to try fix on your site then provide admin and FTP details in private reply and I will do it for you.
Regards,
PatrikHi,
First name, Last name, Display name, username, email and bio are the default fields. The “Is public” is used to target the custom fields created other than this. There are multiple places where we need to display the above fields and that’s why we could not make it private. We may hide the option for the above fields.
Regards,
PatrikJanuary 22, 2020 at 7:59 am in reply to: what is field set and why does more tab merge with my vegan story tab #6746Hi,
To use fieldset, You need to first add fieldset in the form builder and then add the fields you want to show in a fieldset and select fieldset from “Show in what locations?” for those fields.
You have used more info tab and changed its title to “My Vegan Story” and you are adding the more info tab again so the URL slug remains the same for both and that’s why it’s showing both active.
Regards,
PatrikJanuary 22, 2020 at 7:35 am in reply to: Users and Profiles Load Slow and Tab Label is redundant #6745Hi,
Have you tried to optimize your site and use some cache plugin to speed up the site? Because speed depends on various parameters and hosting as well so I would suggest you use caching plugin like Autoptimize or something else and let me know if it works or not.
Regards,
PatrikHi,
Yes, Instagram has deprecated its API and moved to the open graph Instagram API which can be accessed from the Facebook developer site. Just try the same appID and secret and in the valid Oauth URI you can use the same URL which is displayed in our settings page and the same URL you can put in Deauthorize URL box and in the next Data deletion request URL, you have to enter either contact page URL or if you have any link on your site to handle the data deletion request for GDPR policy then you can put that link there. You need to get approval to make the app live but you can test it using a test user account from Roles->Test users.
Let me know if there are any issues in the social login.
Regards,
PatrikThis reply has been marked as private.This reply has been marked as private.Hi,
Can you tell us where are you registering the app and generating the App ID and secret? The screenshot seems from the Facebook settings screen. Can you send us the steps you are following?
Regards,
PatrikThis reply has been marked as private.Hi,
Do you mean messages or emails to all users? You can use any email subscribing plugin to send newsletter emails or any emails to subscribed users. Please give some more details.
Regards,
PatrikHi,
Try following code in functions.php file of currently active theme or using Code Snippets plugin:
add_filter('uwp_register_terms_input_label', 'uwp_register_terms_input_label_cb', 10, 1); function uwp_register_terms_input_label_cb($content){ $reg_terms_page_id = uwp_get_page_id('register_terms_page', false); if (!empty($reg_terms_page_id)) { $terms_page = get_permalink($reg_terms_page_id); $content = sprintf( __( 'I am at least 18 years of age and have read and accept the %s Terms and Conditions %s.', 'userswp' ), '', ''); } return $content; }
Regards,
PatrikHi,
That page not found error is a known issue and it is due to conflict between country field in account form and the location manager plugin. We have fixed that and will be there in the next release.
Regards,
Patrik -
AuthorPosts