• Resolved Akhyar

    (@ayankcell)


    I recently updating to WordPress 5.3 automatically via dashboard. However, I found it make some functionalities in custom post type editor didn’t work. I think it’s sort of jQuery thing or so.

    Almost all interactivity in the editor not working properly such as Pods date picker, tag taxonomy autocomplete, or just editing the post slug.

    In Google Chrome console I found this error:

    Uncaught TypeError: $ is not a function
        at altField (post.php?post=2264&action=edit:894)
        at HTMLDocument.<anonymous> (post.php?post=2264&action=edit:891)
        at i (load-scripts.php?c=1&load[chunk_0]=jquery-core,jquery-migrate,utils,moxiejs,plupload&ver=5.3:2)
        at Object.fireWith [as resolveWith] (load-scripts.php?c=1&load[chunk_0]=jquery-core,jquery-migrate,utils,moxiejs,plupload&ver=5.3:2)
        at Function.ready (load-scripts.php?c=1&load[chunk_0]=jquery-core,jquery-migrate,utils,moxiejs,plupload&ver=5.3:2)
        at HTMLDocument.J (load-scripts.php?c=1&load[chunk_0]=jquery-core,jquery-migrate,utils,moxiejs,plupload&ver=5.3:2)
Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Akhyar

    (@ayankcell)

    Eureka! I think the problem is in the JQuery UI Date Picker. Since pods injects an inline javascript to configure date picker on the field with “Date Field Type”, it broke other js functions in editor to run properly.(CMIIW)

    Problem solved when I enable the “Enable HTML5 Input Field?” option of date picker field.

    However, I hope the Pods teams could fix this in future release.

    Thank you

    Plugin Contributor Scott Kingsley Clark

    (@sc0ttkclark)

    We are preparing our maintenance release right now but it would be super helpful if you could confirm whether your issue is fixed by our bug fixes in the upcoming version. You can get it at https://pods.io/latest/

    Plugin Contributor Scott Kingsley Clark

    (@sc0ttkclark)

    The release will be going out within the next hour. I’m starting the process right now. You just happened to be one of the few affected by this issue between the WP 5.3 release and our planned maintenance release date, sorry about that!

    Plugin Contributor Scott Kingsley Clark

    (@sc0ttkclark)

    Thread Starter Akhyar

    (@ayankcell)

    We are preparing our maintenance release right now but it would be super helpful if you could confirm whether your issue is fixed by our bug fixes in the upcoming version. You can get it at https://pods.io/latest/

    Hi Scott, thank for your kind response.

    I would confirm that the issue is fixed in this latest pods. All thing works perfectly ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Custom Post Type Editor Not Fully Working After Updating to WordPress 5.3’ is closed to new replies.