<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>ThemeShaper Forums Topic: Documentation for Thematic?</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Wed, 22 May 2013 15:27:39 +0000</pubDate>

<item>
<title>theBlogButler on "Documentation for Thematic?"</title>
<link>http://themeshaper.com/forums/topic/documentation-for-thematic#post-12993</link>
<pubDate>Fri, 11 Jun 2010 04:47:34 +0000</pubDate>
<dc:creator>theBlogButler</dc:creator>
<guid isPermaLink="false">12993@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Super nice find gaillen, thank you!
&#60;/p&#62;</description>
</item>
<item>
<title>gaillen on "Documentation for Thematic?"</title>
<link>http://themeshaper.com/forums/topic/documentation-for-thematic#post-12991</link>
<pubDate>Fri, 11 Jun 2010 01:48:45 +0000</pubDate>
<dc:creator>gaillen</dc:creator>
<guid isPermaLink="false">12991@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I have found this resource invaluable as a Thematic newbie &#60;a href=&#34;http://bluemandala.com/thematic/thematic-structure.html&#34; rel=&#34;nofollow&#34;&#62;http://bluemandala.com/thematic/thematic-structure.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Not sure if it 100% up to date with the latest release but it gives a pretty good grounding in the structure to work up from. Just remember to check up on release notes etc.
&#60;/p&#62;</description>
</item>
<item>
<title>theBlogButler on "Documentation for Thematic?"</title>
<link>http://themeshaper.com/forums/topic/documentation-for-thematic#post-12958</link>
<pubDate>Wed, 09 Jun 2010 21:24:18 +0000</pubDate>
<dc:creator>theBlogButler</dc:creator>
<guid isPermaLink="false">12958@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Devin - props to you for your excellent post about implementing WP 3.0 menu system on Thematic at &#60;a href=&#34;http://wptheming.com/2010/03/using-3-0-menu-navigation-with-thematic/&#34; rel=&#34;nofollow&#34;&#62;http://wptheming.com/2010/03/using-3-0-menu-navigation-with-thematic/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Awesome!
&#60;/p&#62;</description>
</item>
<item>
<title>theBlogButler on "Documentation for Thematic?"</title>
<link>http://themeshaper.com/forums/topic/documentation-for-thematic#post-12954</link>
<pubDate>Wed, 09 Jun 2010 20:27:29 +0000</pubDate>
<dc:creator>theBlogButler</dc:creator>
<guid isPermaLink="false">12954@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks, I'm with you, just have to dig around in the theme and figure out which div I want to change, cool..&#60;/p&#62;
&#60;p&#62;Another question I have about Thematic is whether or not you can implement the 960.gs css model.  I used a theme that had this and it was dead simple to layout pages or even posts using the divs - so for a 3 column layout you'd use:&#60;/p&#62;
&#60;p&#62;&#38;lt;div class=&#34;grid_4 alpha&#34;&#38;gt; content &#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;div class=&#34;grid_4&#34;&#38;gt; content &#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;div class=&#34;grid_4 omega&#34;&#38;gt; content &#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;Anyway that was really sweet and one of the things that attracted me to Thematic but I'm not clear whether this functionality is part of the framework or if I need to do something to use it.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>Devin on "Documentation for Thematic?"</title>
<link>http://themeshaper.com/forums/topic/documentation-for-thematic#post-12946</link>
<pubDate>Wed, 09 Jun 2010 18:36:00 +0000</pubDate>
<dc:creator>Devin</dc:creator>
<guid isPermaLink="false">12946@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I think #wrapper might be the div you are looking for.&#60;/p&#62;
&#60;p&#62;body {background:#333;}&#60;/p&#62;
&#60;p&#62;#wrapper {background:#fff; width:980px; margin:20px auto;}&#60;/p&#62;
&#60;p&#62;(non-tested, but should get you started)&#60;/p&#62;
&#60;p&#62;Hybrid is a very nice framework as well, with paid support for questions.
&#60;/p&#62;</description>
</item>
<item>
<title>theBlogButler on "Documentation for Thematic?"</title>
<link>http://themeshaper.com/forums/topic/documentation-for-thematic#post-12944</link>
<pubDate>Wed, 09 Jun 2010 17:54:12 +0000</pubDate>
<dc:creator>theBlogButler</dc:creator>
<guid isPermaLink="false">12944@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;To follow up...&#60;/p&#62;
&#60;p&#62;I've read through the layouts in /thematic/library/styles and have settled on the 2c-r-fixed layout.  The part I'm not understanding is how I would wrap the entire thing in some sort of container - trying to replicate the look of the ProPhoto theme, an example is seen here: &#60;a href=&#34;http://www.lifeingraceblog.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.lifeingraceblog.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I did this in Thesis with a bunch of .custom container settings so I'm really just trying to get off the ground running here with Thematic.  If I can get the container set up and my fixed layout set I feel comfortable styling everything else and I'm excited to get there.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>theBlogButler on "Documentation for Thematic?"</title>
<link>http://themeshaper.com/forums/topic/documentation-for-thematic#post-12942</link>
<pubDate>Wed, 09 Jun 2010 17:35:37 +0000</pubDate>
<dc:creator>theBlogButler</dc:creator>
<guid isPermaLink="false">12942@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thank you Devin, this definitely helps and I was not aware of Canvas.&#60;/p&#62;
&#60;p&#62;I'm still looking for things like how to set up the layouts - maybe I'm dense and have missed that but what containers are set up by default, how to you manage that, what layouts are there out of the box, etc.&#60;/p&#62;
&#60;p&#62;What are your thoughts on Hybrid, out of curiosity.
&#60;/p&#62;</description>
</item>
<item>
<title>Devin on "Documentation for Thematic?"</title>
<link>http://themeshaper.com/forums/topic/documentation-for-thematic#post-12921</link>
<pubDate>Tue, 08 Jun 2010 18:26:05 +0000</pubDate>
<dc:creator>Devin</dc:creator>
<guid isPermaLink="false">12921@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Have you seen this: &#60;a href=&#34;http://themeshaper.com/thematic/guide/&#34; rel=&#34;nofollow&#34;&#62;http://themeshaper.com/thematic/guide/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If an options panel is what you're looking for, we're not quite there yet with Thematic.  The options child theme I built still requires you to build most of the options you want yourself.&#60;/p&#62;
&#60;p&#62;In the meantime, I would definitely suggest going with Canvas by Woo Themes (over Thesis) if you need a really full featured options panel out of the box.  It's licensed GPL, and I think it is much easier to theme and work with than Thesis.&#60;/p&#62;
&#60;p&#62;Example child theme: &#60;a href=&#34;http://canvas2010.wptheming.com/&#34; rel=&#34;nofollow&#34;&#62;http://canvas2010.wptheming.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;That said, Thematic is definitely worth getting to know.  It's an amazing framework and I use it for a lot of client work.&#60;/p&#62;
&#60;p&#62;(BTW, this forum doesn't let you post a link to W** Themes.  Not sure why.  If your posts get rejected without an error message, check what links you've posted.)
&#60;/p&#62;</description>
</item>
<item>
<title>theBlogButler on "Documentation for Thematic?"</title>
<link>http://themeshaper.com/forums/topic/documentation-for-thematic#post-12910</link>
<pubDate>Tue, 08 Jun 2010 16:35:08 +0000</pubDate>
<dc:creator>theBlogButler</dc:creator>
<guid isPermaLink="false">12910@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi everyone.  I develop custom wordpress sites for my clients and so far have stuck to pre-made themes and modified them to my client's tastes.  I'm wanting to have more flexibility and so I'm looking into theme frameworks.  I really want to use Thematic but I'm having a really hard time finding solid documentation for it.  I know about the readme file in the theme that gives a general idea of what it *can* do and obviously these forums.&#60;/p&#62;
&#60;p&#62;However, if I use Thesis I can hit the ground running with a comprehensive back-end configuration within the dashboard.  I've read about Devin's effort at &#60;a href=&#34;http://wptheming.com/&#34; rel=&#34;nofollow&#34;&#62;http://wptheming.com/&#60;/a&#62; that gets a good start on this but it is not nearly as complete as Thesis'.&#60;/p&#62;
&#60;p&#62;I'm not meaning to argue the merits of Thesis vs. Thematic here - instead I'd really like to know where I can dig into some documentation for Thematic so that I can understand it better and make a really solid decision on which way to go.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>

</channel>
</rss>
