WPIntell

Source evidence

I can’t drag & drop in post and taxonomy settings

Intuitive Custom Post Order · support · 2024-02-19T04:13:00+00:00

mixedsentiment
mediumseverity
0.85relevance
6replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

6 / 28 rows with source links

21.4% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

22 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
kkbnj resolved
Thank you for always providing us with great plugins. I am going to create a new WordPress site and installed the Intuitive Custom Post Order plugin as usual, but it is not working properly on the Custom taxonomy page. My environment is as follows. WordPress 6.4.3 Intuitive Custom Post Order 3.1.5 It doesn’t work for either native or custom, post or taxonomy. I am running with admin rights. There is no error in browser console. I have tried clearing the cache and incognito browsing for help, but I can’t drag it. mac OS Venture 13.4 Both of Safari and Google Chrome I have enabled only the following two plugins: Intuitive Custom Post Order and Custom Post Type UI you can change this function in intuitive-custom-post-order.php on line 1096 public function hicpo_add_capabilities() { $administrator = get_role( 'administrator' ); if ( $administrator ) { $administrator->add_cap( 'hicpo_load_script_css' ); $administrator->add_cap( 'hicpo_update_menu_order' ); $administrator->add_cap( 'hicpo_update_menu_order_tags' ); $administrator->add_cap( 'hicpo_update_menu_order_sites' ); } $editor = get_role( 'editor' ); if ( $editor ) { $editor->add_cap( 'hicpo_load_script_css' ); $editor->add_cap( 'hicpo_update_menu_order' ); $editor->add_cap( 'hicpo_update_menu_order_tags' ); } } I was having the same issue and this has fixed it for me – thanks! Thanks to your help, it worked fine! And the current latest version of the plugin seems to have solved this problem as well. Thank you very much for your help! same problem – fix works great! Thanks This is a great fix, thanks. Still an issue as of v3.1.5, would be great for core to get updated ASAP Thank you @abhay-raj for helping !

Comments

6 shown
Abhay 2024-02-21T14:05:00+00:00

you can change this function in intuitive-custom-post-order.php on line 1096 public function hicpo_add_capabilities() { $administrator = get_role( 'administrator' ); if ( $administrator ) { $administrator->add_cap( 'hicpo_load_script_css' ); $administrator->add_cap( 'hicpo_update_menu_order' ); $administrator->add_cap( 'hicpo_update_menu_order_tags' ); $administrator->add_cap( 'hicpo_update_menu_order_sites' ); } $editor = get_role( 'editor' ); if ( $editor ) { $editor->add_cap( 'hicpo_load_script_css' ); $editor->add_cap( 'hicpo_update_menu_order' ); $editor->add_cap( 'hicpo_update_menu_order_tags' ); } }

kat_hello 2024-02-23T00:18:00+00:00

I was having the same issue and this has fixed it for me – thanks!

kkbnj 2024-03-06T07:14:00+00:00

Thanks to your help, it worked fine! And the current latest version of the plugin seems to have solved this problem as well. Thank you very much for your help!

igestalten 2024-04-19T13:01:00+00:00

same problem – fix works great! Thanks

kaleidografik 2024-04-22T12:25:00+00:00

This is a great fix, thanks. Still an issue as of v3.1.5, would be great for core to get updated ASAP

Agence Myso 2024-04-23T09:38:00+00:00

Thank you @abhay-raj for helping !