Ben Dwyer
Ben Dwyer
To get this working on your wpcom sandbox you need to point remote requests from your sandbox. You can use this code to do that: 286f7-pb/#php. You'll need to add...
I changed the approach here. By using local file references rather than URLs we can avoid the environmental issues above. I also decided to try to move closer to having...
This is cool. I'd love to see a PR for it in Gutenberg
Thanks, I have no idea why I didn't find that in my testing. I have updated this fix if you don't mind giving this another spin.
I made some changes to the approach here: https://github.com/Automattic/themes/pull/4899
Here are two good articles about the problems with font smoothing: https://usabilitypost.com/2012/11/05/stop-fixing-font-smoothing/ https://ui.dev/rwd/articles/font-smoothing IMO we should remove this CSS, it's unhelpful and all other themes will follow it.
> If we do it as published and the user reloads without saving, classic menu will be selected and shown in both editor and frontend. I don't think this is...
I've made some changes to this. Now, if there's no wp_navigation CPTs and one classic menu, we convert the classic menu to a wp_navigation CPT, and this becomes the fallback....
Thanks for testing @draganescu, I have addressed all the feedback here, so it's ready for another look.