Patrik

Forum Replies Created

Viewing 15 posts - 241 through 255 (of 1,063 total)
  • Author
    Posts
  • in reply to: Potential Privacy Fail #6757

    Patrik
    Moderator
    Post count: 1971

    Those fields will show publicly as it is the identity of the user and we can’t make it private.

    Regards,
    Patrik

    in reply to: [uwp_user_meta] shortcode not working #6756

    Patrik
    Moderator
    Post count: 1971

    I have applied the fix on your site. Please review it and let me know if it resolves the issue or not.

    Regards,
    Patrik

    in reply to: Message to All Users #6755

    Patrik
    Moderator
    Post count: 1971

    Hi,

    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,
    Patrik

    in reply to: [uwp_user_meta] shortcode not working #6749

    Patrik
    Moderator
    Post count: 1971

    Hi,

    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,
    Patrik

    in reply to: Potential Privacy Fail #6747

    Patrik
    Moderator
    Post count: 1971

    Hi,

    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,
    Patrik


    Patrik
    Moderator
    Post count: 1971

    Hi,

    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,
    Patrik

    in reply to: Users and Profiles Load Slow and Tab Label is redundant #6745

    Patrik
    Moderator
    Post count: 1971

    Hi,

    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,
    Patrik

    in reply to: Instragram Social Login feature #6744

    Patrik
    Moderator
    Post count: 1971

    Hi,

    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,
    Patrik

    in reply to: Change to words on the Registration page #6734

    Patrik
    Moderator
    Post count: 1971
    This reply has been marked as private.
    in reply to: Change to words on the Registration page #6731

    Patrik
    Moderator
    Post count: 1971
    This reply has been marked as private.
    in reply to: Instragram Social Login feature #6721

    Patrik
    Moderator
    Post count: 1971

    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,
    Patrik

    in reply to: Page Not Found #6720

    Patrik
    Moderator
    Post count: 1971
    This reply has been marked as private.
    in reply to: Message to All Users #6719

    Patrik
    Moderator
    Post count: 1971

    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,
    Patrik

    in reply to: Change to words on the Registration page #6718

    Patrik
    Moderator
    Post count: 1971

    Hi,

    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,
    Patrik

    in reply to: Page Not Found #6708

    Patrik
    Moderator
    Post count: 1971

    Hi,

    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

Viewing 15 posts - 241 through 255 (of 1,063 total)