Hi @mick89
Hard to say what it could be without checking the page. Either a javascript issue or a misconfiguration. Are you able to share the link to the page where the date picker should display?
Greetings, Carlos
Thread Starter
mick89
(@mick89)
https://em-tech.si/
on the first page, scroll down to “prijava na tečaje”. you will see two red boxes. Click on the right one that says “usposabljanje s področja varnosti in zdravja pri delu”. Just under email, you will be able to see the datetime.
Thanks for the help 🙂
Hi @mick89 thank you for sharing the link.
There are 2 issues.
First, set the field to be a normal field, instead of a date field. This will allow the plugin to handle the date part, instead of the browser.
Then add this to the custom css in the customizer:
.xdsoft_datetimepicker {
z-index:999999999999999;
}
The datepicker is actually displaying, but hidden behind the lightbox. The css should help bringint it above the lightbox.
Check if it works.
Greetings, Carlos
Thread Starter
mick89
(@mick89)
Hey Carlos.
Thanks!
This indeed solved the issue.
Thank your for a great plugin 🙂
One more question. Is it possible to only show mondays on the calendar? I’ve searched through plugin options but i couldn’t find it.
It would be a good addition to the plugin 🙂
Thanks for great work 🙂
glad it works @mick89
You can disable all other week days in the advanced settings tab of the plugin settings page and only leave monday active.
Greetings, Carlos
Thread Starter
mick89
(@mick89)
well that was kinda embarrasing. i’ve already disabled saturday and sunday there..how i missed other days, i’ve no idea 😀
thanks for a great plugin!