simple-custom-post-order icon indicating copy to clipboard operation
simple-custom-post-order copied to clipboard

Order not saving

Open danielvigh opened this issue 1 year ago • 1 comments

Hello there, I’m experiencing issue.

WP version: 6.6.1 Plugin version: 2.5.7

When I try to change the order of Posts or Pages (or any other content type), after refreshing the list of entries, the change is not visible and I’m getting the list like it was before I made an ordering change.

Is there an update to the plugin expected at some point? It was quite a while ago.

Thanks! Daniel

danielvigh avatar Jul 29 '24 09:07 danielvigh

Make sure your host is not doing object caching at the server level.

Ran into this issue with WP Engine hosting, the issue was they were doing Object Caching on the database queries, and we had to have a caching exclusion added for the Admin URL for the page where we were using Drag/Drop ordering functionality.

wilmingtondesignco avatar Sep 09 '24 18:09 wilmingtondesignco