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 Picker Not working despite plugin check

  1. Hi,
    I ma having an issue with the date picker - it doesnt function full stop. I disabled all possible plugins that might conflict and nothing. Yes, there are a couple of major plugins I didnt disable. However these were NG Gallery, Mingle, Google Sitemaps & WP Database Manager - core plugins that if there is a conflict will have to take priority over the luxury of a date picker. However, I would really love for the feature to work so I really need some help.

    The form the date picker is not working on is:
    http://nagoya-info.com/events/submit-event/

    Thank you guys in advance

    Posted 12 years ago on Friday September 9, 2011 | Permalink
  2. It looks like another plugin ( job manager ) is loading another version of the jQuery UI datepicker script. Try disabling that plugin/script and see if it works properly for you.

    <script type='text/javascript' src='http://nagoya-info.com/wp-content/plugins/job-manager/js/jquery-ui-datepicker.js?ver=0.7.17'>

    screenshot: http://bit.ly/o0fU9P

    Posted 12 years ago on Friday September 9, 2011 | Permalink
  3. Hi Kevin!
    Thanks so much for the reply.

    Do you know of a way I can have both plugins activated but still be able to use the date picker for Gravity forms?

    Posted 12 years ago on Saturday September 10, 2011 | Permalink
  4. Actuallly Kevin - interestingly even when I deactivate the job manager plugin the date picker doesnt work. I claered cache, resaved the form etc etc etc...but still not working.

    Posted 12 years ago on Saturday September 10, 2011 | Permalink
  5. Sorry Kevin... I had thr weekend to ponder what to do and have revised what I wanted to ask.

    I'm actually going to do away with the job manager plugin and revert to custom post types to cover. It means I won't be using the job manager plugin so in effect the date picker should work.

    So, I don;t want to know how to get both plugins working togther, I'd ljust like to know how to get the date picker working (Which its should be doing with the jobmanager plugin disable, right?)

    Thanks

    Posted 12 years ago on Monday September 12, 2011 | Permalink
  6. I copied your page to my test area the other day to tinker with it. I found that removing the additional jQuery reference fixed the date picker issue.

    <script type='text/javascript' src='http://nagoya-info.com/wp-includes/js/jquery/jquery.js?ver=1.6.1'>

    Once that was gone, all worked as expected. You can see my test page with the working date picker here.

    http://dl.dropbox.com/u/688846/gravityhelp/nagoya.html

    Posted 12 years ago on Monday September 12, 2011 | Permalink