-
Notifications
You must be signed in to change notification settings - Fork 357
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
Quadrat: Navigation #3696
Comments
We merged #3714 while we push for a solution in Gutenberg / the navigation block. |
We need to think about the responsive version of the navigation in particular, if the theme launches on dotcom before WordPress/gutenberg#30047 lands |
The ponyfill in BCB gets the current navigation solution (#3714) (or, the location-on-block solution) close-ish as-is for mobile. I think some adjustments either in BCB or Quadrat will get us to useable until that Gutenberg issue lands. |
Oh I forgot about that! cool then, thanks Jason! |
I think we can close this one since we already have an issue for the mobile menu (#3789). We can revisit this if/when the GB PR for the navigation block lands. |
We need a way to render the menu in a classic theme so there is a sensible upgrade path to FSE while still allowing users to edit their menu in the customizer.
We have three approaches so far:
wp_nav_menu
+add_theme_support( 'block-nav-menus' )
in the theme: Quadrat: use php based header template #3654The text was updated successfully, but these errors were encountered: