<?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: fresh and clean - Recent Posts</title>
		<link>http://en.forums.wordpress.com/tags/fresh-and-clean</link>
		<description>WordPress.com Forums &#187; Tag: fresh and clean - Recent Posts</description>
		<language>en</language>
		<pubDate>Tue, 21 May 2013 19:17:06 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/tags/fresh-and-clean" rel="self" type="application/rss+xml" />

		<item>
			<title>puffinld on "Printing with the sidebar widget area"</title>
			<link>http://en.forums.wordpress.com/topic/printing-with-the-sidebar-widget-area#post-1258613</link>
			<pubDate>Tue, 07 May 2013 16:07:51 +0000</pubDate>
			<dc:creator>puffinld</dc:creator>
			<guid isPermaLink="false">1258613@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you once again, that's fixed it.  It had tried after logging out but it didn't make enough difference!</p>
<p>It's just what I wanted now!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Printing with the sidebar widget area"</title>
			<link>http://en.forums.wordpress.com/topic/printing-with-the-sidebar-widget-area#post-1258590</link>
			<pubDate>Tue, 07 May 2013 15:35:13 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1258590@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>It might just be where the page happens to get cut off for printing, but try reducing the space inside the print media query with this:</p>
<pre><code>#content article {
	margin-bottom: 0;
	padding-bottom: 0;
}</code></pre>
<p>Also note that logged out users (i.e. normal readers) won't see that "(Edit)" link, so that will reduce some of the space as well. To test that, try doing a print preview after logging out or from a different browser where you have not logged in to WordPress.com.
</p>
]]></description>
					</item>
		<item>
			<title>puffinld on "Printing with the sidebar widget area"</title>
			<link>http://en.forums.wordpress.com/topic/printing-with-the-sidebar-widget-area#post-1258549</link>
			<pubDate>Tue, 07 May 2013 14:36:19 +0000</pubDate>
			<dc:creator>puffinld</dc:creator>
			<guid isPermaLink="false">1258549@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you.  I worked on the image sizes till the width looked OK (640px)  then merged 2 images.  Resolution not good but Anita has the original images and will re-work them this evening.</p>
<p>One last question if I may!  Why is there such a large gap between the last line and the footer?  Is that configurable?  I tried putting a height on the @media print { 	#content but it made no difference.  I was hoping that the Home page would be on 1 sheet of paper rather 1 and a tiny bit!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Printing with the sidebar widget area"</title>
			<link>http://en.forums.wordpress.com/topic/printing-with-the-sidebar-widget-area#post-1258509</link>
			<pubDate>Tue, 07 May 2013 13:41:09 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1258509@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I think what you have looks okay.</p>
<p>Here is what I see in a print preview on my laptop: <a href="http://cl.ly/Om8c" rel="nofollow">http://cl.ly/Om8c</a></p>
<p>Note the circled option on the left, it's an option on the user's side whether or not to print background images.
</p>
]]></description>
					</item>
		<item>
			<title>puffinld on "Printing with the sidebar widget area"</title>
			<link>http://en.forums.wordpress.com/topic/printing-with-the-sidebar-widget-area#post-1257795</link>
			<pubDate>Mon, 06 May 2013 22:22:47 +0000</pubDate>
			<dc:creator>puffinld</dc:creator>
			<guid isPermaLink="false">1257795@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Found out how but can't work out what size the image needs to be!
</p>
]]></description>
					</item>
		<item>
			<title>puffinld on "Printing with the sidebar widget area"</title>
			<link>http://en.forums.wordpress.com/topic/printing-with-the-sidebar-widget-area#post-1257693</link>
			<pubDate>Mon, 06 May 2013 21:14:00 +0000</pubDate>
			<dc:creator>puffinld</dc:creator>
			<guid isPermaLink="false">1257693@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>That looks great now.  Many thanks</p>
<p>All that remains is - Is it also possible to print a different image for the header, rather than the screen header?
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Printing with the sidebar widget area"</title>
			<link>http://en.forums.wordpress.com/topic/printing-with-the-sidebar-widget-area#post-1257584</link>
			<pubDate>Mon, 06 May 2013 19:59:54 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1257584@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The difference isn't WordPress so much as it's the HTML structure of the theme you're using. In CSS, you just need to figure out the proper selector to target the areas you want to change. See <a href="http://www.htmldog.com/guides/css/beginner/selectors/" rel="nofollow">http://www.htmldog.com/guides/css/beginner/selectors/</a> to learn more.</p>
