Viewing 6 reply threads
You must be logged in to reply to this topic.
Hi,
I understand I may or may not be able to get help with this but its worth a shot.
If you enable a Datepicker in the Woocommerce checkout, it doesn’t work with this theme. I have confirmed it is a theme issue by switching to the twentyfifteen theme which displays its correctly. If the Tower theme is active, the datepicker does not display. Oddly enough there are no errors in the console for Chrome relating to it.
I know that WooCommerce is technically a third party extension but thought I’d see if any of the theme developers can think of possible reasons this may occur?
Thanks in advance.
Hello,
Are you using a plugin or an add-on for the datepicker? Send us your wp credentials in a private reply and we can give it a closer look.
Best regards!
Hi Mihaila,
I noticed you logged in a couple of days a go. Did you have any luck working out the datepicker issue?
Thanks.
Hello,
Sorry for the late reply.
I added this code into your custom css box: .ui-datepicker{z-index:9999 !important;}
The calendar displays now. Please check your site.
Best regards!
Hi Mihaila,
You are the best thanks so much for that, much appreciated!
I notice there is a red circle with a line through it when you hover over the field, is that from the theme or the plugin? Can it be hidden? Not too big of an issue as the calendar now appears when clicked!
Again thanks for your help and awesome support!
Hello,
Yes, to hide it i added this code:
input#delivery_date {
cursor: pointer !important;
}
Best regards!
You must be logged in to reply to this topic.