- Posts: 7
- Thank you received: 0
The date picker is not working
- jpovar
- Topic Author
- Offline
- New Member
-
Less
More
11 years 9 months ago #1542
by jpovar
The date picker is not working was created by jpovar
I have added an additional field type date, but the date picker does not work, it seems a related conflict with jquery.
The error does not occur when Groups for Multiple Extra Fields K2 is disabled. Please could you help me?
The error does not occur when Groups for Multiple Extra Fields K2 is disabled. Please could you help me?
Please Log in or Create an account to join the conversation.
- mmmaug1977
-
- Offline
- Moderator
-
11 years 9 months ago #1555
by mmmaug1977
Replied by mmmaug1977 on topic The date picker is not working
Hello Rosa,
I have found a workaround for this problem, you can try it until I override the calendar function of Joomla
Edit this file: libraries/cms/html/html.php
replace this line (no: 989) :
with this
I have found a workaround for this problem, you can try it until I override the calendar function of Joomla
Edit this file: libraries/cms/html/html.php
replace this line (no: 989) :
Code:
'window.addEvent(\'domready\', function() {Calendar.setup({
with this
Code:
'window.addEvent(\'load\', function() {Calendar.setup({
Please Log in or Create an account to join the conversation.