<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<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>WordPress.com Forums &#187; Tag: Theme - Duster - Recent Posts</title>
		<link>http://en.forums.wordpress.com/tags/theme-duster</link>
		<description>WordPress.com Forums &#187; Tag: Theme - Duster - Recent Posts</description>
		<language>en</language>
		<pubDate>Wed, 19 Jun 2013 11:20:21 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/tags/theme-duster" rel="self" type="application/rss+xml" />

		<item>
			<title>thesacredpath on "Customising the Duster theme"</title>
			<link>http://en.forums.wordpress.com/topic/customising-the-duster-theme#post-605480</link>
			<pubDate>Mon, 16 May 2011 20:06:31 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">605480@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You are welcome.
</p>
]]></description>
					</item>
		<item>
			<title>kerrymurrayphotography on "Customising the Duster theme"</title>
			<link>http://en.forums.wordpress.com/topic/customising-the-duster-theme#post-605337</link>
			<pubDate>Mon, 16 May 2011 16:08:53 +0000</pubDate>
			<dc:creator>kerrymurrayphotography</dc:creator>
			<guid isPermaLink="false">605337@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@thesacredpath: thanks, it works like a dream! I will just make my images a bit bigger, 840px is fine for me, i just want everything to be the same size so the blog isnt wasting viewers time resizing images according to where they are seeing them from... if that makes sense...</p>
<p>again, thanks so much for helping me, i appreciate it so so much. xxx
</p>
]]></description>
					</item>
		<item>
			<title>maidiebike on "Customising the Duster theme"</title>
			<link>http://en.forums.wordpress.com/topic/customising-the-duster-theme#post-604903</link>
			<pubDate>Sun, 15 May 2011 21:27:26 +0000</pubDate>
			<dc:creator>maidiebike</dc:creator>
			<guid isPermaLink="false">604903@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I use the Duster theme here, <a href="http://cyclewriteblog.wordpress.com" rel="nofollow">http://cyclewriteblog.wordpress.com</a></p>
<p>I love the look. I haven't gotten around to exploring all its feature so I appreciate whaever information is available.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Customising the Duster theme"</title>
			<link>http://en.forums.wordpress.com/topic/customising-the-duster-theme#post-604837</link>
			<pubDate>Sun, 15 May 2011 19:07:16 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">604837@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This takes the content area on the single post page as wide as you can without having to adjust a bunch of other things. It takes it over 800px though to about 840px.</p>
<pre><code>.singular .entry-content {
width: 100%;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>kerrymurrayphotography on "Customising the Duster theme"</title>
			<link>http://en.forums.wordpress.com/topic/customising-the-duster-theme#post-604704</link>
			<pubDate>Sun, 15 May 2011 13:23:37 +0000</pubDate>
			<dc:creator>kerrymurrayphotography</dc:creator>
			<guid isPermaLink="false">604704@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@thesacredpath: the CSS works beautifully, gives exactly the look I was going for, thanks so much. The only thing that hasnt changed is when i click to veiw a post individually, then it goes back to the original width... is there any way to change this, or am I just being too damn difficult? you can tell me if i am! </p>
<p>Thanks so much for your help so far.
</p>
]]></description>
					</item>
		<item>
			<title>kerrymurrayphotography on "Customising the Duster theme"</title>
			<link>http://en.forums.wordpress.com/topic/customising-the-duster-theme#post-604698</link>
			<pubDate>Sun, 15 May 2011 13:15:45 +0000</pubDate>
			<dc:creator>kerrymurrayphotography</dc:creator>
			<guid isPermaLink="false">604698@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you all for your advice and input, I am off to read the links from timethief and them i will mess around with the code you gave me, sacredpath... thanks so much!
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Customising the Duster theme"</title>
			<link>http://en.forums.wordpress.com/topic/customising-the-duster-theme#post-603211</link>
			<pubDate>Thu, 12 May 2011 20:41:21 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">603211@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>On your blog page, the following CSS will delete the sidebar and set the content width to approximately 850px. If you use this, go to settings &#62; media and set your "large" image size for 800px wide and then on any blog post where you want to insert an 850px wide image, choose large as the size.</p>
<pre><code>.blog #content, .archive #content, .category #content {
margin: 0 7.6%;
width: 85%;
}

