Giri

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 185 total)
  • Author
    Posts
  • in reply to: Username Privacy #696

    Giri
    Expired Member
    Post count: 3155

    Hi Joy,

    Apologies. I guess I disabled that admin use option for the default fields.

    Disabling default fields is not a good idea.

    You seem like you are doing it wrong. Are you planning to disable those fields only to display the name differently?

    in reply to: Pages As tabs #695

    Giri
    Expired Member
    Post count: 3155
    in reply to: Restrict User Sign Ups #681

    Giri
    Expired Member
    Post count: 3155

    Hi Ian,

    No thats not possible with that addon.

    But you can use wordpress filter for that.

    
    
    add_filter( 'is_email', 'uwp_restrict_email_custom', 10, 2 );
    function uwp_restrict_email_custom( $valid, $email ) {
    	if ( strpos( $email, '@mycompany.com' ) !== true ) {
    		$valid = false;
    	}
    	return $valid;
    }
    in reply to: Profile Media Upload not working #680

    Giri
    Expired Member
    Post count: 3155

    Hi there,

    It seems like you have javascript errors thats coming from some other plugin. Try deactivating your plugins one by one and then test.

    Post your admin details. We will take a look.

    Thanks

    in reply to: Username or Email #678

    Giri
    Expired Member
    Post count: 3155

    You are welcome 🙂

    in reply to: Username or Email #671

    Giri
    Expired Member
    Post count: 3155
    in reply to: Username or Email #669

    Giri
    Expired Member
    Post count: 3155

    Hi Joy,

    Thats not a UsersWP issue. That form is coming from Supreme. I’ll fix that too.

    Thanks

    in reply to: Username or Email #666

    Giri
    Expired Member
    Post count: 3155
    This reply has been marked as private.
    in reply to: Activate account link not working #665

    Giri
    Expired Member
    Post count: 3155

    Hi Yes, It seems like it delayed because stiofan is busy. I have asked him to release today. Most likely he will release it today. If not i’ll apply the patch in your website tomorrow.

    Sorry for the delay.

    Thanks

    in reply to: Login redirect #664

    Giri
    Expired Member
    Post count: 3155

    You are welcome 🙂

    in reply to: Username or Email #662

    Giri
    Expired Member
    Post count: 3155

    Hi Joy, Can you post the url to that page?

    PS: I’m seeing ssl errors in your website

    in reply to: Alignment Issues #655

    Giri
    Expired Member
    Post count: 3155

    You are welcome.

    in reply to: Alignment Issues #653

    Giri
    Expired Member
    Post count: 3155
    This reply has been marked as private.
    in reply to: Alignment Issues #651

    Giri
    Expired Member
    Post count: 3155

    Try this css

    
    
    .uwp_page .uwp-content-wrap .form-group {
        padding-bottom: 0 !important;
    }
    in reply to: Friends List #648

    Giri
    Expired Member
    Post count: 3155

    ok thanks

Viewing 15 posts - 16 through 30 (of 185 total)