<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<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">
	<channel>
		<title>ThesisThemes.com Community Support: Recent Posts</title>
		<link>http://thesisthemes.com/forum/</link>
		<description>Thesis Custom Skin Support</description>
		<language>en-US</language>
		<pubDate>Fri, 30 Jul 2010 02:45:23 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://thesisthemes.com/forum/search.php</link>
		</textInput>
		<atom:link href="http://thesisthemes.com/forum/rss/" rel="self" type="application/rss+xml" />

		<item>
			<title>Mark Hodder on "Logo image gone after transfer of hosting"</title>
			<link>http://thesisthemes.com/forum/topic/logo-image-gone-after-transfer-of-hosting#post-3046</link>
			<pubDate>Thu, 29 Jul 2010 23:10:22 +0000</pubDate>
			<dc:creator>Mark Hodder</dc:creator>
			<guid isPermaLink="false">3046@http://thesisthemes.com/forum/</guid>
			<description>&#60;p&#62;No problem. try adding this to your custom.css file:&#60;/p&#62;
&#60;p&#62;(change twitter_icon.png to your logos name)&#60;/p&#62;
&#60;p&#62;&#60;code&#62;.custom #header #logo a {&#60;br /&#62;
background:url(&#34;images/twitter_icon.png&#34;) no-repeat scroll 0 0 transparent;&#60;br /&#62;
display: block;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.custom #header #logo, .custom #header #tagline {&#60;br /&#62;
text-indent:-9999px;&#60;br /&#62;
}&#60;br /&#62;
&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ciaran on "Folio - non home pages"</title>
			<link>http://thesisthemes.com/forum/topic/folio-non-home-pages#post-3045</link>
			<pubDate>Thu, 29 Jul 2010 23:10:10 +0000</pubDate>
			<dc:creator>Ciaran</dc:creator>
			<guid isPermaLink="false">3045@http://thesisthemes.com/forum/</guid>
			<description>&#60;p&#62;Hi Matt&#60;/p&#62;
&#60;p&#62;Would you answer the following please?&#60;/p&#62;
&#60;p&#62;1. I noticed the area under the nav is editable on the home page, is this feature available to all the other pages out of the box?&#60;br /&#62;
2. Is it a global feature or can each page use this area differently hence uniquely?&#60;br /&#62;
3. How can I add breadcrumbs to help the user navigate?&#60;br /&#62;
4. If I wanted to bring in dynamic directory results and display them are there any considerations/limitations to think about? &#60;/p&#62;
&#60;p&#62;Regards&#60;br /&#62;
Ciaran&#60;/p&#62;
&#60;p&#62;P.S. Lovely skin by the way.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>K.D Williams on "Replacing the featured slider with a video or other elements"</title>
			<link>http://thesisthemes.com/forum/topic/replacing-the-featured-slider-with-a-video-or-other-elements#post-3044</link>
			<pubDate>Thu, 29 Jul 2010 20:57:20 +0000</pubDate>
			<dc:creator>K.D Williams</dc:creator>
			<guid isPermaLink="false">3044@http://thesisthemes.com/forum/</guid>
			<description>&#60;p&#62;My initial test with with an h2 under a div tag and not a simple img. I just tried your code your way and it doesn't work completely. Also, your way should work with any block level element and unfortunately it doesn't. Plus, your way requires a bit a margin styling as well.&#60;/p&#62;
&#60;p&#62;The reason for all the margin work is that I'm trying to compensate for something that you can't - but I'm sure many would like to - do right out of the box. Besides my way worked for me. No offense.&#60;/p&#62;
&#60;p&#62;Nonetheless, I appreciate your contribution to the Thesis community.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Matt Hodder on "Replacing the featured slider with a video or other elements"</title>
			<link>http://thesisthemes.com/forum/topic/replacing-the-featured-slider-with-a-video-or-other-elements#post-3043</link>
			<pubDate>Thu, 29 Jul 2010 15:01:14 +0000</pubDate>
			<dc:creator>Matt Hodder</dc:creator>
			<guid isPermaLink="false">3043@http://thesisthemes.com/forum/</guid>
			<description>&#60;p&#62;My code does work, I just tried it. You seem to be making things really complicated with the margin hacks. &#60;/p&#62;
