Sal Ferrarello
Sal Ferrarello
On my personal site I added an Author Box by hooking in and using some custom code. See https://github.com/salcode/salferrarello-com-mods/issues/10 We should be able to move the Genesis Author Box and...
Currently, the `$font-size-base` is set to `1rem` (the Bootstrap default), which "Assumes the browser default, typically `16px`" I propose increasing this to 1.4rem to make the site more easily readable.
See Gutenberg Handbook [Wide Alignment](https://wordpress.org/gutenberg/handbook/designers-developers/developers/themes/theme-support/#wide-alignment). See also [Full Screen Width Image Inside Container](https://salferrarello.com/full-screen-width-image-inside-container/) One solution I've seen that I like is only applying full screen width on single column layouts...
Currently, a screen reader would only see `Continue reading`, we should include the title of the post here as well.
In the original [bootstrap-genesis](https://github.com/salcode/bootstrap-genesis) a code block with a single long line of text wraps. Currently this project, Bootstrap4 Genesis, creates a scroll bar. ## Bootstrap Genesis ## Bootstrap4 Genesis...
See https://www.billerickson.net/yoast-schema-with-genesis/ I think it is worth adding a check to Bill's code to disable the Genesis schema **only** when Yoast SEO is present and active.
The default `tab-size` value of `8` is too large in my code examples. Change to either `4` or `2`.
See Gutenberg Handbook [Responsive Embedded Content](https://wordpress.org/gutenberg/handbook/designers-developers/developers/themes/theme-support/#responsive-embedded-content). While we currently *Make elements stay within containers by default* (#22), it sounds like this code will allow blocks to maintain their aspect ratio....
See Gutenberg Handbook [Default Block Styles](https://wordpress.org/gutenberg/handbook/designers-developers/developers/themes/theme-support/#default-block-styles). My gut is we do not want to do this, but we should definitely try it out first.
See Gutenberg Handbook [Editor Styles](https://wordpress.org/gutenberg/handbook/designers-developers/developers/themes/theme-support/#editor-styles)