-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blank page when editing custom post type #12148
Comments
Thank you for the bug report, @elliotcondon! I can reproduce this same bug, it seems to be a regression caused by #12000. |
Ah, I see. It's because adding I suspect that #12000 was the wrong approach here: rather than falling back to classic when rich editing is disabled, we should still load the block editor, but default to the code editor view, or perhaps a HTML block. The fix for this should also include e2e tests confirming that CPTs that don't work in the block editor won't try to load it. |
I run into the same problem. Until it is fixed and released, I use this workaround: public function disable_richedit($is_enabled) { |
Same issue for me...I hope it will be fixed soon.... |
@thmarx I'm wondering if I should try this fix or try rolling back the 5.0.1 update.
|
I tried just deactivating my TinyMCE Advanced editor but it didn't help. So I assume this is a gantry 5 or an issue with my isotope rocket theme |
Related; #12442 |
I found on the WordPress support forums that they have a quick fix: a script that restores the classic editor which then fixes this bug. |
I had this same issue. The following in |
Describe the bug
CPT edit screen is no longer working.
White screen (not of death).
ACF is completely broken.
You can no longer edit a field group.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
ACF CPT should appear as expected with the classic editor edit page.
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: