Grant Hutchinson

Results 133 comments of Grant Hutchinson

Any status on a K3 update, @pedroborges? How about starting with a merge of @bnomei’s pull request? https://github.com/pedroborges/kirby-xml-sitemap/pull/15

What version of OS X/macOS are you running?

@k3mist Ok, but which version of Sierra? There have been issues when using the font on non-updated versions of Sierra. For example: #46 I’m running 10.12.6 and do not see...

Brilliant. Why I hadn’t I thought about the `` and `` elements is beyond me. They make perfect (and semantic) sense. After all, this is supposed to be an HTML5-savvy...

This [slick chunk of code](http://css-tricks.com/snippets/wordpress/insert-images-within-figure-element-from-media-uploader/) that Chris found could help a lot. It adds a filter to the `image_send_to_editor` function in the Media Uploader, wrapping inserted images in proper ``...

The following function added in WordPress 3.6 implements HTML5 markup in various places, including the gallery. `add_theme_support( 'html5', array('search-form', 'comment-form', 'comment-list', 'gallery', 'caption' ));` https://codex.wordpress.org/Theme_Markup This function was added to...

I’d like to consider that we provide a completely ā€œclasslessā€ flavour as the default version of Tersus. We could then provide ā€œsomeā€ classes and additional IDs in the advanced layouts...

Since starting to use the [Theme-Check](http://wordpress.org/plugins/theme-check/) plugin, I’ve noticed that WordPress ā€œrequiresā€ the following classes: `.aligncenter` `.alignleft` `.alignright` `.bypostauthor` `.gallery-caption` `.sticky` `.wp-caption` `.wp-caption-text` Some of these make complete sense, like...

I’ve added the aforementioned ā€œrequiredā€ classes to a `core.css` stylesheet per commit 0ffc96a527fd7b071516bf2b882cb0b4d638e4a3. Only the alignment classes have anything declared for now.