Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Can't change categories order through drag and drop in admin with permission "Community"
klu00
New
Hi,
I think I found an issue, or maybe I did a mistake in the configuration but I have a problem (or maybe that's not possible to do) but I've a problem :
I gave to moderator group the "community" permission, that allows to manage Categories in the back office. Then I logged in with a moderator account, I am able to create categories and save them, but not to move them with the drag and drop feature. I mean the drag and drop works well, but after saving and refreshing the page, the order defined isn't saved...
Any help would be appreciated, thanks !
Vanilla 2.2 (don't know the exact version because I'm not at home, but it was downloaded about 2 weeks ago).
Tagged:
0
Comments
This could be a JS error. If you open your network tools you should be able to see if the request being sent to save the category tree.
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
Hi @hgtonight. I have had the similar issue, I cannot drag and move the category.
Vanilla 2.2 was downloaded about 3 weeks ago and at first the drag & drop feature worked well.
You said JS error, how to correct this error? Is there another way to arrange the categories list?
Thanks in advance.
look in your javascript console to find js errors. look for errors that appear.
https://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors
http://www.inmotionhosting.com/support/website/javascript/diagnose-javascript-errors
if error appear, what it is?
if no error appear.
this can be problem with large number of categories. how many categories you have?
if there be a javascript error it can be the result of bad plugin or thing you add.
Thank you @nonce. I have 5 categories only, I'm trying to find a javascript error.
Usually I found that these errors happen when there is JQuery with an opening line like this
$( document ).ready(function() {
instead of this
jQuery(document).ready(function($){
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