Ari Stathopoulos
Ari Stathopoulos
There is a PR in https://github.com/WordPress/gutenberg/pull/44214, and it allows all of the above. Some of them are possible out of the box, and others will require writing some additional code...
If I'm not mistaken, the fix in Astra will create lots of duplicate files :thinking: So if there are 100 sites that all use the `Noto Sans` font, then each...
If there's any kind of standardization, I think it would be important to note if the color is dark or light for accessibility reasons. Let's say for example that I...
I've had that error too on one of my installations and declaring `$wp_version` can't do any harm... Better safe than sorry!
Well, I haven't tested this but I believe you can already do that.... If for example you want to resize an image based on its height, you can use something...
The only problem I see with this is child themes... The options should reflect the parent theme's name and not the child. That's why it's hard-coded at the moment. If...
FYI we've recently started completely rebuilding the theme using the customizer + twig (no redux). If you're interested in helping out (it still has a looong way to go) the...
Yes, it requires this plugin: http://wordpress.org/plugins/timber-library/ We're working on embedding it in the theme so it won't be necessary to install it as a plugin, but untill we do it's...
I've been thinking about this... The changes you made also change the option name in the database: https://github.com/shoestrap/shoestrap-3/pull/583/files#diff-78cd5aa3783a74555c9938a2a81d01c6R27 That would essentially break the theme for anyone that already has it...