Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thanks josephyancey! I verified that ordering the media on the page instead of in the media library works for me as well. I checked the traffic on the media picker at the page level, and it is including both a Post ID and a nonce value with the request. I’m assuming the problem is with one of those two values when ordering in the media library. This is really the only problem I have encountered so far with this plugin. Other than that, it seems to be working really well!

    In doing some further troubleshooting, I believe the problem may be that the ajax post does not include a valid nonce value. Looking at the WordPress source, it appears the handler for the save-attachment-order action expects the nonce to be there and fails validation if it is missing.

    I am having the same issue as josephyancey. The media library grid view allows me to drag and drop the images, and it appears an ajax call is being made to admin-ajax.php with an action of “save-attachment-order”. However the ajax call returns “{“success”:false}” and the order is never actually saved. Any help would be appreciated. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)