<p>In  your theme, which is Fresh &#38; Clean as you've mentioned, you can target and hide the sidebar, header area, main menu, and post flair (sharing links and likes) all in one swoop. </p>
<p>Find this part of the previous example:</p>
<pre><code>#sidebar {
	display: none;
}</code></pre>
<p>And change it to this: </p>
<pre><code>#sidebar,
#branding,
#access,
#jp-post-flair {
	display: none;
}</code></pre>
<p>Note that WordPress.com requires keeping the footer credits in tact, but they don't take up a ton of space so hopefully you'll think they're okay in the example above!
</p>
]]></description>
					</item>
		<item>
			<title>puffinld on "Printing with the sidebar widget area"</title>
			<link>http://en.forums.wordpress.com/topic/printing-with-the-sidebar-widget-area#post-1257565</link>
			<pubDate>Mon, 06 May 2013 19:43:51 +0000</pubDate>
			<dc:creator>puffinld</dc:creator>
			<guid isPermaLink="false">1257565@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>That's fixed the sidebar!  Thanks.</p>
<p>Can I now exclude the Menu and the Footer in the same fashion?  I have tried playing with various options but can't seem to find the correct "words"!  I am wondering if the difference is WordPress?
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Printing with the sidebar widget area"</title>
			<link>http://en.forums.wordpress.com/topic/printing-with-the-sidebar-widget-area#post-1257523</link>
			<pubDate>Mon, 06 May 2013 19:12:59 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1257523@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You can do this with a media query. Here is an example to get you started:</p>
<pre><code>@media print {
	#content {
		width: 96%;
	}
	#sidebar {
		display: none;
	}
}</code></pre>
<p>Here is some additional info about print stylesheets:<br />
<a href="http://coding.smashingmagazine.com/2011/11/24/how-to-set-up-a-print-style-sheet/" rel="nofollow">http://coding.smashingmagazine.com/2011/11/24/how-to-set-up-a-print-style-sheet/</a></p>
<p>You can get a good idea about previewing if you write the CSS without the "@media print { }" wrapper first (just to preview), and then add it back before saving and use your browser's print preview option to see what the final outcome will look like if printed.
</p>
]]></description>
					</item>
		<item>
			<title>puffinld on "Printing with the sidebar widget area"</title>
			<link>http://en.forums.wordpress.com/topic/printing-with-the-sidebar-widget-area#post-1252143</link>
			<pubDate>Thu, 02 May 2013 09:18:58 +0000</pubDate>
			<dc:creator>puffinld</dc:creator>
			<guid isPermaLink="false">1252143@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thought it might be useful to add that I am using the theme Fresh &#38; Clean.<br />
I feel sure there must be a CSS solution for this but can't figure it out so far.
</p>
]]></description>
					</item>
		<item>
			<title>puffinld on "Printing with the sidebar widget area"</title>
			<link>http://en.forums.wordpress.com/topic/printing-with-the-sidebar-widget-area#post-1250346</link>
			<pubDate>Wed, 01 May 2013 09:51:46 +0000</pubDate>
			<dc:creator>puffinld</dc:creator>
			<guid isPermaLink="false">1250346@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Yes, I do.  Have you looked at the site?
</p>
]]></description>
					</item>
		<item>
			<title>raincoaster on "Printing with the sidebar widget area"</title>
			<link>http://en.forums.wordpress.com/topic/printing-with-the-sidebar-widget-area#post-1250332</link>
			<pubDate>Wed, 01 May 2013 09:29:32 +0000</pubDate>
			<dc:creator>raincoaster</dc:creator>
			<guid isPermaLink="false">1250332@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Interesting: I had been told it printed the print-optimized version of the website. Do you have the Custom Design upgrade?
</p>
]]></description>
					</item>
		<item>
			<title>puffinld on "Printing with the sidebar widget area"</title>
			<link>http://en.forums.wordpress.com/topic/printing-with-the-sidebar-widget-area#post-1250325</link>
			<pubDate>Wed, 01 May 2013 09:18:55 +0000</pubDate>
			<dc:creator>puffinld</dc:creator>
			<guid isPermaLink="false">1250325@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>On a "conventional" website, I would control this by a print.css file.</p>
<p>For example<br />
<pre><code>#logos, #skip, #menu, #footer, #blind_user, #no_print
{
	   display : none;
 }</code></pre>
]]></description>
					</item>
		<item>
			<title>puffinld on "Printing with the sidebar widget area"</title>
			<link>http://en.forums.wordpress.com/topic/printing-with-the-sidebar-widget-area#post-1250274</link>
			<pubDate>Wed, 01 May 2013 07:34:37 +0000</pubDate>
			<dc:creator>puffinld</dc:creator>
			<guid isPermaLink="false">1250274@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The Share to Print button is shown at the bottom of each page and post but it just gives the same print preview as any other means of printing a page.</p>