&#60;p&#62;If you place the image as the first bit of code, followed by everything else and float the image (or whatever) right it should work. The image will be on the right and the content on the left lined up vertically... The margin in my code was just to add some breathing room around it.&#60;/p&#62;
&#60;p&#62;Do you have a link to the site so I can see what you have right now?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>K.D Williams on "Replacing the featured slider with a video or other elements"</title>
			<link>http://thesisthemes.com/forum/topic/replacing-the-featured-slider-with-a-video-or-other-elements#post-3042</link>
			<pubDate>Thu, 29 Jul 2010 14:10:56 +0000</pubDate>
			<dc:creator>K.D Williams</dc:creator>
			<guid isPermaLink="false">3042@http://thesisthemes.com/forum/</guid>
			<description>&#60;p&#62;I tried the style attribute you wrote and it worked partially. It only moved the image - in my case I used a h2 placeholder - to the bottom right below the text on the left. It doesn't automatically place it in the equal position to the right of what's on the left.&#60;/p&#62;
&#60;p&#62;In order to place something on the right side that's level to what's on the left, you need to manipulate the margin tag to place whatever position you want. &#60;/p&#62;
&#60;p&#62;The first thing I did was place both sides into individual divs into &#34;leftside&#34; and 'rightside&#34;.&#60;/p&#62;
&#60;p&#62;Then in my case it's...&#60;/p&#62;
&#60;p&#62;&#60;blockquote&#62;&#60;br /&#62;
For the original native leftside...&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;.custom #leftside&#60;br /&#62;
{margin: 0 350px 0 0;}&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;For the new right side that replaces the slider...&#60;br /&#62;
&#60;strong&#62;&#60;br /&#62;
.custom #rightside&#60;br /&#62;
{float:right; margin: -140px 115px 20px -70px}&#60;/strong&#62;&#60;br /&#62;
&#60;/blockquote&#62;&#60;/p&#62;
&#60;p&#62;If you think there is another way I should go, I'm open.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jason Mericle on "Move Nav Bar Below Header Image"</title>
			<link>http://thesisthemes.com/forum/topic/move-nav-bar-below-header-image#post-3041</link>
			<pubDate>Thu, 29 Jul 2010 12:40:23 +0000</pubDate>
			<dc:creator>Jason Mericle</dc:creator>
			<guid isPermaLink="false">3041@http://thesisthemes.com/forum/</guid>
			<description>&#60;p&#62;That worked great. Thanks Matt.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Douglas Ray on "The Times Skin in Internet Explorer 8"</title>
			<link>http://thesisthemes.com/forum/topic/the-times-skin-in-internet-explorer-8#post-3040</link>
			<pubDate>Thu, 29 Jul 2010 10:30:38 +0000</pubDate>
			<dc:creator>Douglas Ray</dc:creator>
			<guid isPermaLink="false">3040@http://thesisthemes.com/forum/</guid>
			<description>&#60;p&#62;Hey Joe,&#60;/p&#62;
&#60;p&#62;I had the / issue pop up and found a mention of it (after a trusty Google Search)...it is actually a WordPress issue.&#60;/p&#62;
&#60;p&#62;There is a plugin made to address it...however, as with all plugs, test it first, as it may wreck havoc with other settings.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Matt Hodder on "Move Nav Bar Below Header Image"</title>
			<link>http://thesisthemes.com/forum/topic/move-nav-bar-below-header-image#post-3039</link>
			<pubDate>Thu, 29 Jul 2010 09:38:49 +0000</pubDate>
			<dc:creator>Matt Hodder</dc:creator>
			<guid isPermaLink="false">3039@http://thesisthemes.com/forum/</guid>
			<description>&#60;p&#62;This might get you started.. Add this to custom.css:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.custom #header .menu { float: none; padding: 0 0 25px; }
