Hi @eddie_ind
I am not seeing the files from my plugin loading on the page (but since you have everything minified it could also be that) double check the settings you have on ‘when to load’ option. If you have the ‘only when [datetimepicker] shortcode exists on page’ make sure you include [datetimepicker] in the page also.
There’s also another plugin which seems it might be using the same script I use in mine and that could be causing a conflict, but I think it’s related with the fact the files are not loading.
Greetings, Carlos
Hi Carlos,
I seem to have a similar issue. I have been using the plugin on a website for several months without issue however it now doesn’t display in IE. It works perfectly in Chrome and Safari, just not IE which is causing issues with the form linking to the payment system.
Do you have a fix for this?
I have several forms using it, here is one of them – https://the-advertiser.co.uk/submit-an-advert/size-1-adverts/
Thanks in advance.
Thanks, I added the code and it worked
but there is an issue, it shows full calender, I only need the calender during the selection and it should colapse after selection. and how to put both the calenders inline.
@productivedesign hi! Thank you for using the plugin.
Currently we’re not support IE unfortunately. Making the plugin work in IE was breaking other features in the most used browsers. But we can look into it to see if there’s something that can be improved. Please open a different ticket since it’s a different issue. Thank you! Carlos
@eddie_ind glad it worked. Thank you for the update. Cheers
actully I need the first option given on this page https://xdsoft.net/jqplugins/datetimepicker/
@eddie_ind enable both the date and time options in the settings. If you don’t want the calendar to display inline, disable the inline option.
Dear,
I have the same issue but I see that your script is well loaded.
I tested several ‘when to load’ option but still have the same error.
You can see it on the right panel by clicking the “Appelez moi” button in the top menu.
http://www.dawebmaker.com/assurances/
Thanks in advance and thanks for that great plugin.
Kr,
Kevin
Hi @kevinwls
In your case it’s a styling issue. The date picker displays behind your floatin sidebar. You need to add this to the custom css field of your site:
.xdsoft_datetimepicker{
z-index:99999999;
}
Greetings, Carlos
Thanks a lot @carlosmoreirapt, it works perfectly now.
Kr,
Kevin