Hi,
I am using an event calendar on my website. the version 3.4.50. Now I am converting my website to follow ADA standards. When testing with the Wave tool, it detects errors on the Events calendar.
1) 2 X Missing form label
(A select box shows months, Another select box shows years missing labels.)
2) 1 X Empty link
(A print icon in the calendar missing text)
I found, when changing the file below may fix the issue. line number 97,
components\com_jevents\views\default\helpers\defaultviewhelperheader16.php
<span class="icon-print"> </span>
When I add 'Print' in the span the issue resolves.
<span class="icon-print"> Print </span>
I tried to override the file to avoid editing the core file. But it is not working.
How can I override the helper files in the component? Or are there any other ways to fix it?
Thanks in Advance.
I am using an event calendar on my website. the version 3.4.50. Now I am converting my website to follow ADA standards. When testing with the Wave tool, it detects errors on the Events calendar.
1) 2 X Missing form label
(A select box shows months, Another select box shows years missing labels.)
2) 1 X Empty link
(A print icon in the calendar missing text)
I found, when changing the file below may fix the issue. line number 97,
components\com_jevents\views\default\helpers\defaultviewhelperheader16.php
<span class="icon-print"> </span>
When I add 'Print' in the span the issue resolves.
<span class="icon-print"> Print </span>
I tried to override the file to avoid editing the core file. But it is not working.
How can I override the helper files in the component? Or are there any other ways to fix it?
Thanks in Advance.