.custom #header_area { height: auto; }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;And then change line 37 that currently reads:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;add_action(&#38;#39;thesis_hook_before_title&#38;#39;, &#38;#39;thesis_nav_menu&#38;#39;);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;TO:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;add_action(&#38;#39;thesis_hook_after_title&#38;#39;, &#38;#39;thesis_nav_menu&#38;#39;);&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Matt Hodder on "Contact Form brings up unknown page"</title>
			<link>http://thesisthemes.com/forum/topic/contact-form-brings-up-unknown-page#post-3038</link>
			<pubDate>Thu, 29 Jul 2010 09:34:16 +0000</pubDate>
			<dc:creator>Matt Hodder</dc:creator>
			<guid isPermaLink="false">3038@http://thesisthemes.com/forum/</guid>
			<description>&#60;p&#62;Brent,&#60;/p&#62;
&#60;p&#62;Not sure, definitely nothing to do with us though. I'd check with Wordpress or the CF7 support.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Matt Hodder on "Little Icons in the Home Page Widget"</title>
			<link>http://thesisthemes.com/forum/topic/little-icons-in-the-home-page-widget#post-3037</link>
			<pubDate>Thu, 29 Jul 2010 09:33:18 +0000</pubDate>
			<dc:creator>Matt Hodder</dc:creator>
			<guid isPermaLink="false">3037@http://thesisthemes.com/forum/</guid>
			<description>&#60;p&#62;And they're just in standard text widgets.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Matt Hodder on "Little Icons in the Home Page Widget"</title>
			<link>http://thesisthemes.com/forum/topic/little-icons-in-the-home-page-widget#post-3036</link>
			<pubDate>Thu, 29 Jul 2010 09:32:04 +0000</pubDate>
			<dc:creator>Matt Hodder</dc:creator>
			<guid isPermaLink="false">3036@http://thesisthemes.com/forum/</guid>
			<description>&#60;p&#62;Here's the code I used for the widgets:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;h2&#38;gt;&#38;lt;img style=&#38;quot;margin: 0 1em .5em 0; float:left;&#38;quot; src=&#38;quot;http://www.domain.com/image.png&#38;quot; /&#38;gt;
ThesisFolio is Here!&#38;lt;/h2&#38;gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Aenean id posuere tellus. Morbi a orci sem. Maecenas posuere sagittis mattis.
Suspendisse mollis, felis viverra luctus porta.

&#38;lt;a href=&#38;quot;#&#38;quot;&#38;gt;Find out more →&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;And you can actually use the same icons since there released as GPL, found here: &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.woothemes.com/2009/09/woofunction-178-amazing-web-design-icons/#download&#34; rel=&#34;nofollow&#34;&#62;http://www.woothemes.com/2009/09/woofunction-178-amazing-web-design-icons/#download&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Matt Hodder on "Continue Reading Link Missing"</title>
			<link>http://thesisthemes.com/forum/topic/continue-reading-link-missing#post-3035</link>
			<pubDate>Thu, 29 Jul 2010 09:28:52 +0000</pubDate>
			<dc:creator>Matt Hodder</dc:creator>
			<guid isPermaLink="false">3035@http://thesisthemes.com/forum/</guid>
			<description>&#60;p&#62;An update for Thesis 1.8 will be out once 1.8 is officially released. Right now, you'll have to use our skins at your own risk and we can't guarantee everything will work with beta releases.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Matt Hodder on "Replacing the featured slider with a video or other elements"</title>
			<link>http://thesisthemes.com/forum/topic/replacing-the-featured-slider-with-a-video-or-other-elements#post-3034</link>
			<pubDate>Thu, 29 Jul 2010 09:27:24 +0000</pubDate>
			<dc:creator>Matt Hodder</dc:creator>
			<guid isPermaLink="false">3034@http://thesisthemes.com/forum/</guid>
			<description>&#60;p&#62;Oh sorry, I meant to add a style attribute to the image tag like so:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;img src=&#38;quot;http://www.domain.com/image.jpg&#38;quot; style=&#38;quot;float:right; margin: 0 0 20px 20px;&#38;quot; /&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;There's no way to manipulate the current portfolio feature to add videos, no. That's totally different functionality and would take some extra code to input. The easiest way is to just add the code to the featured content area and style it.&#60;/p&#62;
