Closed marybaum closed 6 years ago
Hi @marybaum,
Thanks for the report. Can you share any debugging you've done (deactivating plugins and otherwise)?
Previously https://github.com/WordPress/gutenberg/issues/5879#issuecomment-391766422
Hi @marybaum -
I looked at your site's rest api endpoints, and it appears the category and tag endpoints are being blocked by the ithemes security plugin. the endpoints need to be accessible for Gutenberg to use them so this may be the source of your problem. Does the plugin have a setting where you can enable those endpoints?
http://www.marybaum.com/wp-json/wp/v2/categories (same for tags
shows an error:
You do not have sufficient permission to access this endpoint. Access to REST API requests is restricted by iThemes Security settings.
Hi @marybaum,
@adamsilverstein is correct, iThemes Security 6.0.0+ (free version) and iThemes Security Pro 3.4.0+ has the ability to block most WP REST API endpoints. The option that controls this functionality is located under WordPress Tweaks > REST API in your iThemes Security settings.
The two options you can choose from are:
Reference: https://ithemes.com/security/wordpress-rest-api-restrict-access/
Ah. Let me play with the settings.
This particular install is a replacement for one that got pwned a couple of weeks ago, so in committing the folly of putting it back on the same domain and the same hosting account, I have turned up all the security settings to eleventy.
That fixed it! Thank you!
Guess I'll close this now, and be educated. 😜
Describe the bug Category/tag selector missing from interface on post of image blocks.
To Reproduce Steps to reproduce the behavior:
Expected behavior Ability to check existing categories and tags from a dialog panel in the block eidtor, and add new if I want.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context