.blog #secondary, .archive #secondary, .category #secondary {
display: none;
}</code></pre>
<p>The above also removes the sidebar and resizes the content area on the categories, archives and tags pages as well since those pages will display the wider photos and if you do not resize them, the wider images will be either cut off on the right side, or they will break those pages.
</p>
]]></description>
					</item>
		<item>
			<title>mkalina on "Customising the Duster theme"</title>
			<link>http://en.forums.wordpress.com/topic/customising-the-duster-theme#post-603180</link>
			<pubDate>Thu, 12 May 2011 20:02:53 +0000</pubDate>
			<dc:creator>mkalina</dc:creator>
			<guid isPermaLink="false">603180@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hm, timethief explained a lot. I would suggest, you do not link your photos to the files, but to the attachment-pages. This makes it better no navigate...
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Customising the Duster theme"</title>
			<link>http://en.forums.wordpress.com/topic/customising-the-duster-theme#post-602985</link>
			<pubDate>Thu, 12 May 2011 15:47:43 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">602985@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>"gas" was meant to be "has" - sorry :(
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Customising the Duster theme"</title>
			<link>http://en.forums.wordpress.com/topic/customising-the-duster-theme#post-602983</link>
			<pubDate>Thu, 12 May 2011 15:46:14 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">602983@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@kerrymurrayphotography<br />
 Every theme gas a maximum displayed image width. See here please &#62; <a href="http://wpbtips.wordpress.com/2009/07/23/maximum-image-width/" rel="nofollow">http://wpbtips.wordpress.com/2009/07/23/maximum-image-width/</a></p>
<p>More to the point is IMO your ought to read this comprehensive post on how Duster is coded to operate and how it can be tweaked. See here &#62; <a href="http://wpbtips.wordpress.com/2011/05/04/workings-of-duster/" rel="nofollow">http://wpbtips.wordpress.com/2011/05/04/workings-of-duster/</a>
</p>
]]></description>
					</item>
		<item>
			<title>kerrymurrayphotography on "Customising the Duster theme"</title>
			<link>http://en.forums.wordpress.com/topic/customising-the-duster-theme#post-602977</link>
			<pubDate>Thu, 12 May 2011 15:33:58 +0000</pubDate>
			<dc:creator>kerrymurrayphotography</dc:creator>
			<guid isPermaLink="false">602977@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>OK, done! </p>
<p>also, im not following what you mean by using 800px wide images in galleries? Images in galleries are only thumbnail size, regardless of the actual image size, as far as i could tell. </p>
<p>What i'm concerned about is getting images to be 800px wide on the blog and individual posts. Well, not only the images, the whole column, text too, do you know what i mean? I hope i'm making sense here...</p>
<p>thanks!
</p>
]]></description>
					</item>
		<item>
			<title>kerrymurrayphotography on "Customising the Duster theme"</title>
			<link>http://en.forums.wordpress.com/topic/customising-the-duster-theme#post-602973</link>
			<pubDate>Thu, 12 May 2011 15:26:53 +0000</pubDate>
			<dc:creator>kerrymurrayphotography</dc:creator>
			<guid isPermaLink="false">602973@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>sorry, meant to do it and got distracted... oops, im on it..<br />
thanks!!!
</p>
]]></description>
					</item>
		<item>
			<title>mkalina on "Customising the Duster theme"</title>
			<link>http://en.forums.wordpress.com/topic/customising-the-duster-theme#post-602969</link>
			<pubDate>Thu, 12 May 2011 15:14:00 +0000</pubDate>
			<dc:creator>mkalina</dc:creator>
			<guid isPermaLink="false">602969@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi,</p>
<p>1. We cannot access your test-blog since it is password protected. Change the setting in privacy to "No search engines, but all others" (don't know the exact wording there).</p>
<p>2. Everything you want should be possible with the CSS upgrade AFAIK. The only thing is you should check out whether using 800px wide images in your galleries works out. At least in the attachment-view, they are not allowed to be bigger than 800px.</p>
<p>Hope, this gives you a first idea of what's possible. I can tell you more, if you make your test-blog accessible...
</p>
]]></description>
					</item>
		<item>
			<title>kerrymurrayphotography on "Customising the Duster theme"</title>
			<link>http://en.forums.wordpress.com/topic/customising-the-duster-theme#post-602957</link>
			<pubDate>Thu, 12 May 2011 14:40:20 +0000</pubDate>
			<dc:creator>kerrymurrayphotography</dc:creator>
			<guid isPermaLink="false">602957@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi there</p>
