-
AuthorPosts
-
marinolab Friend
marinolab
- Join date:
- June 2010
- Posts:
- 147
- Downloads:
- 45
- Uploads:
- 34
- Thanks:
- 33
- Thanked:
- 7 times in 2 posts
December 16, 2015 at 9:30 am #816442I have a problem with the Accessibility Checker of my Institutional Health site (login). How can I repair it?
Check 57: input element, type of "text", missing an associated label.
Repair: Add a label element that surrounds the control’s label. Set the for attribute on the label element to the same value as the id attribute of the control. And/or add a title attribute to the input element. And/or create a label element that contains the input element.
Error Line 988, Column 7:
<input id="modlgn-username" type="text" name="username" class="input form-control" tabindex="0" size …
Check 118: input element, type of "password", missing an associated label.
Repair: Add a label element that surrounds the control’s label. Set the for attribute on the label element to the same value as the id attribute of the control. And/or add a title attribute to the input element. And/or create a label element that contains the input element.
Error Line 997, Column 6:
<input id="modlgn-passwd" type="password" name="password" class="input form-control" tabindex="0"
…
Check 207: input element, type of "password", has no text in label.
Repair: Add text to the input element’s associated label that describes the purpose or function of the control.
Error Line 997, Column 6:
<input id="modlgn-passwd" type="password" name="password" class="input form-control" tabindex="0"
…
Check 213: input element, type of "text", has no text in label.
Repair: Add text to the input element’s associated label that describes the purpose or function of the control.
Error Line 988, Column 7:
<input id="modlgn-username" type="text" name="username" class="input form-control" tabindex="0" size …
3.3 Input Assistance: Help users avoid and correct mistakes.Success Criteria 3.3.2 Labels or Instructions (A)
Check 188: Label text is empty.
Repair: Add text to the label element.
Error Line 988, Column 7:
<input id="modlgn-username" type="text" name="username" class="input form-control" tabindex="0" size …
Error Line 997, Column 6:
<input id="modlgn-passwd" type="password" name="password" class="input form-control" tabindex="0"
…Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
December 17, 2015 at 4:12 am #818013Hi could u explain the issue with your site url . The login fields are standard Joomla fields . https://docs.joomla.org/Category:Form_fields While u can make customization in the the override files of login module in template directory (/html/com_user/)
marinolab Friendmarinolab
- Join date:
- June 2010
- Posts:
- 147
- Downloads:
- 45
- Uploads:
- 34
- Thanks:
- 33
- Thanked:
- 7 times in 2 posts
December 20, 2015 at 8:34 am #824974I mean:
If I have login drop down in horizontal menu….I get the error of accessibility above;If I set login simple (like I must set now) …I get no error.
-
Pankaj Sharma Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
December 20, 2015 at 11:28 pm #825977Hi
Did u sort it out ? As i can see there is no error in screenshot .
Please share your site url if there is still an issue in it .marinolab Friendmarinolab
- Join date:
- June 2010
- Posts:
- 147
- Downloads:
- 45
- Uploads:
- 34
- Thanks:
- 33
- Thanked:
- 7 times in 2 posts
December 21, 2015 at 10:34 am #826807I try to be clear for the last time….(language is a problem):
If I set the login like shown in image "error.jpg" i get errors of accessibility; If I set the login like shown in image "no_error.jpg" I get not error of accessibility.
So….now I set login like first example so you can test with your preferred accessibility checker and please tell me how resolve the problem.
For Accessibility I mean the respect of WCAG 2.0 (Level AA).
ThankPankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
December 21, 2015 at 12:01 pm #826931Please share your site url to check the problem .
marinolab Friendmarinolab
- Join date:
- June 2010
- Posts:
- 147
- Downloads:
- 45
- Uploads:
- 34
- Thanks:
- 33
- Thanked:
- 7 times in 2 posts
December 21, 2015 at 6:12 pm #827591http://www.aslromag.info/web
…..in the first or second post i put the account for administration…..Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
December 22, 2015 at 5:17 am #828319Hi
The first screenshot is using the Joomla login module and in seconds i can its Joomla login form menu .
Its a default Joomla module and you need to do the customization in the core Joomla module files . Normally These are the warnings that does not effect the site , i do not suggest to make customize the core files of Joomla . You need to edit these files with help of you developer to add custom labels with respect to the warnings . The files are in modulesmod_logintmpl
I checked the site on this tool that will give u the error/warnings and suggestion to improve/fix it .marinolab Friendmarinolab
- Join date:
- June 2010
- Posts:
- 147
- Downloads:
- 45
- Uploads:
- 34
- Thanks:
- 33
- Thanked:
- 7 times in 2 posts
December 22, 2015 at 9:02 am #828639There is nothing new in your four answered post…..
At the file modules/mod_login/tmpl/default.php there is the code of the correct login….
Can you tell me how modify the code of the login in the error.jpg or have I to repost the question in the forum hoping for another moderator?Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
December 22, 2015 at 9:28 am #828669You need to edit these files with help of you developer to add custom labels with respect to the warnings . The files are in modulesmod_logintmpl
I checked the site on this tool that will give u the error/warnings and suggestion to improve/fix it . >>
Dear sir
have u checked site on tool i suggested in last post ? It will give u suggestion how to fix it .
Sorry we do not provide customization support for core Joomla hacks/customization , I suggest you to post question on Joomla forum http://forum.joomla.org/ for how to fix error in Joomla login module .
You can make override of the login module inside the template /html folder rather then .
If there is any change in this case , u want from the template let me know i will help u to change it .marinolab Friendmarinolab
- Join date:
- June 2010
- Posts:
- 147
- Downloads:
- 45
- Uploads:
- 34
- Thanks:
- 33
- Thanked:
- 7 times in 2 posts
December 22, 2015 at 4:29 pm #828996Ok, all this helped me to understand that any form or login module that is inserted into Megamenu will be free from accessibility requirements, so I decided to call in Masthead log classical Joomla.
The problem is that even if it appears in Masthead, the modules do not appear in the page where you clicked from.
How can I do?Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
December 23, 2015 at 8:37 am #829721Hi
masthead is module position and u can publish module login on that .
could u tell us the error you are getting . I checked your site but there is no module published on this position .marinolab Friendmarinolab
- Join date:
- June 2010
- Posts:
- 147
- Downloads:
- 45
- Uploads:
- 34
- Thanks:
- 33
- Thanked:
- 7 times in 2 posts
December 23, 2015 at 9:27 am #829753When you clic on login in the horizontal menu, you open the login (http://www.aslromag.info/web/component/users/?view=login) but not still have the modules in the page where you have been…the page change….
I want cry….
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
December 23, 2015 at 9:33 am #829757Hi
Please share the admin details via private reply . i can see login form here > http://prntscr.com/9hki32
and there is no module published , i will check the login module u published on JA masthead position -
AuthorPosts
This topic contains 17 replies, has 2 voices, and was last updated by Pankaj Sharma 8 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum