• After upgrading to 3.5, I’ve noticed that upon pressing the “Add Field” or “Add Category Set” buttons when editing a Post Type, then it hangs with the little spinning circle and does nothing.

    This is tested on 2 different WP sites that I’m running and tested in the latest Firefox v.18, and Chrome v.23.

    Do you have any idea what could be causing this? Please help to resolve this. Thank you.

    https://www.ads-software.com/extend/plugins/easy-post-types/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Same issue here.

    Looks like it has been a long time since the developer has answered a support post. Time to find another plugin?

    Thread Starter phongmedia

    (@phongmedia)

    Perhaps you’re right, it’s a shame because this one was well developed and seemed like the best choice on comparison with several other post type plugins.

    I think all that is happening is that the jquery UI modal window that is being invoked when you click the add button isn’t coming up properly when you click the button, which is recent since the recent WP 3.5 update. I am testing on 3.4 and it still works.

    Thread Starter phongmedia

    (@phongmedia)

    When clicking the button it throws this JS error :

    Error: cannot call methods on dialog prior to initialization; attempted to call method ‘destroy’ … +window.document.location+”|”+(new window.Date).getTime()+”|”+_.ed);_.$c=functio…

    I also just sent an email to the official developers website, so hopefully we will hear back. https://www.wpeasyposttypes.com/

    Plugin Author chertz

    (@chertz)

    We fixed the issue by removing the .dialog(‘destroy’) function call on line 855 and 937 of the custom-type.js file in the root folder of the plug in.
    The 1.3 tag on EPT and the Trunk were updated with the new custom-type.js file.

    Hope this solves your issues.

    Thread Starter phongmedia

    (@phongmedia)

    Yes this seemed to have solved the issue.
    Thanks, I look forward to the updated plugin.

    Thread Starter phongmedia

    (@phongmedia)

    I am still unable to add Category Field Sets in the new version until I removed the ‘destroy’ line in the custom-types.js. Also, the following things don’t work even after that :

    – Editing Category sets
    – Saving ‘use’ check box settings (it just redundantly re-adds another iteration of the post type to the ‘Post Types’ column)

    Please do some testing on the Category Sets feature of this plugin.
    Thank you very much. I would pay for this plugin if it worked properly.

    cdragin

    (@cdragin)

    Tried disabling those function calls; now instead of getting the endless spinning circle, the Add Category Set button blinks once but does nothing else.

    Plugin Author chertz

    (@chertz)

    The new version 1.4.0 should fix many of these issues.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Can't add Fields or Category Sets after upgrade to WP 3.5’ is closed to new replies.