Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • studiovarda Friend
    #181280

    I have a problem at this URL: http://www.kleb.it/new/index.php?option=com_content&view=article&id=96&Itemid=697 how i show the USER and PASSWORD tab into the two field of this module???

    Thanks

    Scott Lavelle Friend
    #469473

    This is the code for the default login module:


    <fieldset class="userdata">
    <p id="form-login-username">
    <label for="modlgn-username"><?php echo JText::_('MOD_LOGIN_VALUE_USERNAME') ?></label>
    <input id="modlgn-username" type="text" name="username" class="inputbox" size="18" />
    </p>
    <p id="form-login-password">
    <label for="modlgn-passwd"><?php echo JText::_('JGLOBAL_PASSWORD') ?></label>
    <input id="modlgn-passwd" type="password" name="password" class="inputbox" size="18" />
    </p>

    I see similar code (including the label) on your page. Seems that maybe it’s using css to hide this…

    Yes -in fact I can see that it is set to display:none in your css. Change this to not have the display: none, and you should see the labels…


    #login-form label {
    display: none;
    }

    Hope that helps.

    Scott Lavelle - Technical Resource Solutions, LLC
    Certified Joomla Administrator

    studiovarda Friend
    #469504

    Many thans! Now i see the label!

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  studiovarda 11 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum