• Dear support
    Thanks for this plugin but I can’t use since Fakerpress doesn’t recognize already created taxonomy terms. Please take a look into these images.

    As you can see, the category terms exists but Fakerpress detects none of them.

    Do you knou what could be the problem?
    Looking forward to your comments.
    Best regards`

    • This topic was modified 2 years, 6 months ago by gfdesign.
Viewing 4 replies - 1 through 4 (of 4 total)
  • 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, 5 months ago by Zunan.
    • This reply was modified 2 years, 5 months ago by Zunan.
    Plugin Author Gustavo Bordoni

    (@bordoni)

    That is so weird, I will make sure to release the next version with a fix to this problem.

    Just came across this same issue, though with both FakerPress-generated terms as well as existing terms. Watched the network for the call when it attempts to retrieve the terms and noticed the response from admin-ajax is
    {"status":false,"message":"Invalid nonce verification","results":[],"more":true}
    Captured the payload and sure enough, the _nonce field is missing.

    Thank You, @zunz

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Fakerpress doesn’t recognize already created taxonomy terms’ is closed to new replies.