&#60;p&#62;Matt
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Hugh McCabe on "Logo image gone after transfer of hosting"</title>
			<link>http://thesisthemes.com/forum/topic/logo-image-gone-after-transfer-of-hosting#post-3033</link>
			<pubDate>Thu, 29 Jul 2010 08:45:19 +0000</pubDate>
			<dc:creator>Hugh McCabe</dc:creator>
			<guid isPermaLink="false">3033@http://thesisthemes.com/forum/</guid>
			<description>&#60;p&#62;Thanks for replying Mark, &#60;/p&#62;
&#60;p&#62;Yes I seem to have forgotten where that answer is on DIYThemes, so would appreciate if you can help me please...&#60;/p&#62;
&#60;p&#62;Regards,
&#60;/p&#62;</description>
		</item>
		<item>
			<title>K.D Williams on "Replacing the featured slider with a video or other elements"</title>
			<link>http://thesisthemes.com/forum/topic/replacing-the-featured-slider-with-a-video-or-other-elements#post-3032</link>
			<pubDate>Thu, 29 Jul 2010 01:02:20 +0000</pubDate>
			<dc:creator>K.D Williams</dc:creator>
			<guid isPermaLink="false">3032@http://thesisthemes.com/forum/</guid>
			<description>&#60;p&#62;Could I use and somehow manipulate the portfolio feature to add videos? I'm just looking for a work around.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jeedo Aquino on "Continue Reading Link Missing"</title>
			<link>http://thesisthemes.com/forum/topic/continue-reading-link-missing#post-3031</link>
			<pubDate>Wed, 28 Jul 2010 23:27:51 +0000</pubDate>
			<dc:creator>Jeedo Aquino</dc:creator>
			<guid isPermaLink="false">3031@http://thesisthemes.com/forum/</guid>
			<description>&#60;p&#62;Hi, just verified it. This only happens for thesis 1.8, themeplay works fine for 1.7, I'm poking around to see why this is but a little bit of help would be appreciated.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Joseph Martin on "Large Gap on Homepage Between Teasers in IE8 - TeaserPhotos not resizing in FF"</title>
			<link>http://thesisthemes.com/forum/topic/large-gap-on-homepage-between-teasers-in-ie8-teaserphotos-not-resizing-in-ff#post-3030</link>
			<pubDate>Wed, 28 Jul 2010 22:21:28 +0000</pubDate>
			<dc:creator>Joseph Martin</dc:creator>
			<guid isPermaLink="false">3030@http://thesisthemes.com/forum/</guid>
			<description>&#60;p&#62;Thank you Greg,&#60;/p&#62;
&#60;p&#62;I noticed you put the banner I created on your demo site. Thank you. Maybe some martial artists or martial arts enthusiasts will see it and come! I don't know where you live but I would like to invite you to come to the tournament if you like martial arts events!&#60;/p&#62;
&#60;p&#62;Dana : )
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jill on "Little Icons in the Home Page Widget"</title>
			<link>http://thesisthemes.com/forum/topic/little-icons-in-the-home-page-widget#post-3029</link>
			<pubDate>Wed, 28 Jul 2010 22:16:42 +0000</pubDate>
			<dc:creator>Jill</dc:creator>
			<guid isPermaLink="false">3029@http://thesisthemes.com/forum/</guid>
			<description>&#60;p&#62;How can I add little icons to the Home Page Widget, like the ones that are shown on the demo for ThesisFolio? When I put the image in the text body, it doesn't line up with the title. If I put it in the title box (as img src=etc) when I save, it disappears. &#60;/p&#62;