<p>How can I control what appears on the printed page?</p>
<ul>
<li>no sidebar, widget area</li>
<li>different image header</li>
</ul>
]]></description>
					</item>
		<item>
			<title>raincoaster on "Printing with the sidebar widget area"</title>
			<link>http://en.forums.wordpress.com/topic/printing-with-the-sidebar-widget-area#post-1249761</link>
			<pubDate>Tue, 30 Apr 2013 22:55:45 +0000</pubDate>
			<dc:creator>raincoaster</dc:creator>
			<guid isPermaLink="false">1249761@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Use the Share to Print button on your Settings-&#62;Sharing page.
</p>
]]></description>
					</item>
		<item>
			<title>puffinld on "Printing with the sidebar widget area"</title>
			<link>http://en.forums.wordpress.com/topic/printing-with-the-sidebar-widget-area#post-1249744</link>
			<pubDate>Tue, 30 Apr 2013 22:46:16 +0000</pubDate>
			<dc:creator>puffinld</dc:creator>
			<guid isPermaLink="false">1249744@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I feel that the sidebar widget area is important when looking at the site.  However when printing a page, I would prefer not to see it.</p>
<p>Is it also possible to print a different image for the header, rather than the screen header?
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "need help with banner on Fresh and Clean"</title>
			<link>http://en.forums.wordpress.com/topic/need-help-with-banner-on-fresh-and-clean#post-1229254</link>
			<pubDate>Wed, 17 Apr 2013 18:33:32 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1229254@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You are welcome.
</p>
]]></description>
					</item>
		<item>
			<title>igamethereforeiam on "need help with banner on Fresh and Clean"</title>
			<link>http://en.forums.wordpress.com/topic/need-help-with-banner-on-fresh-and-clean#post-1228611</link>
			<pubDate>Wed, 17 Apr 2013 13:29:04 +0000</pubDate>
			<dc:creator>igamethereforeiam</dc:creator>
			<guid isPermaLink="false">1228611@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks so much that is exactly what I was looking for!
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "need help with banner on Fresh and Clean"</title>
			<link>http://en.forums.wordpress.com/topic/need-help-with-banner-on-fresh-and-clean#post-1227581</link>
			<pubDate>Tue, 16 Apr 2013 21:34:29 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1227581@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>See if this gives you what you want.</p>
<pre><code>#featured-post-1 article {
display: none;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>igamethereforeiam on "need help with banner on Fresh and Clean"</title>
			<link>http://en.forums.wordpress.com/topic/need-help-with-banner-on-fresh-and-clean#post-1227494</link>
			<pubDate>Tue, 16 Apr 2013 20:51:17 +0000</pubDate>
			<dc:creator>igamethereforeiam</dc:creator>
			<guid isPermaLink="false">1227494@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>actually the blog I need help would be <a href="http://thefoulmouthgamer.com/" rel="nofollow">http://thefoulmouthgamer.com/</a>
</p>
]]></description>
					</item>
		<item>
			<title>igamethereforeiam on "need help with banner on Fresh and Clean"</title>
			<link>http://en.forums.wordpress.com/topic/need-help-with-banner-on-fresh-and-clean#post-1227489</link>
			<pubDate>Tue, 16 Apr 2013 20:50:17 +0000</pubDate>
			<dc:creator>igamethereforeiam</dc:creator>
			<guid isPermaLink="false">1227489@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I am toying around with the fresh and clean theme and would like to know what css coding I need to remove the summary from a banner image? even using a small excerpt I feel it makes the banner image look too busy, I would like just the banner image and the title of the post? Is that possible?</p>
<p><a href="http://www.thefoulmouthgamer.com" rel="nofollow">http://www.thefoulmouthgamer.com</a>
</p>
]]></description>
					</item>
		<item>
			<title>hugsnkitchen on "Fresh &amp; Clean - Center Custom Header"</title>
			<link>http://en.forums.wordpress.com/topic/fresh-clean-center-custom-header#post-1223745</link>
			<pubDate>Sun, 14 Apr 2013 17:00:30 +0000</pubDate>
			<dc:creator>hugsnkitchen</dc:creator>
			<guid isPermaLink="false">1223745@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you!!
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Fresh &amp; Clean - Center Custom Header"</title>
			<link>http://en.forums.wordpress.com/topic/fresh-clean-center-custom-header#post-1223704</link>
			<pubDate>Sun, 14 Apr 2013 15:59:37 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1223704@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The two number in the code mean distance from left and distance from top. You can replace them with the right words, i.e. instead of this:<br />
