bootstrap-genesis icon indicating copy to clipboard operation
bootstrap-genesis copied to clipboard

WordPress Genesis Child Theme setup to use Bootstrap, Sass, and Grunt

Results 43 bootstrap-genesis issues
Sort by recently updated
recently updated
newest added

This gives us a lot more freedom to edit/remove the menus individually.

``` Based on the idea: - at the md size (and above), 3 should be the minimum number of columns - at the sm size, 4 should be the minimum...

See #108 for changes in default layout

These are default column classes (e.g. `.one-half`, `two-thirds`) found in the StudioPress Genesis themes. Some Genesis plugin expect these classes to be present. See #120

@bryanwillis Did some nice work in the wiki https://github.com/salcode/bootstrap-genesis/wiki/How-to-enable-features-when-javascript-is-disabled, where he added the following code ``` .no-js .dropdown a:focus ~ .dropdown-menu { display: block; } @media (max-width: 767px ) {...

enhancement

For JavaScript code linting

enhancement

Currently, the Sass files are in `css/sass/`. The pain point here is I recently had a project where I was manually deploying the code by dragging-and-dropping folders and if I...

enhancement

The Genesis accessibility features add Skip links using the `genesis_before_header`. These skip links are: - Skip to primary navigation - Skip to content - Skip to primary sidebar These skip...

Bootstrap Genesis is an HTML5 theme. It does **not** make sense to define XHTML values. e.g. in `lib/pagination-prev-next.php` we have the following code ``` $nav = genesis_markup( array( 'html5' =>...

enhancement

Once we implement the Genesis accessibility feature **skip-links**, we can remove the **Skip to Main Content** link created in `lib/skip-to-main-content.php`. See #151