Closed iamgabrielma closed 4 years ago
Just had this same issue with another user. The workaround with going through WP-Admin seems to work so that was good. Also Classic editor works as well. Block editor on it's own and going through Calypso seems to break it. User was on the Restaurant theme.
Got another one, this time with the Aperitive theme.
2042243-zen
I've recommended the user stick with WP Admin for now.
Interestingly, the message asking folks to try Gutenberg seems to pick up on the use of the word "menu":
Although in this case it's not accurate. It's obviously referring to a site menu while these specific themes are about Food Menus.
This issue has been marked as stale and will be closed in seven days. This happened because:
You can keep the issue open by adding a comment. If you do, please provide additional context and explain why you’d like it to remain open. You can also close the issue yourself — if you do, please add a brief explanation.
Reported in 1811329-zen , the food menus added by Jetpack's nova_menu_items seem to return a blank screen if using the block editor, while using the classic editor still works fine.
This only seems to happen on non-atomic-wpcom sites, as I've been unable to reproduce it on Atomic and self-hosted.
Steps to reproduce
nova_menu_item
supportAdd menu item
, the URL will be similar tohttps://wordpress.com/types/nova_menu_item/$your_domain
, when creating a new menu the URL will behttps://wordpress.com/block-editor/edit/nova_menu_item/$your_domain
If we go through wp-admin, or we switch to using the classic editor, this becomes usable again:
1) Go to https://example.wordpress.com/wp-admin/edit.php?post_type=nova_menu_item 2) Click on
Create one item
, you'll be redirected tohttps://your_domain.wordpress.com/wp-admin/post-new.php?post_type=nova_menu_item
3) See the nova_menu_item working fine:What I expected
That the menu creation post type shows up and can be created.