0 0 no-repeat<br />
write:<br />
center top no-repeat<br />
or:<br />
center center no-repeat</p>
<p>Or you can adjust the horizontal positioning by changing the first 0 to a negative pixel value, i.e. instead of this:<br />
0 0 no-repeat<br />
write this:<br />
-40px 0 no-repeat</p>
<p>But since the image has nothing but white space left and right, the right thing to do would be to crop it in an image editing application to make its width 920px.
</p>
]]></description>
					</item>
		<item>
			<title>hugsnkitchen on "Fresh &amp; Clean - Center Custom Header"</title>
			<link>http://en.forums.wordpress.com/topic/fresh-clean-center-custom-header#post-1223675</link>
			<pubDate>Sun, 14 Apr 2013 15:23:09 +0000</pubDate>
			<dc:creator>hugsnkitchen</dc:creator>
			<guid isPermaLink="false">1223675@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi,</p>
<p>I'm very new to CSS and trying to figure out how to play with the custom header feature in the CSS upgrade.</p>
<p>My blog is: hugsnkitchen.com</p>
<p>The standard header size for this theme is 920 x 116, but I wanted to upload a larger image.  </p>
<p>I have one that is 1000 x 312, and I found the below code which allows the whole image to show up:<br />
#branding {<br />
    background: url('http://hugsnkitchen.files.wordpress.com/2013/04/hugs_n_kitchen_logo_final_1000x312_20133.png') 0 0 no-repeat;<br />
   min-height: 300px;<br />
}</p>
<p>The problem, is that it's not centered.</p>
<p>Can someone please help me figure out how to center the image in the header?</p>
<p>Thank you!
</p>
]]></description>
					</item>
		<item>
			<title>macmanx on "How do I display each post-date on the Posts Page?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-display-each-post-date-on-the-posts-page#post-1219633</link>
			<pubDate>Thu, 11 Apr 2013 18:23:55 +0000</pubDate>
			<dc:creator>macmanx</dc:creator>
			<guid isPermaLink="false">1219633@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>No, the theme is very minimal on the post page and is designed to not display anything besides the title, excerpt, and maybe an image on the post page.</p>
<p>There is no way to add in elements that don't exist via CSS.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "How do I display each post-date on the Posts Page?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-display-each-post-date-on-the-posts-page#post-1219621</link>
			<pubDate>Thu, 11 Apr 2013 18:16:01 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1219621@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I can't answer you. I have no access to your site or to the theme since the theme is retired. I am simply a volunteer. You will have to wait for staff to come through. That could be anywhere from a minute to 5 days.</p>
<p>I've tagged this thread for staff attention. That is all I can do for you if you don't make the site public so I can look at it.
</p>
]]></description>
					</item>
		<item>
			<title>puffinld on "How do I display each post-date on the Posts Page?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-display-each-post-date-on-the-posts-page#post-1219531</link>
			<pubDate>Thu, 11 Apr 2013 17:22:00 +0000</pubDate>
			<dc:creator>puffinld</dc:creator>
			<guid isPermaLink="false">1219531@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>To clarify</p>
<ul>
<li>Individual posts DO show the post date and not the author.  This is what we want.</li>
<li>The Summary Page of Posts shows neither author nor post date.  We would like it to show post date but not the author.</li>
</ul>
<p>To achieve this, we have edited the CSS with<br />
<pre><code>span.byline {
	display: none;
}</code></pre>
<p>On the Page of Posts, is it possible to have the date without the author?
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "How do I display each post-date on the Posts Page?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-display-each-post-date-on-the-posts-page#post-1219143</link>
			<pubDate>Thu, 11 Apr 2013 13:33:40 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1219143@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The post date is the date the post was published. If you want a trip date, add it to the top of the post content.</p>
<p>The problem is I can't see your site since I'm a volunteer and as timethief pointed out, the theme you are using is retired so none of us can activate it on a test blog to take a look at post dates.</p>
<p>I'll tag this thread for staff attention and hopefully someone from staff will come around soon and take a look at your site and help you out.
</p>
]]></description>
					</item>
		<item>
			<title>puffinld on "How do I display each post-date on the Posts Page?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-display-each-post-date-on-the-posts-page#post-1218992</link>
			<pubDate>Thu, 11 Apr 2013 10:29:13 +0000</pubDate>
			<dc:creator>puffinld</dc:creator>
			<guid isPermaLink="false">1218992@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Alter the Publish Date on the post to the date of your trip.
</p>
]]></description>
					</item>
		<item>
			<title>thehallsofgermany on "How do I display each post-date on the Posts Page?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-display-each-post-date-on-the-posts-page#post-1218986</link>
			<pubDate>Thu, 11 Apr 2013 10:23:15 +0000</pubDate>
			<dc:creator>thehallsofgermany</dc:creator>
			<guid isPermaLink="false">1218986@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I am trying to catch up on my blog. How do i have my post listed as the date of the subject matter i.e. "trip to italy" not the date I actually posted?
</p>
]]></description>
					</item>

	</channel>
</rss>
