Download Matt Industries Skin for Thesis Here!
Installation Instructions:
- Download and unzip from link above.
- Rename your current custom.css file something like custom-old.css. Then upload the new, Matt Industries custom file [to domain.com/wp-content/themes/thesis_16/] you got from unzipping.
- Thesis Options→Design Options→Framework Options→Outer Page Padding. Set to 0 [zero].
- Thesis Options→Design Options→Multimedia Box→Select ‘Do Not Show Box’
- Thesis Options→Design Options→Site Layout→Columns. Select 3 Column Layout with Content=507px, Sidebar1=248, Sidebar2=149px
- Optional: From Wordpress Dash go to Settings→Reading. In this area set ‘Blog Pages Show at Most: 4
- The following show some suggested font families and required font sizes:
- Content Area: 14pt
- Nav Menu: Helvetica, 11pt
- Header: Helvetica, 36
- Tagline: Inherit from Header, 14pt
- Headlines: Helvetica, 22pt
- By-lines: Lucida Grande, 10pt
- Sidebars: Helvetica, 13pt
- Footer: Inherit, 12pt
Remember! Content is restricted to an area that is 450px wide! In the near future the content area will be dynamic.
About Matt Industries Skin
I have been waiting to drop a Thesis Skin for a while. So, I decided there could not be a better time than now!
With the release of Thesis 1.6 and it’s new menu class system, the Matt Industries Skin needed a little tweaking. So, I set out to understand the new menu class system in order to make the Matt Industries Skin Thesis 1.6 compliant. I was incredibly impressed with the new system, to say the least.
The Matt Industries Experiment
The Matt Industries Experiment is simply this: I want to show that the coolest designs on the web, if not already made with Thesis, can be. But, let’s make sure that the record stays straight. All of my skins will be “in the style of __________.” Does that mean I just go and copy files from someone’s site? Heck no. My code is 100% original. I tackle problems from a usability/extensibility point of view.
Thesis tackles 90% of the work in web design and it is an epic SEO powerhouse. As of 10/21/2009, 12:51pm EST a site made on Thesis is the fourth search result for a Bing search of “twitter.” That is amazing, folks. The point is all you need to do is tweak the design of Thesis; there is an underlying framework spitting out TONS of code that you don’t ever touch. In order to get the most out of Thesis you must learn to work with the Thesis code and not against it. I assure you that it is far better than anything you or I will ever write.
I digress.
There are a few nuances in Thesis that I had to account for when making the Matt Industries Skin. One nuance is that Thesis, for good reason, does not extend the sidebars all the way to the bottom of #content_box unless there is content in the sidebars that fills in the area. That means in order to get the effect of the long sidebars I had to get creative.
First, I decided to position background images to get the sidebar effect. Then I wrote a program that actually makes .gif’s so you can change the color of the sidebars by simply entering a hex value. Genius, I thought!
The hover triangle in the menu was my next challenge because I needed it to also be easily color-changeable. At first I tried using PHP to draw the triangle, but it came out wonky and looked silly. So I made a small, white triangle in Photoshop and put it in the images folder. I then wrote another little program that will change the white to any color I specify.
For the three areas above the content and sidebars, I simply hooked in some divs into place and lined everything up.
The last thing I addressed was the category tags and number of comments displayed for each post on the blog home. I used some simple code to move those around and have them display what I needed. I also changed the way comments look on a single post page, which was nearly 100% a CSS issue.
All in all I think that I made a great skin that is completely color flexible and looks awesome!
Here are some facts about the final product of this skin:
- The area where actual content will go is 450px. For pics to look good in a post, make them 450px wide.
- The sidebars are the same width displayed in Thesis.
- You must change the colors for the sidebars and the triangle in the custom_function.php file, which is now easily accessed through the Custom File Editor.
- For now, many color changes will have to be made through custom.css
Disclaimer:
This design is based on Mike Davidson’s site. I did not copy a single file of his and there are many aspects of his site that I did not emulate. Although the outward appearance of his site and my skin are the same, the underlying code is entirely different. This will be the first in a long series of skins in which I will emulate another site using Thesis.

{ 1 trackback }
{ 15 comments… read them below or add one }
Thanks so much, awesome skin!
I really appreciate the tutorials you produce as well..
Thanks for the tutorial, I would love to see a demo of this skin somewhere… maybe it is here and I missed it.
I’ve implemented this skin on one of my sites. Is there a quick and easy way to add my logo? It also seems like the header is smaller in this skin than in the site you patterned it after, leaving very little room for a logo.
Thanks in advance for your help.
I wouldn’t actually mind just importing the site name into that red banner area, but I can’t see my site’s name there. I have checked yes to “Show site name in header” under Thesis Options and my blog name does exist under Settings > General. What is keeping my blog name from appearing in the header? You can see it at http://www.renewmymind.com.
Thanks.
@Daniel
I see the site name in the red area. You could remove the large pictures in the rotating area and put your logo above the “Delve Deeper” column.
Up above you mentioned a “dynamic content area” was in the offing. Any guesstimates on when?
tnks!
%%robert
Hi,
Thanks for this great skin, but i have only one problem with the skin.
Add the end of te navigationbar there is the bar a little bit to long…. look at http://beckers-designstudio.com/blog/
Who can help me to solve this problem?
Thanks a lot.
Marcel
@Marcel
I’m not quite sure what you are asking. But, I noticed that there are three pictures missing from the image rotator. Do you need those or did you delete them on purpose?
@Matt,
I have this 3 photographs remove because the these subscribe link overlapped. Half-measure the problem what I meant is that the navigation beam is broader than the rest of page.
Sorry for my bad English
Grtz,
Marcel
@Marcel
We could communicate in German, if you prefer.
Oh, no worries on the English. I bet your English is better than my Dutch
Try this:
Open custom.css in the ‘Custom File Editor.’
Where you see .custom .slideshow, put this within the brackets:
background: #6A798D;Where you see .custom .menu, put this within the brackets:
width: 505px;See if that helps.
@Matt,
Can you check if it’s right what i have done?
If this is right, is it possible to remove the blue space above the header of the site?
I have also another question,
What must i do to get the tweet colum get working?
Greetz,
Marcel
@Matt,
The header is now ok.
Can you help me with the twitter messages?
@marcel
You need to open up custom_functions.php, and simply scroll down to the twitter section. There it will show you where to enter your username. That’s all
I put my username in it, but it don’t work for me.
This is what i did:
function tweet() {
twitter_messages(“mbeckers1974″, 20);//—Username and number of tweets you want to show.
}
@Marcel
You have your Twitter profile set to private. It is therefore impossible for ANY plugin to pull your tweets. You must make your twitter account public. Besides, what is the point of twitter if all of your messages are hidden?