Kor

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 43 total)
  • Author
    Posts
  • in reply to: Not understanding what I bought #5290

    Kor
    Moderator
    Post count: 16516

    Hi voiceofthem,

    Thanks for your post. Could you tell us a little bit more about the issue that you’re facing? What are you trying to achieve there? Have you seen the product documentation? https://userswp.io/docs/

    in reply to: need some help #5289

    Kor
    Moderator
    Post count: 16516

    Hi voiceofthem,

    Thanks for your post. You can start from our documentation here https://userswp.io/docs/ and ofcourse, if you’ve any questions, please do not hesitate to ask us here.

    in reply to: Using email as username #5055

    Kor
    Moderator
    Post count: 16516

    Hi suvadel,

    Thanks for your reply. You can use the custom CSS code below to achieve what you needed there. Insert into WP > Appearance > Customize > Additional CSS

    ::-webkit-input-placeholder { /* WebKit browsers */
        color:    #fff!important;
    }
    :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
       color:    #fff!important;
       opacity:  1;
    }
    ::-moz-placeholder { /* Mozilla Firefox 19+ */
       color:    #fff!important;
       opacity:  1;
    }
    :-ms-input-placeholder { /* Internet Explorer 10+ */
       color:    #fff!important;
    }
    
    
    div#uwp_account_first_name_row:before {content: "First Name"!important;}
    
    div#uwp_account_last_name_row:before {content: "Last Name"!important;}
    
    div#uwp_account_username_row:before {content: "Username"!important;}
    
    div#uwp_account_user_country_row:before {content: "Country"!important;}
    
    div#uwp_account_email_row:before {content: "Email"!important;}
    
    div#uwp_account_confirm_email_row:before {content: "Confirm Email"!important;}
    
    div#uwp_account_password_row:before {content: "Password"!important;}
    
    div#uwp_account_confirm_password_row:before {content: "Confirm Password"!important;}
    in reply to: Using email as username #5045

    Kor
    Moderator
    Post count: 16516

    Hi suvadel,

    Thanks for your patience. Could you please share your Website URL here in question so that I could check the point below for you?

    4. On the registration page, instead of showing the label inside the field, I would like to show on the left outside the box. (similar to add listing page in GeoDirectory)

    in reply to: More Info Tab #4623

    Kor
    Moderator
    Post count: 16516

    Hi Eugene,

    Thanks for your post. Kindly share your Website WP admin access here in private reply and we’ll check your site setup.

    in reply to: video page problem #4427

    Kor
    Moderator
    Post count: 16516

    Hi John,

    Thanks for reporting. I’ve alerted the developers and he will check on it later.

    in reply to: profile 404 different than rest of site #4240

    Kor
    Moderator
    Post count: 16516

    Hi Colin,

    Thanks for your post. This is usually related to permalinks. Could you share your Website WP admin access here in private reply so that we could check on it?

    in reply to: Spam registration #3579

    Kor
    Moderator
    Post count: 16516

    Hi there,

    You can try using this addon https://userswp.io/downloads/moderation/ for filtering fake registrations.

    Thanks!

    in reply to: reCAPTCHA bug #3526

    Kor
    Moderator
    Post count: 16516

    Hi majaxlt,

    Thanks for your post. Unfortunately, this is not a known issue. Could you possibly share your Wp admin access here in private reply so that we could check it out for you?

    Thanks

    in reply to: Post has a big white gap on right side on phone #3492

    Kor
    Moderator
    Post count: 16516

    Hi Jeff,

    Could you insert the custom CSS code below and see if it fixes the issue you had there?

    
    
    body p {
        overflow: hidden!important;
    }
    in reply to: Cannot get Facebook social login working #3113

    Kor
    Moderator
    Post count: 16516

    Hi Andrew,

    Glad that helped. Have a nice day!

    Thanks!

    in reply to: Cannot get Facebook social login working #3110

    Kor
    Moderator
    Post count: 16516

    Hi Andrew,

    Thanks for your post. Could you review the setup here https://userswp.io/docs/social-login/#facebook and see if you’ve left out anything there?

    Thanks!

    in reply to: Reorder custom profile tabs #3034

    Kor
    Moderator
    Post count: 16516

    Hi Alex,

    We’ve forwarded this to a developer and he will look into this asap! Thanks again for your patience.

    Thanks!

    in reply to: css on fields #2683

    Kor
    Moderator
    Post count: 16516

    Hi Rita,

    Thanks for your reply. Kindly insert the custom CSS code below into GD > Design > Scripts > Custom Style CSS to fix this. The attached screenshot is how it looks like if it works.

    
    
    div#uwp_account_city_row{
        display:inline-block!important;
        width: 48%;
        margin: 0 2% 0 0;
    }
    
    div#uwp_account_state_row {
        display:inline-block!important;
        width: 48%;   
    }
    in reply to: HTTP ERROR 500 #2606

    Kor
    Moderator
    Post count: 16516

    Hi Jeff,

    Thanks for your reply. Could you please share your WP admin access in private reply so that I could check on it? Also, share the URL of the site in question.

    Thanks!

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