Hello,
I wanted to add to my woocommerce install the ability to collect and store the birthdates of my users.
In this sense, I installed the plugin «Checkout Field Editor for WooCommerce»: https://www.themehigh.com/product/woocommerce-checkout-field-editor-pro
The plugin is working, but I have a problem because the date picker (which is JQuery driven) doesn’t appear on my checkout form.
I asked the plugin support about that and they asked me to add this code to my CSS:
div#ui-datepicker-div {
z-index: 9999 !important;
}
I went to the style.css file of my Jevelin child and added this code, but there is no change.
Maybe there is some incompatibility with my theme?
Do you have any idea and could you help me to solve this problem?
Thanks a lot and best regards,
Yenny