• 1.5.1 doesn’t seem to work w/ WordPress 3.2+ when you click to re-order and save it doesn’t actually save. Being a developer myself I opened up Firebug to see if there was any output on re-order, and there was; it generated a “0” which from my own personal experience I knew it meant the AJAX call hadn’t properly finished.

    To fix this all you have to do is add a

    die();

    at the end of your saveAjaxOrder method and everything should save properly again.

    I don’t know if it used to be there in previous versions of this plug-in, but it just keeled over on one of my client’s sites and this is what I had to do to fix it.

    http://pastie.org/3157047

    http://wordpress.org/extend/plugins/post-types-order/

Viewing 1 replies (of 1 total)
  • Plugin Author nsp-code

    (@nsp-code)

    Thanks for checking into this. However it should work, the “0” it’s a normal response. I’ll make sure i’ll do more tests for this are and see if there’s an issue within the section.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Post Types Order] 1.5.1 order update "bug" fix’ is closed to new replies.