I am trying to: edit a custom post that is using a toolset date field. When I click on the date, I believe that the expected behavior is that I can select a date from a pop-up calendar, but currently nothing happens. I also cannot "clear" the date where posts already have a date.
Link to a page where the issue can be seen: This issue is on the wordpress editing side, not the front-end of the website. But here is one of the posts that includes the date field where I can't edit it. hidden link
I've noticed the following issues on the website, which can all contribute to the improper functioning of dynamic elements like the date picker.
1. The following script error is showing in the browser's console while editing the event post:
Uncaught TypeError: $(...).live is not a function
at HTMLDocument.<anonymous> (admin.js:99)
at i (jquery.js:2)
at Object.fireWith [as resolveWith] (jquery.js:2)
at Function.ready (jquery.js:2)
at HTMLDocument.J (jquery.js:2)
This seems to be coming from the "CF Post Formats" plugin's file: /wp-content/plugins/cf-post-formats/js/admin.js
I'll recommend testing this date type field with this plugin disabled and once it is confirmed that this is the conflict, you can report this to the "CF Post Formats" plugin's official support.
2. There are also several mixed contents warnings in the console, related to incomplete/incorrect SSL set up.
You'll see a notice "Almost ready to migrate to SSL!" in the admin area from the "Really Simple SSL" plugin, asking to complete the SSL set up.
3. There is also an error in the console related to the expired Google Maps API key.
Google Maps JavaScript API error: ExpiredKeyMapError
Thanks for leading me to the CF Post Formats plugin as the source of the problem. I disabled that plugin and the date fields now work. You have solved my problem, thanks!