Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter juan71

    (@juan71)

    P.S. the password field it’s ok…

    Plugin Author Ziv

    (@ziv)

    So you are saying you are not seeing the username field in your loginbox? Can you please link me to one of the pages where this error occurs?

    Thread Starter juan71

    (@juan71)

    Sorry Ziv,
    i’m working in local…
    However .. No, I see the field but i can’t insert value… the field it’s disabled … and i see the default value in (“username”)!!!

    Thread Starter juan71

    (@juan71)

    it doesn’t get the focus…

    Thread Starter juan71

    (@juan71)

    below the source code

    div style="overflow: hidden;width: 100%;"><div id='wplb_wrap' style='float: ;'>
    <div id='wplb_main'>
    <form name='loginform' id='loginform' action='http://localhost/wordpress/wp-login.php' method='post'>
    		<input type='text' class='wplb_field' name='log' id='user_login'  value='username' onfocus="if(this.value==this.defaultValue)this.value='';" onblur="if(this.value=='')this.value=this.defaultValue;" />
    		<input type='password' class='wplb_field'  name='pwd' id='user_pass' value='password' onfocus="if(this.value==this.defaultValue)this.value='';" onblur="if(this.value=='')this.value=this.defaultValue;" />
            	<input name='rememberme' class='wplb_check' type='checkbox' id='rememberme' value='forever' />
            <span class='wplb_text'>Ricordami</span>
        		<input type='submit' name='wp-submit' class='wplb_button' id='wp-submit'  value='Log In'  />
            <input type="hidden" name="curl" value="http://localhost/wordpress/" />
    		<input type='hidden' name='redirect_to' value='http://localhost/wordpress/index.php' />
    		<input type='hidden' name='testcookie' value='1' />
    </form>
    </div>
    <a class='wplb_link' href='http://localhost/wordpress/wp-signup.php'>Registrati</a>
    <a class='wplb_link' href='http://localhost/wordpress/wp-login.php?action=lostpassword'>Password dimenticata ?</a>
    </div></div>
    			</div>
    Thread Starter juan71

    (@juan71)

    this in the <head>

    <link rel='stylesheet' id='wplbstyle-css'  href='http://localhost/wordpress/wp-content/plugins/wp-login-box/styles/blue.css?ver=3.5.1' type='text/css' media='all' />

    Thread Starter juan71

    (@juan71)

    thanks for your time !!!
    Cheers
    Gianni

    Thread Starter juan71

    (@juan71)

    The problem was the [shortcode].
    I try it using the function call and now it works !!!

    Plugin Author Ziv

    (@ziv)

    Glad you fixed it! Sorry I couldn’t help.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Username’ is closed to new replies.