mchoudoir
Forum Replies Created
-
Forum: Plugins
In reply to: [Enhanced Media Library] Can't order attachments within categoryThanks 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!
Forum: Plugins
In reply to: [Enhanced Media Library] Can't order attachments within categoryIn 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.
Forum: Plugins
In reply to: [Enhanced Media Library] Can't order attachments within categoryI 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!