grid-columns
grid-columns copied to clipboard
For the love of all that is Holy, stop putting 22 column shortcodes in a theme for what's possible with one. A plugin.
See https://github.com/WordPress/WordPress/blob/3.8.1/wp-includes/shortcodes.php#L388 Because shortcode_unautop() is seriously lacking [1](http://core.trac.wordpress.org/ticket/14050), sufficient cause exists to replace this function with a custom plugin until core gets better. Putting everything on priority 10 in GC...
Could you add filter for CSS media type? It could make easier to exclude default column CSS in specific screen sizes, for example when you are designing responsive theme. Nobody...
In case you filter `gc_allowed_grids` does not contain `4` the code still falls back to `4` anyway if the selected grid is not allowed, for example when using `4` I...
Today I ran into a situation where a large content page with a total of 23 column shortcodes was unbalanaced, throwing off the whole page. I'm guessing sometimes the effects...