Forums Forums Search & Filter Pro Datepicker Not Working

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Anonymous
    #75872

    Hi,

    The plugin is working great! I just have one issue. The datepicker doesn’t seem to be working, the date inputs are only functioning as basic text input fields.

    The site is here: http://findstudentscholarships.com/scholarships/

    Let me know if you can find the problem. Thank you!

    Trevor
    #75936

    It is because an element in your page has a higher z-index applied in CSS and is hiding the datepicker. You need to add some custom css to your theme:

    #ui-datepicker-div {z-index: 99999 !important;}
    
Viewing 2 posts - 1 through 2 (of 2 total)