Shape 5

Joomla Templates => Incline - Club => : dlong23 January 28, 2015, 08:58:52 AM



: Login Form Not Accepting Key Input?
: dlong23 January 28, 2015, 08:58:52 AM
Hello,

My site has the standard Login module placed in the Right position on the main page. The textboxes for input do not consistently respond visibly to keypress events. If I try to place focus on the username textbox by clicking into it and start typing, nothing appears in the textbox. But when I click the LOGIN button (with the password still blank) then I get a fuller representation of the login form, and the characters appear which had been typed.

I've tested IE11 and FF with the same results. Any pointers appreciated.


: Re: Login Form Not Accepting Key Input?
: jonahh January 28, 2015, 01:23:56 PM
If you add the following CSS to the bottom of your template.css file this should fix it:

:
#login-form .input-prepend input {
    font-size: 13px;}


: Re: Login Form Not Accepting Key Input?
: dlong23 January 29, 2015, 07:55:28 AM
Thanks, Jonah!


: Re: Login Form Not Accepting Key Input?
: mikenicoll January 30, 2015, 07:51:31 PM
Let us know if you have any further questions!