By ThiloSO on Tuesday, 13 February 2018
Replies 2
Likes 0
Views 1.6K
Votes 0
Hi there,

more and more customers want a page with 0 errors on a W3C base.

So - inspite of reaching that goal i got rid of almost every error caused by the mini-calendar.
But there are still two mistakes which are going way beyond my JS Knowledge...

The following "ontouchstart" isn't allowed at this point for HTML 5 sites.

So - is there a way to get rid of it? or to call a function instead of placing it directly here?


<img title="Vorheriger Monat" alt="Letzter Monat" class="mod_events_link" src="/images/pfeil-weiss-prev.svg" onmousedown="callNavigation('http://domainname.de/index.php?option=com_jevents&task=modcal.ajax&day=1&month=1&year=2018&modid=88&tmpl=component&catids=14');" ontouchstart="callNavigation('http://domainname.de/feg/index.php?option=com_jevents&task=modcal.ajax&day=1&month=1&year=2018&modid=88&tmpl=component&catids=14');">


Any hints on that?

Greets,
Thilo
We added this in order to support navigation by touch devices - if you want to remove it then you can do this using a template override.

Copy the file modules/mod_jevents_cal/tmpl/JEVENTSVIEW/calendar.php to templates/YOURTEMPLATE/html/mod_jevents_cal/JEVENTSVIEW/calendar.php and remove the usage ontouchstart there
·
6 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you !
·
6 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post