Forums

DateTimePicker is not working

rumtreiber 04 Aug, 2011
DateTimePicker is not working

Hi there,

after looking hours and try for hours i gave up. The calender will not show up in the form:

http://aktivotours.com/index.php?option=com_chronocontact&chronoformname=Wanderkajak

I also try the standart templates like beez and JA_Purity but with no luck.

PLS help me, because i going mad with the problem!!!

greetings tom

I tried also:
- css/js Files: YES
- Data Fields Settings: date_9,date_10 and so on...
- Formular without css: http://aktivotours.com/index.php?option=com_chronocontact&chronoformname=Wanderkajak&tmpl=component

STILL not working 😫
GreyHead 05 Aug, 2011
Hi rumtreiber ,

Your template (or some other component) is loading three!! copies of the jQuery JavaScript library. Out of the box jQuery isn't compatible with the MooTools library used by Joomla! and ChronoForms. You can use jQuery with MooTools in no-conflict mode. There are various ways of doing this. The simplest is to add a line of script in the ChronoForms Form JavaScript box:
jQuery.noConflict();
This will free the $ operator which is used by MooTools, so you may need to update your own javascripts to use the longer jQuery operator.

There is also a neat Joomla! 1.5 system plugin named SC jQuery that allows you to control on which pages jQuery is loaded, and will always load it in no-conflict mode.

Bob
rumtreiber 05 Aug, 2011
Hi Bob,

thank you for your fast answer. Well, now I use the nice SC jQuery plugin. It is active in the front end for all menu items. In the website code i can see the "no conflict" settings but without luck 😢 The TimePicker no shows up.

Also I can not start the form with e.g. {**chro­no­­contact**}sub­­­mit­­content{**/chro­no­­contact**} (without **) from the contant.

I am just a normal user from joomla for our website. And know I am at one's wits' end.

Saludos from Patagonia

Thomas
GreyHead 06 Aug, 2011
Hi Thomas,

I can now see four different versions of JQuery loading. The last of these is loading after the last noConflict() call.

Frankly, the JavaScript on your site is a mess, get it sortes out and I expect that the problems will go away.

Bob
rumtreiber 10 Aug, 2011
Hi Bob!

thanks for your replay. I´m was searching the web to find out what can i do against the multiples JQuery´s. But I do not found the right thing to understand how can I fix it. I tried to disable the loading in the plugins witch are loading a extra JQuery. But only one offered that.

Than I found the plugin for Joomla: "One jQuery" 1.0 it sounds cool but without knowing the Regex... :-( I can not handle this. So far I understand, can i put the versions of JQuery that I to much. But how?

So, do you have a link with a example? Can I just delete the marked items? Sorry!

PLS help to me understand this fact that the website can run with chronoforms.

best regards

Thomas
GreyHead 11 Aug, 2011
Hi Thomas,

You need to find out hwat is loading the many copies of JQuery and stop them loading more than one copy between them. Neither Joomla! nor ChronoForms use JQuery so this is a result of the template and other extensions that have been installed.

ChronoForms runs OK on Joomla! - it may not run on a site that is messed up in this way :-(

Bob
This topic is locked and no more replies can be posted.