Grant Hutchinson
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...
Related to issue #62
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.