Solutions

Thesis IE8 – Remove IE7 Emulation

May 8, 2012

I’ve posted this solution numerous times on the forums before so it’s probably high time I post it here… A lot of you may have run into (repeated) issues with IE8 where it doesn’t render Thesis sites properly.  9 times out of 10 that’s because Thesis is telling IE8 to render the site as if [...]

Read the full article →

Master Header and Stylesheet for Thesis Multisite

March 26, 2012

So I recently started playing around with WP Multisite to get ready for a project I’ll be doing down the road.  With Thesis 1.8.4 they’ve added better support for multisite, but there were a few things that were missing for my purposes. Basically the model I’ve been testing is an organization site where each user [...]

Read the full article →

WP Vertical Nav in Sidebar with Thesis

October 7, 2011

There’s been a couple people asking how to get a wp vertical nav in their sidebar.  This post covers how to get over the technical css issues, the prettyfication you can do on your own after the fact. Step 1 – Setup your wp-nav Step 2 – Add the nav to your sidebar using the [...]

Read the full article →

Thesis Full-Width Nav

October 7, 2011

I’m mainly posting this so I have somewhere to reference people rather than copying and pasting the coder every time. Originally developed by Kristarella The following adds a full-width nav below the header area:

Read the full article →

Add custom author class to body

October 4, 2011

The following code adds a custom body class to all posts and author pages in the form of author-# where # is the ID of the author.

Read the full article →

IE Z-Index Solution for Thesis multi-line nav with submenus

September 1, 2011

So lots of people are having issues with Thesis in IE7 and IE8 where subnav items appear beneath the other rows of the nav if their nav spans multiple rows.  Well I finally came up with a solution.

Read the full article →