<p>I am not yet using the Duster theme, but am working on redesigning my blog and love the look of this theme. What I would like to do is use their Showcase Page Template as my landing page (home) and then allocate another page as the blog, for the contantly updated posts. My question is: would it be possible, with the CSS upgrade, to remove the RHS sidebar on the "blog" page (like on individual posts/pages) and increase the main column width to about 800px, so images would show 800px wide? And would I be able to keep that width on individual posts too?</p>
<p>I am messing around with Duster on my test blog, if its any help you can see it here: <a href="http://kerryandluis.wordpress.com/" rel="nofollow">http://kerryandluis.wordpress.com/</a></p>
<p>Thanks so much, in advance, I try not to ask stuff too often since I know youre all super busy, but it would be great to know if what I want is possible before purchasing the upgrade.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "editing the CSS"</title>
			<link>http://en.forums.wordpress.com/topic/editing-the-css#post-601807</link>
			<pubDate>Tue, 10 May 2011 21:40:27 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">601807@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I will flag this thread so our Moderators move it to the CSS Forum for you. Please be patient while waiting for a Volunteer to assist you.
</p>
]]></description>
					</item>
		<item>
			<title>valeryrizzo on "editing the CSS"</title>
			<link>http://en.forums.wordpress.com/topic/editing-the-css#post-601794</link>
			<pubDate>Tue, 10 May 2011 21:19:31 +0000</pubDate>
			<dc:creator>valeryrizzo</dc:creator>
			<guid isPermaLink="false">601794@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Yes I got that far but I don't know where to start once I am in the Edit CSS.
</p>
]]></description>
					</item>
		<item>
			<title>panaghiotisadam on "editing the CSS"</title>
			<link>http://en.forums.wordpress.com/topic/editing-the-css#post-601681</link>
			<pubDate>Tue, 10 May 2011 18:39:55 +0000</pubDate>
			<dc:creator>panaghiotisadam</dc:creator>
			<guid isPermaLink="false">601681@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Dashboard sidebar: Appearance &#62; Edit CSS.</p>
<p>Note that you shouldn't change anything in the existing CSS of the theme - you just add whatever you want to change; see here for more:<br />
<a href="http://csswiz.wordpress.com/2009/10/15/if-you-have-the-wp-com-css-upgrade/" rel="nofollow">http://csswiz.wordpress.com/2009/10/15/if-you-have-the-wp-com-css-upgrade/</a>
</p>
]]></description>
					</item>
		<item>
			<title>valeryrizzo on "editing the CSS"</title>
			<link>http://en.forums.wordpress.com/topic/editing-the-css#post-601523</link>
			<pubDate>Tue, 10 May 2011 12:30:11 +0000</pubDate>
			<dc:creator>valeryrizzo</dc:creator>
			<guid isPermaLink="false">601523@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello, I purchased the ability to edit my site using CSS so I could change the size of the templete Type Header/Tiltle as well as the colors of the links on the page and maybe my Post title as well, but I cannot find where to edit the CSS so I can start editing. can someone help me.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Problem with Duster theme"</title>
			<link>http://en.forums.wordpress.com/topic/problem-with-duster-theme#post-599801</link>
			<pubDate>Fri, 06 May 2011 17:39:59 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">599801@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@Lance,<br />
No.  What I see (OS windows XP) using Firefox 3.6.17 and IE8 is a tiled background image appearing where one would expect.  I concluded that maybe the member was using a different browser.
</p>
]]></description>
					</item>
		<item>
			<title>lance on "Problem with Duster theme"</title>
			<link>http://en.forums.wordpress.com/topic/problem-with-duster-theme#post-599797</link>
			<pubDate>Fri, 06 May 2011 17:11:29 +0000</pubDate>
			<dc:creator>lance</dc:creator>
			<guid isPermaLink="false">599797@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@inthecac Could you post a link to an example of where this occurs? A screenshot would be helpful, too. I looked at <a href="http://inthecac.com/" rel="nofollow">http://inthecac.com/</a> and don't see the background issue.</p>