&#60;p&#62;Thanks, Jill
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jason Mericle on "Move Nav Bar Below Header Image"</title>
			<link>http://thesisthemes.com/forum/topic/move-nav-bar-below-header-image#post-3028</link>
			<pubDate>Wed, 28 Jul 2010 22:04:10 +0000</pubDate>
			<dc:creator>Jason Mericle</dc:creator>
			<guid isPermaLink="false">3028@http://thesisthemes.com/forum/</guid>
			<description>&#60;p&#62;Is it possible to move the nav bar below the header image. I attempted to move it to &#34;after header&#34; and was successful (I need more room), but could not figure out how to change the background color to stretch across the browser. Website is &#60;a href=&#34;http://disabilityinsuranceexperts.com&#34; rel=&#34;nofollow&#34;&#62;http://disabilityinsuranceexperts.com&#60;/a&#62; if it helps. Thank you in advance.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Brent Davis on "Contact Form brings up unknown page"</title>
			<link>http://thesisthemes.com/forum/topic/contact-form-brings-up-unknown-page#post-3027</link>
			<pubDate>Wed, 28 Jul 2010 20:55:42 +0000</pubDate>
			<dc:creator>Brent Davis</dc:creator>
			<guid isPermaLink="false">3027@http://thesisthemes.com/forum/</guid>
			<description>&#60;p&#62;Matt-&#60;/p&#62;
&#60;p&#62;I'm not sure if I should be directing this question to you or not, but I've used Contact Form 7 to add a contact form to my site (built with ThesisFolio of course).&#60;/p&#62;
&#60;p&#62;After a form is submitted, it brings up a new page in the content area that says&#60;br /&#62;
&#60;blockquote&#62;There’s nothing here. If there were posts in the database, you’d be seeing them. Try creating a post, and see if that solves your problem.&#60;/blockquote&#62;&#60;/p&#62;
&#60;p&#62;I imagine the fix is to create a new page and name it something specific, but I just don't know what that page would be? &#60;/p&#62;
&#60;p&#62;Any idea?&#60;/p&#62;
&#60;p&#62;My website is &#60;a href=&#34;http://www.stonetouch.net&#34; rel=&#34;nofollow&#34;&#62;http://www.stonetouch.net&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>K.D Williams on "Replacing the featured slider with a video or other elements"</title>
			<link>http://thesisthemes.com/forum/topic/replacing-the-featured-slider-with-a-video-or-other-elements#post-3026</link>
			<pubDate>Wed, 28 Jul 2010 19:16:47 +0000</pubDate>
			<dc:creator>K.D Williams</dc:creator>
			<guid isPermaLink="false">3026@http://thesisthemes.com/forum/</guid>
			<description>&#60;p&#62;Style attribute? You mean the image tag? Or is this something I would have to i.d and style it in CSS?&#60;/p&#62;
&#60;p&#62;I tried your instructions but it floated the element to the bottom left of what is already in the featured content area. Should I id the left element as the slider element?&#60;/p&#62;
&#60;p&#62;Thanks for getting back to me.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jeedo Aquino on "Continue Reading Link Missing"</title>
			<link>http://thesisthemes.com/forum/topic/continue-reading-link-missing#post-3025</link>
			<pubDate>Wed, 28 Jul 2010 16:52:52 +0000</pubDate>
			<dc:creator>Jeedo Aquino</dc:creator>
			<guid isPermaLink="false">3025@http://thesisthemes.com/forum/</guid>
			<description>&#60;p&#62;I think I just discovered a bug. I'm using wordpress v3, thesis 1.8b1 and themeplay 1.1. Installed with all the default settings and the &#34;Continue Reading&#34; link doesn't display under each post. This displayed in the demo on thesisthemes.com. Website address is &#60;a href=&#34;http://www.thyroidhealthandcare.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.thyroidhealthandcare.com/&#60;/a&#62; please get this fixed ASAP or please post if you guys have a workaround. Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mark Hodder on "Major display differences between Mac and PC"</title>
			<link>http://thesisthemes.com/forum/topic/major-display-differences-between-mac-and-pc#post-3024</link>
			<pubDate>Wed, 28 Jul 2010 13:01:27 +0000</pubDate>
			<dc:creator>Mark Hodder</dc:creator>
			<guid isPermaLink="false">3024@http://thesisthemes.com/forum/</guid>
			<description>&#60;p&#62;Good luck!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jonathan Farley on "Major display differences between Mac and PC"</title>
			<link>http://thesisthemes.com/forum/topic/major-display-differences-between-mac-and-pc#post-3023</link>
			<pubDate>Wed, 28 Jul 2010 12:47:11 +0000</pubDate>
			<dc:creator>Jonathan Farley</dc:creator>
			<guid isPermaLink="false">3023@http://thesisthemes.com/forum/</guid>
			<description>&#60;p&#62;Yeah, I gave up and think I'll use iThemes Builder. Seems much easier to modify.&#60;br /&#62;
