bootstrap-genesis
bootstrap-genesis copied to clipboard
WordPress Genesis Child Theme setup to use Bootstrap, Sass, and Grunt
Hi there! Where I can download Genesis WordPress theme to be able to use Bootstrap Genesis child theme?
This is a first pass at adding the new (Gutenberg) block-based editor CSS image classes. See #182
Add support for new editor CSS image classes - `.alignwide` - `.alignfull` Bill Erickson has a great resource on getting start with supporting these classes at https://www.billerickson.net/getting-your-theme-ready-for-gutenberg/
When adding a widget that does not have a default title, the HTML markup for `.panel-body` is not used. This is because the opening tag for `.panel-body` is appended to...
We should either add this file to `.gitignore` because all of our dependencies are part of our build process and we want the latest version and if it breaks it...
These spaces before the colons should be removed. 
There are a number of spots in `lib/nav.php` where Bootstrap is written with a lower-case "b". This is off-brand and should be corrected (and I was looking for a minor...
@atcraigwatson is doing lots of cool things with Bootstrap Genesis One thing that looks particularly good is the use of the Bootstrap panel component style for widgets and widget titles....
@atcraigwatson is adding styles for tag clouds and post counts using the `.badge` class in [his fork](https://github.com/atcraigwatson/bootstrap-genesis/commit/12d697dbc6a8547980215c7e456c59f5bf223496)  These are being added with [str_replace()](http://php.net/manual/en/function.str-replace.php). Using `str_replace()`...
Refer to: - [WordPress PHP Coding Standards > Indentation](https://make.wordpress.org/core/handbook/coding-standards/php/#indentation) - [WordPress CSS Coding Standards > Structure](https://make.wordpress.org/core/handbook/coding-standards/css/#structure)