• I have a wordpress site setup with some custom post types that I’m using Custom Fields Template with.

    Everything has been working fine, until today I noticed the datepicker isnt’ working anymore. Using firebug I was able to see the following error:

    Error: jQuery(“.datePicker”).datePicker is not a function
    Source File: https://www.MYDOMAIN.com/wp-admin/post.php?post=761&action=edit
    Line: 467

    Anyone know what the issue could be? Any help greatly appreciated!

Viewing 1 replies (of 1 total)
  • Hi theMaab

    I came to the forums with the same issue. I seem to have resolved it by setting my dateFormat correctly. Hard to say if your issue is related without seeing you template.

    what I found was that the dateFormat has to be in lowercase (I use yyyy/mm/dd for mine for easy sorting without converting the output in a wp_query call). If I set this to YYYY/MM/DD it breaks.

    Does this help you at all?

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Custom Field Template] JS error causing datepicker to not work’ is closed to new replies.