Marty Helmick

Results 7 issues of Marty Helmick

Would never notice these were mixed up when they both have the same default color assigned.

I finally figured out why this wasn't working consistently when I compared it to how Stargazer did it. https://github.com/justintadlock/stargazer/blob/master/inc/custom-colors.php#L229 Also corrected color_menu and color_primary being switched.

The default parent select includes other child posts among the options. `'post_parent' => 0` in butterbean only shows top-level posts. Not sure what the default is or if NULL could...

gallery, gallery-item, and gallery-caption filters would be handy and could future-proof things maybe? https://github.com/justintadlock/cleaner-gallery/issues/12

Looks like WP is hiding everything by default ``` @media screen and (max-width: 782px) { #wp-toolbar>ul>li, #wpadminbar #wp-admin-bar-user-actions.ab-submenu img.avatar { display: none; } } ``` and then specifically showing the...

Any plans to add a thumbnail option, maybe to the `show` parameter in `sc_get_events_list()`? The post-type supports thumbnails. Might be nice to display them in the events_list shortcodes and widgets.