<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Widgetize the Thesis Media Box!</title>
	<atom:link href="http://adambarber.tv/2009/widgetize-the-thesis-media-box/feed/" rel="self" type="application/rss+xml" />
	<link>http://adambarber.tv/2009/widgetize-the-thesis-media-box/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=widgetize-the-thesis-media-box</link>
	<description>Adam Barber&#039;s personal blog.</description>
	<lastBuildDate>Tue, 19 Jul 2011 03:43:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Rachael</title>
		<link>http://adambarber.tv/2009/widgetize-the-thesis-media-box/comment-page-1/#comment-228</link>
		<dc:creator>Rachael</dc:creator>
		<pubDate>Tue, 19 Jul 2011 03:43:55 +0000</pubDate>
		<guid isPermaLink="false">http://adambarber.tv/?p=51#comment-228</guid>
		<description>Oh p.s. to Soccerwidow, not sure about 1.8 but I installed it on 1.82 and WordPress 3.2</description>
		<content:encoded><![CDATA[<p>Oh p.s. to Soccerwidow, not sure about 1.8 but I installed it on 1.82 and WordPress 3.2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rachael</title>
		<link>http://adambarber.tv/2009/widgetize-the-thesis-media-box/comment-page-1/#comment-227</link>
		<dc:creator>Rachael</dc:creator>
		<pubDate>Tue, 19 Jul 2011 03:42:23 +0000</pubDate>
		<guid isPermaLink="false">http://adambarber.tv/?p=51#comment-227</guid>
		<description>Worked great for my nextgen slideshow! Thanks! :)</description>
		<content:encoded><![CDATA[<p>Worked great for my nextgen slideshow! Thanks! <img src='http://adambarber.tv/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Soccerwidow</title>
		<link>http://adambarber.tv/2009/widgetize-the-thesis-media-box/comment-page-1/#comment-218</link>
		<dc:creator>Soccerwidow</dc:creator>
		<pubDate>Mon, 10 Jan 2011 14:50:05 +0000</pubDate>
		<guid isPermaLink="false">http://adambarber.tv/?p=51#comment-218</guid>
		<description>Sadly it doesn&#039;t work with Thesis 1.8 and Wordpress 3.0.4</description>
		<content:encoded><![CDATA[<p>Sadly it doesn&#8217;t work with Thesis 1.8 and WordPress 3.0.4</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sharron Clemons</title>
		<link>http://adambarber.tv/2009/widgetize-the-thesis-media-box/comment-page-1/#comment-186</link>
		<dc:creator>Sharron Clemons</dc:creator>
		<pubDate>Tue, 21 Dec 2010 20:13:41 +0000</pubDate>
		<guid isPermaLink="false">http://adambarber.tv/?p=51#comment-186</guid>
		<description>[...] or you can use “Custom Code” to really think outside of the box (ha). You can also widgetize it if you so [...]</description>
		<content:encoded><![CDATA[<p>[...] or you can use “Custom Code” to really think outside of the box (ha). You can also widgetize it if you so [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sharron Clemons</title>
		<link>http://adambarber.tv/2009/widgetize-the-thesis-media-box/comment-page-1/#comment-185</link>
		<dc:creator>Sharron Clemons</dc:creator>
		<pubDate>Tue, 21 Dec 2010 20:07:16 +0000</pubDate>
		<guid isPermaLink="false">http://adambarber.tv/?p=51#comment-185</guid>
		<description>Worked perfectly.. thanks so much for sharing!</description>
		<content:encoded><![CDATA[<p>Worked perfectly.. thanks so much for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lars</title>
		<link>http://adambarber.tv/2009/widgetize-the-thesis-media-box/comment-page-1/#comment-142</link>
		<dc:creator>Lars</dc:creator>
		<pubDate>Sat, 14 Aug 2010 11:41:06 +0000</pubDate>
		<guid isPermaLink="false">http://adambarber.tv/?p=51#comment-142</guid>
		<description>Great tuts. The only thing you need to take care of after adding this code is the css. The styling for the build in widgets is not picked up by the widgetized multimedia box. I added this to custom.css and ik look good now. Reason for adding the .sidebar h3 selector is to make sure I only have to update the styling in one location by overriding the font styling for the two build in widgets areas. 

#custom_box {
font-size:1em;
line-height:1.538em;
}

div#multimedia_box h3, .sidebar h3 {
color:#555555;
font-size:1.3em;
line-height:1.385em;
margin-bottom:0.692em;
font-variant:small-caps;
letter-spacing:2px;
}</description>
		<content:encoded><![CDATA[<p>Great tuts. The only thing you need to take care of after adding this code is the css. The styling for the build in widgets is not picked up by the widgetized multimedia box. I added this to custom.css and ik look good now. Reason for adding the .sidebar h3 selector is to make sure I only have to update the styling in one location by overriding the font styling for the two build in widgets areas. </p>
<p>#custom_box {<br />
font-size:1em;<br />
line-height:1.538em;<br />
}</p>
<p>div#multimedia_box h3, .sidebar h3 {<br />
color:#555555;<br />
font-size:1.3em;<br />
line-height:1.385em;<br />
margin-bottom:0.692em;<br />
font-variant:small-caps;<br />
letter-spacing:2px;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: laura</title>
		<link>http://adambarber.tv/2009/widgetize-the-thesis-media-box/comment-page-1/#comment-141</link>
		<dc:creator>laura</dc:creator>
		<pubDate>Wed, 14 Jul 2010 17:51:52 +0000</pubDate>
		<guid isPermaLink="false">http://adambarber.tv/?p=51#comment-141</guid>
		<description>Thanks for the tutorial, it worked, now I&#039;m just trying to figure out how to style it in CSS, would love some help to get me started, I&#039;m a newbie ;)

Laura</description>
		<content:encoded><![CDATA[<p>Thanks for the tutorial, it worked, now I&#8217;m just trying to figure out how to style it in CSS, would love some help to get me started, I&#8217;m a newbie <img src='http://adambarber.tv/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Laura</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Price</title>
		<link>http://adambarber.tv/2009/widgetize-the-thesis-media-box/comment-page-1/#comment-138</link>
		<dc:creator>Steve Price</dc:creator>
		<pubDate>Fri, 04 Jun 2010 11:25:40 +0000</pubDate>
		<guid isPermaLink="false">http://adambarber.tv/?p=51#comment-138</guid>
		<description>Hello Adam,

Widgetizing Multimedia box worked, but when I tried to put in there the Next-gen gallery widget, the MM box doesn&#039;t seem to work?

Please if you can, how will it work on the widgetized MM box?

Thank you,

Steve price</description>
		<content:encoded><![CDATA[<p>Hello Adam,</p>
<p>Widgetizing Multimedia box worked, but when I tried to put in there the Next-gen gallery widget, the MM box doesn&#8217;t seem to work?</p>
<p>Please if you can, how will it work on the widgetized MM box?</p>
<p>Thank you,</p>
<p>Steve price</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Styling the Thesis Sidebar</title>
		<link>http://adambarber.tv/2009/widgetize-the-thesis-media-box/comment-page-1/#comment-136</link>
		<dc:creator>Styling the Thesis Sidebar</dc:creator>
		<pubDate>Tue, 04 May 2010 22:10:12 +0000</pubDate>
		<guid isPermaLink="false">http://adambarber.tv/?p=51#comment-136</guid>
		<description>[...] or you can use &#8220;Custom Code&#8221; to really think outside of the box (ha). You can also widgetize it if you so [...]</description>
		<content:encoded><![CDATA[<p>[...] or you can use &#8220;Custom Code&#8221; to really think outside of the box (ha). You can also widgetize it if you so [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://adambarber.tv/2009/widgetize-the-thesis-media-box/comment-page-1/#comment-135</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Wed, 14 Apr 2010 13:27:55 +0000</pubDate>
		<guid isPermaLink="false">http://adambarber.tv/?p=51#comment-135</guid>
		<description>Thanks. This was exactly what I was looking for.</description>
		<content:encoded><![CDATA[<p>Thanks. This was exactly what I was looking for.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: enhanced
Database Caching 3/14 queries in 0.059 seconds using disk: basic
Object Caching 343/343 objects using disk: basic

Served from: adambarber.tv @ 2012-05-19 00:23:03 -->
