Hello @pekasmx,
Thanks for using the plugin,
Hope you are doing well, Please use this code snippet in the functions.php
file of the currently activated theme or use a post snippet plugin to set a higher CSS property for the hour field. The date field is working; the issue you may be facing is that it opens upon clicking the calendar icon, which is on the right side of the field.
Please have a look at the screencast video.
https://www.awesomescreenshot.com/video/23917814?key=f3e0edc5803cca321e0404013fa225c1
//for function.php
add_action('wp_head', function() {
?>
<style>
.xdsoft_datetimepicker.xdsoft_noselect.xdsoft_ {
z-index: 99999999999999999999999;
}
</style>
<?php
});
https://www.awesomescreenshot.com/video/23918139?key=78c83ffcec3f00cfcf51b709f50439b9
//for post snippet
.xdsoft_datetimepicker.xdsoft_noselect.xdsoft_ {
z-index: 99999999999999999999999;
}
If you have any questions, feel free to reach out. We’re here to assist you.
Thanks & Regards
WP Experts Support Team