Patrik

Forum Replies Created

Viewing 15 posts - 331 through 345 (of 1,063 total)
  • Author
    Posts
  • in reply to: Display Labels for fields #6259

    Patrik
    Moderator
    Post count: 1971

    Hi,

    The CSS you suggested is not the valid one. You have to use the following CSS:

    .uwp-account-form label {display:block !immportant;}

    Also, let me know if you are using our legacy design or Bootstrap design? The above CSS should work for legacy design. For bootstrap you can try following CSS:

    .bsui .uwp-account-form label.sr-only {position: initial;height: auto;width: auto;}

    Regards,
    Patrik

    in reply to: View Password and Refresh Captcha is not working. #6241

    Patrik
    Moderator
    Post count: 1971

    Hi,

    That is due to font awesome icon changes the <i> tag to <svg> and due to that our JS is not able to remove the loader and instead it only appends the loader. We have made a fix for this. We are looking into the hide/show issue as it is for your site only and not generated on our test site.

    Regards,
    Patrik

    in reply to: UsesWp prevents Divi backend from loading correctly #6240

    Patrik
    Moderator
    Post count: 1971

    Hi,

    We will take care of this in the next update of the plugin. We will check if we are in the editing or preview mode of the divi page then we will prevent the redirection.

    Regards,
    Patrik

    in reply to: Display collected user data #6239

    Patrik
    Moderator
    Post count: 1971
    This reply has been marked as private.
    in reply to: Require more than 2 characters in custom text field #6237

    Patrik
    Moderator
    Post count: 1971

    Hi,

    The minimum character limit is not possible in textarea but the maximum character limit is possible. You can try using JS to count the characters input in the text area and show/hide the submit button accordingly or just show error on textarea blur event. This is a part of customization so I have given you a hint. This can be also managed from the code using a filter but that will require help from a developer.

    Regards,
    Patrik

    in reply to: Split: Column change failed, you may have too many columns. #6233

    Patrik
    Moderator
    Post count: 1971
    This reply has been marked as private.
    in reply to: Read More #6213

    Patrik
    Moderator
    Post count: 1971

    Hi,

    I have added this as a custom JS code with the name “JS to limit vegan story characters on users page” in the Custom CSS & JS.

    Please review it and let me know your inputs.

    Regards,
    Patrik

    in reply to: Read More #6204

    Patrik
    Moderator
    Post count: 1971

    Hi,

    You can limit the content using the following JS code:

    
    
    jQuery(".uwp-users-loop div.d-inline-block").text(function(index, currentText) {
        return currentText.substr(0, 175);
    });

    Change the 175 to the number of characters you want to limit.

    Regards,
    Patrik

    in reply to: Friends and Followers Addon not displaying #6203

    Patrik
    Moderator
    Post count: 1971

    Hi,

    Currently, tabs are available for limited things like posts, GD listings, Invoices, WooCommerce products, orders, bbPress forums, topics etc. For custom post types, if your theme provides shortcode to display posts of the video custom post types then you can do add a profile tab from UsersWP->form builder->Profile Tabs

    Regards,
    Patrik

    in reply to: Split: Column change failed, you may have too many columns. #6200

    Patrik
    Moderator
    Post count: 1971
    This reply has been marked as private.
    in reply to: Link details are not showing up in the forgot password email. #6199

    Patrik
    Moderator
    Post count: 1971
    This reply has been marked as private.
    in reply to: Hook after user #6198

    Patrik
    Moderator
    Post count: 1971

    Hi,

    The following are the hooks you can use while processing registration form:

    ‘uwp_before_validate’ => Triggers before fields validation
    ‘uwp_validate_result’ => Filter for additional validations
    ‘uwp_after_validate’ => Triggers after validation
    ‘uwp_before_extra_fields_save’ => Filter for modifying custom fields before save
    ‘uwp_after_extra_fields_save’ => Filter for modifying custom fields after save
    ‘uwp_after_custom_fields_save’ => Triggers after custom fields saved
    ‘uwp_after_process_register’ => Triggers after registration is complete which you can use.

    Regards,
    Patrik

    in reply to: Formatting Text Field #6197

    Patrik
    Moderator
    Post count: 1971

    Hi,

    We have fixed this issue on your site. Please review it and let me know.

    Regards,
    Patrik

    in reply to: Updating Profile Next Page Not Showing #6196

    Patrik
    Moderator
    Post count: 1971

    Hi,

    We have fixed other issues but regarding account update showing 404 error, we need to troubleshoot by deactivating the plugins as it may be due to conflicts. Kindly let us know the details of your staging server and we can do troubleshooting there without affecting your live users.

    Regards,
    Patrik

    in reply to: Formatting Text Field #6183

    Patrik
    Moderator
    Post count: 1971

    Hi,

    We have fixed this and it will be available in the next release. Let us know the FTP details so that we can make changes to your site as well.

    Regards,
    Patrik

Viewing 15 posts - 331 through 345 (of 1,063 total)