Who knows, maybe I'll be back. Thanks for the help though...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mark Hodder on "Major display differences between Mac and PC"</title>
			<link>http://thesisthemes.com/forum/topic/major-display-differences-between-mac-and-pc#post-3022</link>
			<pubDate>Wed, 28 Jul 2010 10:51:12 +0000</pubDate>
			<dc:creator>Mark Hodder</dc:creator>
			<guid isPermaLink="false">3022@http://thesisthemes.com/forum/</guid>
			<description>&#60;p&#62;I can't check unless the sites up, looks like another theme right now.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Matt Hodder on "Replacing the featured slider with a video or other elements"</title>
			<link>http://thesisthemes.com/forum/topic/replacing-the-featured-slider-with-a-video-or-other-elements#post-3021</link>
			<pubDate>Wed, 28 Jul 2010 09:57:04 +0000</pubDate>
			<dc:creator>Matt Hodder</dc:creator>
			<guid isPermaLink="false">3021@http://thesisthemes.com/forum/</guid>
			<description>&#60;p&#62;Well the best way to do that would be to just remove the slider area altogether and then add your image or video into the feature area content.&#60;/p&#62;
&#60;p&#62;So in ThesisFolio Options:&#60;/p&#62;
&#60;p&#62;&#60;ul&#62;&#60;li&#62;In &#60;strong&#62;Featured Slider&#60;/strong&#62;, open the drop down and select &#60;strong&#62;Disable&#60;/strong&#62;&#60;/li&#62;&#60;li&#62;Edit &#60;strong&#62;Content&#60;/strong&#62; to include the video or image code.&#60;/li&#62;&#60;/ul&#62;&#60;/p&#62;
&#60;p&#62;Example of code with an image that would work:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;img src=&#38;quot;http://www.domain.com/image.jpg&#38;quot; /&#38;gt;
&#38;lt;p&#38;gt;You can edit this area from the ThesisFolio options menu in Wordpress Admin. You can add any sort of html or content. Usually this area is used as a &#38;quot;sell&#38;quot; for your product or services, so come up with something clever!&#38;lt;/p&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Now you could replace the image with your video code or what have you. I added the style attribute so the image stays to the right.&#60;/p&#62;
&#60;p&#62;Let me know if that helps.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jonathan Farley on "Major display differences between Mac and PC"</title>
			<link>http://thesisthemes.com/forum/topic/major-display-differences-between-mac-and-pc#post-3020</link>
			<pubDate>Wed, 28 Jul 2010 09:39:09 +0000</pubDate>
			<dc:creator>Jonathan Farley</dc:creator>
			<guid isPermaLink="false">3020@http://thesisthemes.com/forum/</guid>
			<description>&#60;p&#62;Also just checked it in IE 8.0 and it looks even worse. Don't know what I am doing wrong. :(
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jonathan Farley on "Major display differences between Mac and PC"</title>
			<link>http://thesisthemes.com/forum/topic/major-display-differences-between-mac-and-pc#post-3019</link>
			<pubDate>Wed, 28 Jul 2010 09:32:35 +0000</pubDate>
			<dc:creator>Jonathan Farley</dc:creator>
			<guid isPermaLink="false">3019@http://thesisthemes.com/forum/</guid>
			<description>&#60;p&#62;Ok (I feel like such a noob with these problems) but when I edit the Fresh Company skin using the .custom stylesheet as suggested, my results vary wildly on Mac and PC. Is there a line of code to put in that solves that?&#60;br /&#62;
