Datepicker not showing

gabi 13 Aug, 2017
My form

No datepicker is showing in my V6 form

Datepicker not showing image 1

Datepicker not showing image 2

Datepicker not showing image 3

It is showing fine in V5

Datepicker not showing image 4

Any suggestion what the problem could be?
GreyHead 13 Aug, 2017
Hi gabi,

Possibly a JavaScript error on the page? Please post a link to the form so I can take a quick look.

Bob
gabi 13 Aug, 2017
The link is on top of my post, but I will put it here again np

Link to my form
GreyHead 14 Aug, 2017
Hi gabi,

Sorry, I missed the link - there are JavaScript errors on the page and the form without the template is OK.

I can't work out exactly what the problem is though - I suspect that there may be multiple copies of the jQuery library loading or possibly a timing problem that the library is not loading before the ChronoForms script runs.

Max might have another suggestion?

Bob
gabi 14 Aug, 2017
Hey GreyHead

OMG I am not a specialist in those things and I really dont know how to fix that then.

Hopefully someone can help me ???
gabi 15 Aug, 2017
Anyone can help me here please?
GreyHead 15 Aug, 2017
Answer
1 Likes
Hi gabi,

You have an extension jmod_slider that is loading an old version of the jQuery library as well as the current version being loaded by Joomla!. I suggest that you try disabling that and see if the problem is solved.

Bob
gabi 15 Aug, 2017
Hey GreyHead

Hehe, had to find out what a jmod_slider is, but I assume it is the Facebook slider.

I will try that, and return with result 😉
gabi 15 Aug, 2017
1 Likes
Yeah look at this.
That worked, now it is working

Datepicker not showing image 5

Only thing left now is the background for the datepicker, it looks too small and I cant figure out where to set the dimensions to correct that?
gabi 15 Aug, 2017
Oh I found a solution for that

Datepicker not showing image 6

I made a custom CSS and changed the min.with from 18em to 10em

/*media screen*/
.ui.calendar .ui.table.day {
min-width: 10em;
}

If there is another way to do this, please let me know🙂

Thanks so much for your help
gabi 15 Aug, 2017
Woops just noticed that the week days are english.
Can they be changed into danish somehow?

M T O T F L S
gabi 15 Aug, 2017
Solved this problem.
Found a post on forum

Datepicker not showing image 7

Datepicker not showing image 8

I like pictures🙂
claripuci 14 Jan, 2018
Hello, Bob.

I have the same problem.

But if you look at the form without a template, the datepicker does not appear http://alteamed.beget.tech/index.php?option=com_chronoforms6&chronoform=znpg&tmpl=component

Do you have any thoughts on this?

Do you think the problem is in scripts?
claripuci 14 Jan, 2018
UPD

Hmmmm..... the datepicker started working when I added container class "field" for this row.
phimiu 09 Feb, 2018
I've the same problem but i can't understand how you solved the problem.
claripuci 09 Feb, 2018
This started working when I assigned a class to the container ... class "field"
phimiu 10 Feb, 2018
It is already inserted. Also Asterisk near the labels of mandatory fields aren't visible.
Maybe the problem is related to CSS or JS of the framework of template.
In fact with another template or using the plain module it works fine.Datepicker not showing image 10
phimiu 10 Feb, 2018
Thaks for the replay
This topic is locked and no more replies can be posted.