<p>@timethief Were you able to repeat the issue reported? I wasn't able to see it.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Problem with Duster theme"</title>
			<link>http://en.forums.wordpress.com/topic/problem-with-duster-theme#post-599790</link>
			<pubDate>Fri, 06 May 2011 16:17:46 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">599790@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>EDIT: "do" was meant to be "so"
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Problem with Duster theme"</title>
			<link>http://en.forums.wordpress.com/topic/problem-with-duster-theme#post-599789</link>
			<pubDate>Fri, 06 May 2011 16:17:16 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">599789@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I have flagged this thread do Theme Staff will reply to you.
</p>
]]></description>
					</item>
		<item>
			<title>inthecac on "Problem with Duster theme"</title>
			<link>http://en.forums.wordpress.com/topic/problem-with-duster-theme#post-598863</link>
			<pubDate>Wed, 04 May 2011 20:06:10 +0000</pubDate>
			<dc:creator>inthecac</dc:creator>
			<guid isPermaLink="false">598863@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Previously the background image would just tile along the side of my homepage, but now it is behind my posts too making them difficult to read. Does anyone know how I can fix this?
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Duster Theme Help need it, customizing CSS"</title>
			<link>http://en.forums.wordpress.com/topic/duster-theme-help-need-it-customizing-css/page/2#post-597269</link>
			<pubDate>Sun, 01 May 2011 18:10:46 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">597269@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>G'day TT.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Duster Theme Help need it, customizing CSS"</title>
			<link>http://en.forums.wordpress.com/topic/duster-theme-help-need-it-customizing-css/page/2#post-597261</link>
			<pubDate>Sun, 01 May 2011 17:57:29 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">597261@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>~~TSP<br />
 G'day to you. :)
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Duster Theme Help need it, customizing CSS"</title>
			<link>http://en.forums.wordpress.com/topic/duster-theme-help-need-it-customizing-css/page/2#post-597247</link>
			<pubDate>Sun, 01 May 2011 17:42:27 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">597247@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I cannot help if the widget is not in the sidebar. There is nothing for me to move.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Duster Theme Help need it, customizing CSS"</title>
			<link>http://en.forums.wordpress.com/topic/duster-theme-help-need-it-customizing-css/page/2#post-597224</link>
			<pubDate>Sun, 01 May 2011 17:03:55 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">597224@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>No I'm sorry I cannot.  I do know that thescaredpath has said the "preview" can be "flakey" sometimes. Only thesacredpath and occasionally hallluke help with CSS, and neither are logged in at this time so you will have to be patient.
</p>
]]></description>
					</item>
		<item>
			<title>thinkactvote on "Duster Theme Help need it, customizing CSS"</title>
			<link>http://en.forums.wordpress.com/topic/duster-theme-help-need-it-customizing-css#post-597222</link>
			<pubDate>Sun, 01 May 2011 17:01:37 +0000</pubDate>
			<dc:creator>thinkactvote</dc:creator>
			<guid isPermaLink="false">597222@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>and I do have an understanding of CSS and html - I can't write the code myself, but know what to do with it and have done it successfully on other sites, but it is not working on this one for some reason.
</p>
]]></description>
					</item>
		<item>
			<title>thinkactvote on "Duster Theme Help need it, customizing CSS"</title>
			<link>http://en.forums.wordpress.com/topic/duster-theme-help-need-it-customizing-css#post-597221</link>
			<pubDate>Sun, 01 May 2011 17:00:43 +0000</pubDate>
			<dc:creator>thinkactvote</dc:creator>
			<guid isPermaLink="false">597221@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I bought the upgrade in case it was just the preview that wasn't working - can you advise further?
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Duster Theme Help need it, customizing CSS"</title>
			<link>http://en.forums.wordpress.com/topic/duster-theme-help-need-it-customizing-css#post-597203</link>
			<pubDate>Sun, 01 May 2011 16:24:15 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">597203@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm sorry but there is no Staff support for CSS editng and precious little Volunteer support. Volunteers answering support questions do not provide support by email. Since there is no official Staff support for the CSS upgrade, and precious little Volunteer support,  it's recommend that you do not buy the upgrade unless you have at least moderate understanding of HTML and CSS because you must be prepared to do the work on your own.
</p>
]]></description>
					</item>

	</channel>
</rss>
