1126112_16867903

Flint 0.3.9 Update

Well this is the big change-over to the new pages. All of the old pages have been removed. I'm hoping I didn't create too many bugs, but this was a significant change so it's likely some things aren't working, or worse, may be missing. Please let me know. The big thing to note here is that I reworked the hyperlink controls for (I think) all ... Read More

681434_40107474

Flint 0.3.8 Update

I am reeeeeeally happy with this release. Once again there was wisdom and motivation to reorganize the options pages and I think we have a set-up now that's going to carry Flint for the long-haul. Options are now organized by structural area including one page for Setup, one (future) page for Plugins and one page for Custom CSS. The structural ... Read More

_SMB4578

Move The Post Image Before The Post Title on Genesis Blog, Archive and Search Results Pages

If you're like me, you probably like your post titles to sit to the right of the post image (not on top of them) for the posts on your blog, archive and search results pages. The post image has to load first so that it can float to the left and let the post title and content wrap around it on the right. Unfortunately the post image loads, by ... Read More

727128_89845871

Flint 0.3.7 Update

The update today fixed a few bugs in the aftermath of the option page break-up and added a bunch of new stuff too. Buttons Input buttons got text shadows and box-shadow, but not just one box-shadow, they got two box-shadows, assuming one would be inset and the other outset. It's now possible to create those super-fancy buttons with the ... Read More

Marker at the Arctic Circle

Flint Gets Three New Generic Style Classes To Help Control Image Styles

Three generic styles were added to the Flint stylesheet for use with images, but they could be used in other cases too. They are: no-styles no-border no-shadow The no-styles class removes background color and/or background image, any borders and the box-shadow. The no-border class only removes borders and the no-shadow class only ... Read More

PurpleOceanwithSunset

Flint 0.3.6 Update

So we skipped 0.3.5 entirely because that version hit the max_input_vars limit when the 1071st option was added to the Flint Options page :-O Sheesh. Once again I had to rip the theme apart and restructure, this time reassembling the options into six different admin pages: Setup Typography Color, Borders and ... Read More

107023_5283

Flint 0.3.5 Update

Change Log This version was not released as it revealed that the options page had exceeded the total number of variables allowed by PHP’s max_input_vars. The 0.3.6 release will address that. Bug » Fixed a problem with footer widget titles not overriding uppercase styles Enhancement » Author Box gets avatar filter so you can monkey with the ... Read More

872386_25932779

Jetpack Like Buttons Not Loading?

Jetpack continues to grow on me, but this is a very complex plugin with lots of interactive functionality. Things are bound to get funky here and there. I noticed my Like buttons weren't loading on some of my older posts. I disabled all plugins (as usual) and even changed themes to identify whether it was an installation issue versus a theme ... Read More

1255722_76353350

How To Append Author Information To The Flint Author Box Bio

Flint includes a hook within the author box that allows you to append more author information after the bio. The hook name is flint_after_authbox_bio and here's an example of how to use it. add_action( 'flint_after_authbox_bio', 'my_number_of_posts' ); function my_number_of_posts() { $numposts = get_the_author_posts(); echo ... Read More