Sal Ferrarello
Sal Ferrarello
As a rule, I think: - at the `md` size, **3** should be the minimum number of columns - at the `sm` size, **4** should be the minimum number of...
Hi @unwiredtech, In order to keep the conversation on this issue focused on whether or not to move source files to separate directories, I've moved your questions to their own...
I find I spend much more time with theme CSS than JavaScript. For the CSS, I'm thinking about changing things so I have two root folders (`sass` and `css`), which...
I don't love this change. This change means anything added to the `genesis_before` hook will appear before the nav. I'm currently looking into why the skip links hook in to...
So if I understand the big idea here properly, ## Currently We're using WordPress filters `wp_nav_menu` and `wp_nav_menu_args .` ## Prosposed We use Genesis filters instead ## My thoughts I...
Based on the original work by @bryanwillis, I've created a branch with his changes rebased on the latest `develop`.
## genesis_attr_sidebar-primary This is the default Genesis behavior everything else is layered on top. As your notes above indicate, this may be preferable to `bsg-add-class`. ## bsg-add-class You make an...
@bryanwillis Wow, cool. Thanks for taking a first pass at this.
@bryanwillis I'm open to rethinking the breakpoints, e.g. ``` 'content' => 'col-md-8 col-lg-9', 'sidebar-primary' => 'col-md-4 col-lg-3', ``` instead of `col-sm-9` and `col-sm-3`. I don't think I want to hide...
@bryanwillis if you want to revise PR #107 for ``` 'content' => 'col-md-8 col-lg-9', 'sidebar-primary' => 'col-md-4 col-lg-3', ``` We can test it out. Thank you for this, I'm looking...