I also experienced the same problem. I think the minified js version is causing this. fakerpress/src/resources/js/fields.min.js Just delete or rename this file so the plugin will use the unminified js file (fields.js). I think the nonce is not passed to the ajax function. And one more important thing, edit the file fakerpress\src\FakerPress\Ajax.php Replace the '-select-search_terms' in line 121 to '-select2-search_terms'
This reply was modified 2 years, 6 months ago by Zunan.
This reply was modified 2 years, 6 months ago by Zunan.
a few days ago I had the same problem with you, and make my hair fall out faster ??
Then I tried to see wp-includes/nav-menu.php, and found $menu_item-> object_id, and I tried it, and succeeded.