Giri

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 185 total)
  • Author
    Posts
  • in reply to: Customize Forms #751

    Giri
    Expired Member
    Post count: 3155

    Please don’t create duplicate topics.

    Answered here.

    https://wordpress.org/support/topic/customize-forms-2/

    Thanks

    in reply to: UsersWP_Meta not found plugin activation #749

    Giri
    Expired Member
    Post count: 3155

    Ok Thanks.

    @Luca,

    If you still need our help, please post ftp details.

    Thanks

    in reply to: UsersWP_Meta not found plugin activation #746

    Giri
    Expired Member
    Post count: 3155

    Hi Paul,

    Thanks for reporting. Not everyone face this issue.

    Could you post your FTP details and wp-admin login details in a private reply?

    So we can check whats going on.

    Thanks

    in reply to: UsersWP_Meta not found plugin activation #737

    Giri
    Expired Member
    Post count: 3155

    Hi Luca, Maybe your installation doesnt have complete files. Try reinstalling the plugin.

    in reply to: Issue with editing profile #735

    Giri
    Expired Member
    Post count: 3155

    You are welcome.

    in reply to: Activate account link not working #734

    Giri
    Expired Member
    Post count: 3155

    You are welcome.

    in reply to: Issue with editing profile #726

    Giri
    Expired Member
    Post count: 3155
    This reply has been marked as private.
    in reply to: Username Privacy #725

    Giri
    Expired Member
    Post count: 3155

    You are welcome


    Giri
    Expired Member
    Post count: 3155

    @stiofan ok

    @backpackingseries Thanks for reporting.

    in reply to: General Understanding #714

    Giri
    Expired Member
    Post count: 3155

    1) How with my current GD directory fit… just like another tab?

    UsersWP is a member profile addon. You can see the demo here.
    https://wpgeo.directory/userswp/users/

    When you have UsersWP Geodirectory addon, 3 new tabs will appear in user profile. https://wpgeo.directory/userswp/profile/anasmile/

    Listings – Shows user created listing (Public)
    Favorites – Shows users favorites (Private – Only user can see)
    Reviews – Shows user reviews (Public)

    2) WooCommerce, these are products sold by users? If so, how are payments processed?

    UsersWP WooCommerce addon adds two new tabs.

    Products – User created products.
    Orders – User can view the placed orders from their own profile.

    3) I was considering purchasing the Genesis theme for the Bold. Would that be affected in any way?

    UsersWP is powered by shortcodes. So its compatible with all wordpress themes.
    If you see any style issues or conslicts, you are welcome to report the bugs

    in reply to: Issue with editing profile #710

    Giri
    Expired Member
    Post count: 3155

    Hi Marisol,

    Username field should not be visible in Account form. Did you modify those settings?

    in reply to: Username Privacy #709

    Giri
    Expired Member
    Post count: 3155

    Hi Joy,

    I have added a filter.

    You would need to download the latest. I think stiofan is gonna release in wp.org.

    So you can get it from there.

    Once you have the latest version, add this snippet.

    
    
    add_filter('uwp_form_input_field_text', 'custom_uwp_form_input_field_text', 10, 3);
    function custom_uwp_form_input_field_text($field, $value, $form_type) {
        if ($form_type == 'account') {
            if (
                $field->htmlvar_name == 'uwp_account_first_name'
                || $field->htmlvar_name == 'uwp_account_last_name'
                || $field->htmlvar_name == 'uwp_account_username'
            ) {
                $field->for_admin_use = '1';
            }
        }
        return $field;
    }

    Thanks

    in reply to: Issue with editing profile #702

    Giri
    Expired Member
    Post count: 3155

    Hi Could you tell me where exactly you getting that message?

    /account page?

    Can you provide admin details to test?

    in reply to: Activate account link not working #700

    Giri
    Expired Member
    Post count: 3155

    Actually,

    I feel like i’m stupid a person. I don’t even know why I have asked you to wait when you can download it from github directly.

    You don’t have to wait till next release. Just delete your old UsersWP plugin, download and install the latest from here.

    https://github.com/mistergiri/userswp

    Apologies for the delay. Stiofan is busy with some other stuffs.

    Thanks

    in reply to: Profile Media Upload not working #697

    Giri
    Expired Member
    Post count: 3155

    Hi Yehuda,

    Assigned to stiofan. He can give you better guidance since he is good with js.

    Thanks

Viewing 15 posts - 1 through 15 (of 185 total)