Mac OS 10.5.2 running Firefox 3.6.8 and Windows XP with Firefox 3.6.8&#60;br /&#62;
Thesis 1.7, WP 3.0&#60;br /&#62;
&#60;a href=&#34;http://www.bad-vertising&#34; rel=&#34;nofollow&#34;&#62;http://www.bad-vertising&#60;/a&#62; .com&#60;/p&#62;
&#60;p&#62;Want to get this whole 'skins' thing figured out with a free one before I decide to invest any $ in one of the premium skins.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>simon white on "Having problems with child menus"</title>
			<link>http://thesisthemes.com/forum/topic/having-problems-with-child-menus#post-3018</link>
			<pubDate>Wed, 28 Jul 2010 04:49:06 +0000</pubDate>
			<dc:creator>simon white</dc:creator>
			<guid isPermaLink="false">3018@http://thesisthemes.com/forum/</guid>
			<description>&#60;p&#62;It sill is an issue.&#60;/p&#62;
&#60;p&#62;Not sure how to solve at the moment.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mark Hodder on "Having problems with child menus"</title>
			<link>http://thesisthemes.com/forum/topic/having-problems-with-child-menus#post-3017</link>
			<pubDate>Wed, 28 Jul 2010 00:41:49 +0000</pubDate>
			<dc:creator>Mark Hodder</dc:creator>
			<guid isPermaLink="false">3017@http://thesisthemes.com/forum/</guid>
			<description>&#60;p&#62;Hi Simon sorry seems this ended up in the spam queue.&#60;/p&#62;
&#60;p&#62;Did you solve this or is it still a issue, don't have IE 8 to test it today.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Paula Croken on "test 2"</title>
			<link>http://thesisthemes.com/forum/topic/test-2-4#post-3015</link>
			<pubDate>Wed, 28 Jul 2010 00:38:39 +0000</pubDate>
			<dc:creator>Paula Croken</dc:creator>
			<guid isPermaLink="false">3015@http://thesisthemes.com/forum/</guid>
			<description>&#60;p&#62;test
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Paula Croken on "test"</title>
			<link>http://thesisthemes.com/forum/topic/test-16#post-3014</link>
			<pubDate>Wed, 28 Jul 2010 00:36:32 +0000</pubDate>
			<dc:creator>Paula Croken</dc:creator>
			<guid isPermaLink="false">3014@http://thesisthemes.com/forum/</guid>
			<description>&#60;p&#62;test
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Paula Croken on "test"</title>
			<link>http://thesisthemes.com/forum/topic/test-15#post-3013</link>
			<pubDate>Wed, 28 Jul 2010 00:28:50 +0000</pubDate>
			<dc:creator>Paula Croken</dc:creator>
			<guid isPermaLink="false">3013@http://thesisthemes.com/forum/</guid>
			<description>&#60;p&#62;test
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Manuel Saint-Victor on "No Save Button"</title>
			<link>http://thesisthemes.com/forum/topic/no-save-button#post-3012</link>
			<pubDate>Tue, 27 Jul 2010 22:20:02 +0000</pubDate>
			<dc:creator>Manuel Saint-Victor</dc:creator>
			<guid isPermaLink="false">3012@http://thesisthemes.com/forum/</guid>
			<description>&#60;p&#62;Hi Greg.  Thanks for getting back to me.  I've tried using firefox and google chrome with no results
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mark Hodder on "Fresh Company - Navigation links not showing up in the right place"</title>
			<link>http://thesisthemes.com/forum/topic/fresh-company-navigation-links-not-showing-up-in-the-right-place#post-3011</link>
			<pubDate>Tue, 27 Jul 2010 16:58:12 +0000</pubDate>
			<dc:creator>Mark Hodder</dc:creator>
			<guid isPermaLink="false">3011@http://thesisthemes.com/forum/</guid>
			<description>&#60;p&#62;You might want to just add the longer logo and see what happens as your nav might just move down by itself ;)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
