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 Day Calendar Graphic not loading

  1. Guys, great plugin,
    been using it for several months now and its getting great results.
    One thing, since installing Slidedeck our Date Picker has gone weird. We need a solution quickly before new talent or a casting wants to register.
    Pages you can see our problem:
    http://dagmusic.com/application-to-casting/?lang=en
    http://dagmusic.com/register/?lang=en#register

    Hope you can get a solution soon. Many thanks.

    Posted 12 years ago on Tuesday September 27, 2011 | Permalink
  2. Yep, there is an obvious script conflict with the jQuery datepicker script itself.. beyond just the icon.

    screenshot: http://bit.ly/olTcb2

    The datepicker position, width, etc. are set dynamically by the script and that's being broken.

    The datepicker script is part of the jQuery UI library and not something proprietary to Gravity Forms. Your best bet is to do a Google search for known conflicts with Slidedeck and the jQuery datepicker to see what you can find.

    It could be that you're calling the jQuery library multiple times in your script.. hard to say since there's so much going on. I don't know if these are relevant or not, but might be a good place to start looking.

    http://support.slidedeck.com/slidedeck/topics/slidedeck_conflict_with_other_jquery?from_gsfn=true

    http://wordpress.stackexchange.com/questions/7860/loading-slidedeck-on-a-page

    http://support.slidedeck.com/slidedeck/topics/jquery_version_conflict_need_to_update_to_jquery_1_5_2_in_lib

    As far as the calendar icon itself, are you sure that you have that option set to show on the field?

    Posted 12 years ago on Tuesday September 27, 2011 | Permalink
  3. Thanks for getting back to me.
    Sure i think that loading jQuery library multiple times is the culprit, and Slidedeck were also giving this as a possibility. On this occasion due to time contraints and my lack of understanding with php, I have gone for the Date Field option.
    However if you had time to look at our header.php and find the culprit it would be most appreciated.
    Cheers.

    Posted 12 years ago on Thursday September 29, 2011 | Permalink
  4. The issue is most likely going to be multiple jQuery libraries being loaded. This is never recommended. If SlideDeck isn't using the built in WordPress jQuery library and using enqueue to do so, then they should really change how they are loading jQuery.

    Posted 12 years ago on Thursday September 29, 2011 | Permalink