Datepicker not showing up after click into input
-
First of all thx for that great plugin. It’s very useful since the date function from contact form 7 isn’t working in all browsers.
Anyway this time the plugin gave me a hard time. I wanted to use the plugin with a theme from themeforrest but the input-widget didn’t show up after klicking into the input field. I wasted hours of time nailing down the problem. Always having in mind that it had to be some kind of problem with the theme, another plugin or .js
Good News: In the end I figured out it was simple because of the low z-index from the div with the id “ui-datepicker-div”. So all i got to do was adding a little CSS:
#ui-datepicker-div ,.ui-datepicker{z-index: 9999 !important;}
May this entry be helpful for others!
- The topic ‘Datepicker not showing up after click into input’ is closed to new replies.