PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

date chooser not working

  1. Sherry
    Member

    Hi -- Just noticed after the last update, the date chooser won't work.

    Posted 11 years ago on Thursday October 11, 2012 | Permalink
  2. David Peralty

    Can you link to your form with this issue please?

    Posted 11 years ago on Thursday October 11, 2012 | Permalink
  3. Sherry
    Member

    oops sorry -- hit the submit too fast..
    here it is
    http://familypracticekamloopsarea.ca/add-a-job/

    and while I am using the Views plugin... it was working fine until the last GF update

    Posted 11 years ago on Thursday October 11, 2012 | Permalink
  4. The Views Plugin is outputting it's own datepicker.css file, which is causing the date picker not to work. Screenshot

    Posted 11 years ago on Thursday October 11, 2012 | Permalink
  5. Sherry
    Member

    so then... it's their problem? I mean everything was playing nice together until the latest GF update. What do you suggest for a work around? I mean I'll post your response on their forum but I'm pretty sure they'll point the finger back at GF.

    Posted 11 years ago on Thursday October 11, 2012 | Permalink
  6. It's not a matter of pointing fingers. That's not my intent here. What I'm showing you in this screenshot is a stylesheet is getting loaded in (from their plugin) that has a display:none property. We haven't changed or updated any of our date picker styles (or any styles for that matter) in recent updates. You can weed through it all and override those styles with custom styles if you'd like.

    Does their stylesheet serve a purpose on this page? Is it even needed? That would be something worth asking - I have not personally used that plugin before and I'm more interested in helping you solved the problem than pointing fingers - so I hope you didn't take any offense by me pointing that out.

    Posted 11 years ago on Thursday October 11, 2012 | Permalink
  7. Sherry
    Member

    Thank you Rob -- sorry -- it's been a rather stressful day... I really don't think their styling is needed and any fix for this would be HUGELY appreciated.

    Posted 11 years ago on Thursday October 11, 2012 | Permalink
  8. No worries at all. Try dropping this CSS into your theme's stylesheet and see what happens:

    [css]
    body #ui-datepicker-div {
    width: auto !important;
    }
    body #ui-datepicker-div .ui-datepicker {
    display: block;
    }
    Posted 11 years ago on Thursday October 11, 2012 | Permalink
  9. Sherry
    Member

    Oh you are brilliant... I can't thank you enough!!

    Posted 11 years ago on Thursday October 11, 2012 | Permalink
  10. No problem Sherry - glad to help out!

    Posted 11 years ago on Thursday October 11, 2012 | Permalink

This topic has been resolved and has been closed to new replies.