<?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: cutline - Recent Posts</title>
		<link>http://en.forums.wordpress.com/tags/cutline</link>
		<description>WordPress.com Forums &#187; Tag: cutline - Recent Posts</description>
		<language>en</language>
		<pubDate>Wed, 19 Jun 2013 09:52:13 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/tags/cutline" rel="self" type="application/rss+xml" />

		<item>
			<title>hallluke on "Cutline =&gt; Coraline : Replacing menu items with graphics"</title>
			<link>http://en.forums.wordpress.com/topic/cutline-gt-coraline-replacing-menu-items-with-graphics#post-520464</link>
			<pubDate>Mon, 25 Oct 2010 10:52:51 +0000</pubDate>
			<dc:creator>hallluke</dc:creator>
			<guid isPermaLink="false">520464@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>In vigilance the navigation menu uses <em>#nav</em> instead of <em>#access</em>. You will also need to set <em>display:block;</em> on the anchor elements. You'll probably want to get rid of the top boreder that appears when the mouse is hovered over the link too as this shifts the picture down the page slightly each time.</p>
<p><code>#nav .menu .page-item-2 a { text-indent:-999em; background:url(&quot;IMAGE_URL&quot;); width:XXpx; height:XXpx; padding:0; display:block;}</code>
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Cutline =&gt; Coraline : Replacing menu items with graphics"</title>
			<link>http://en.forums.wordpress.com/topic/cutline-gt-coraline-replacing-menu-items-with-graphics#post-520401</link>
			<pubDate>Mon, 25 Oct 2010 03:55:03 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">520401@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@falandoabobrinhas<br />
CSS editng on wordpress.com is theme specific. You are using a different theme.
</p>
]]></description>
					</item>
		<item>
			<title>falandoabobrinhas on "Cutline =&gt; Coraline : Replacing menu items with graphics"</title>
			<link>http://en.forums.wordpress.com/topic/cutline-gt-coraline-replacing-menu-items-with-graphics#post-520387</link>
			<pubDate>Mon, 25 Oct 2010 01:18:52 +0000</pubDate>
			<dc:creator>falandoabobrinhas</dc:creator>
			<guid isPermaLink="false">520387@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi,</p>
<p>I'm trying to set my menu to replace text with graphics at menu item, like you did by the posts above.</p>
<p>I used the code posted by hallluke, just changing the name of menu item (page-item-2) where I want the replace occur, exactly like that:</p>
<blockquote><p>
#access .menu .page-item-2 a { text-indent:-999em; background:url("http://fleurdepains.files.wordpress.com/2008/10/fdp_titre_presentation.gif"); width:226px; height:36px; padding:0; }</p></blockquote>
<p>So, no changes occured. I cannot see any difference after add that code.</p>
<p>I'm using the theme Vigilance, and made the code change at the Editing CSS Page, but I still don't have bought the permission to save changes do CSS. I'm just using the Preview mode, before buy it.</p>
<p>Would anyone help me, please?
</p>
]]></description>
					</item>
		<item>
			<title>jkcollier on "Cutline =&gt; Coraline : Replacing menu items with graphics"</title>
			<link>http://en.forums.wordpress.com/topic/cutline-gt-coraline-replacing-menu-items-with-graphics#post-507446</link>
			<pubDate>Wed, 15 Sep 2010 16:34:24 +0000</pubDate>
			<dc:creator>jkcollier</dc:creator>
			<guid isPermaLink="false">507446@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Brilliant! Thank you so much for your help!</p>
<p>Thanks also for the explanation of the code so that I understand what's going on.</p>
<p>Cheers
</p>
]]></description>
					</item>
		<item>
			<title>hallluke on "Cutline =&gt; Coraline : Replacing menu items with graphics"</title>
			<link>http://en.forums.wordpress.com/topic/cutline-gt-coraline-replacing-menu-items-with-graphics#post-507313</link>
			<pubDate>Wed, 15 Sep 2010 09:13:45 +0000</pubDate>
			<dc:creator>hallluke</dc:creator>
			<guid isPermaLink="false">507313@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>As you can see from the code below, you need to replace <em>#post-10 h2</em> with <em>.page-item-10 a</em>. It is best if you just copy the first block of code multiple times for each navigation link and just change the page item number and the image URL each time.</p>
<p>The other two blocks of code will fix the site sub-heading and the widget titles. They all follow the same method of indenting the text so it disappears off screen and then using a background image. If you want to change anything else this way you just need to look through the source code to find the element you want to modify.</p>
<p>I hope this helps.</p>
<pre><code>#access .menu .page-item-10 a {text-indent:-999em; background:url(&quot;http://fleurdepains.files.wordpress.com/2008/10/fdp_titre_presentation.gif&quot;); width:226px; height:36px; padding:0;}

#site-description {text-indent:-999em; background:url(&quot;http://fleurdepains.files.wordpress.com/2008/10/lessentielauquotidien.jpg&quot;) no-repeat top center; height:34px;}

#pages-2 h3 {text-indent:-999em; background:url(&quot;http://fleurdepains.files.wordpress.com/2008/10/fdp_titre_magasins.gif&quot;) no-repeat left center; height:23px;}
#recent-posts-3 h3 {text-indent:-999em; background:url(&quot;http://fleurdepains.files.wordpress.com/2008/10/fdp_titre_articles.gif&quot;) no-repeat left center; height:23px;}</code></pre>
]]></description>
					</item>
		<item>
			<title>jkcollier on "Cutline =&gt; Coraline : Replacing menu items with graphics"</title>
			<link>http://en.forums.wordpress.com/topic/cutline-gt-coraline-replacing-menu-items-with-graphics#post-506887</link>
			<pubDate>Tue, 14 Sep 2010 05:50:03 +0000</pubDate>
			<dc:creator>jkcollier</dc:creator>
			<guid isPermaLink="false">506887@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>One of my clients (fleurdepains.ch) got hit with the Cutline =&#62; Coraline blitz migration, and had no idea it was coming. The original web dev--who used custom CSS on the site--is not available to make the necessary changes. I'm a sysadmin with very, very little web development experience and NO WordPress experience.</p>
<p>I would greatly appreciate help on any of the following three points:</p>
<p>- Item 1<br />
Menu items: With Cutline, the text of a menu item was apparently<br />
replaced by a graphic using code like this in the custom CSS:</p>
<p>#post-10 h2 {<br />
text-indent:-1000em;<br />
background:url('http://fleurdepains.files.wordpress.com/2008/10/fdp_titre_presentation.gif')<br />
no-repeat 0 0;<br />
height:36px;<br />
padding-bottom:0;<br />
}</p>
<p>The above code replaced "PRÉSENTATION" with a graphic of the word<br />
"Présentation".</p>
<p>I have the impression that "#post-10 h2" needs to be replaced with<br />
something that includes #access and ul, but how do I specify the post-10?</p>
<p>- Item 2<br />
The subheader, below the banner, reads "L'essentiel au quotidien". This<br />
should be replaced with the graphic<br />
<a href="http://fleurdepains.files.wordpress.com/2008/10/lessentielauquotidien.jpg" rel="nofollow">http://fleurdepains.files.wordpress.com/2008/10/lessentielauquotidien.jpg</a> </p>
<p>- Item 3<br />
 Right-hand menu titles should also be replaced with graphics:</p>
<p>"Magasins" should be replaced with<br />
<a href="http://fleurdepains.files.wordpress.com/2008/10/fdp_titre_magasins.gif" rel="nofollow">http://fleurdepains.files.wordpress.com/2008/10/fdp_titre_magasins.gif</a></p>
<p>"Articles récents" should be replaced with<br />
<a href="http://fleurdepains.files.wordpress.com/2008/10/fdp_titre_articles.gif" rel="nofollow">http://fleurdepains.files.wordpress.com/2008/10/fdp_titre_articles.gif</a></p>
<p>Help!
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Wither PressRow?"</title>
			<link>http://en.forums.wordpress.com/topic/wither-pressrow#post-500400</link>
			<pubDate>Wed, 25 Aug 2010 04:24:11 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">500400@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>See my response in the other thread you started on this.</p>
<p><a href="http://en.forums.wordpress.com/topic/what-happened-to-pressrow?replies=6#post-500394" rel="nofollow">http://en.forums.wordpress.com/topic/what-happened-to-pressrow?replies=6#post-500394</a>
</p>
]]></description>
					</item>
		<item>
			<title>sociosound on "Wither PressRow?"</title>
			<link>http://en.forums.wordpress.com/topic/wither-pressrow#post-500395</link>
			<pubDate>Wed, 25 Aug 2010 04:19:10 +0000</pubDate>
			<dc:creator>sociosound</dc:creator>
			<guid isPermaLink="false">500395@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Id just like to add that I'm super ticked off that I accidentally activated another theme for my blog and I can no longer get it back to pressrow. That theme was the reason I switched to wordpress. I am very surprised there was no notification of the theme deletion, and frankly I'm disappointed to say the least.
</p>
]]></description>
					</item>
		<item>
			<title>probes101 on "Cutline to Coraline FAQs"</title>
			<link>http://en.forums.wordpress.com/topic/cutline-to-coraline-faqs/page/6#post-500112</link>
			<pubDate>Tue, 24 Aug 2010 15:26:37 +0000</pubDate>
			<dc:creator>probes101</dc:creator>
			<guid isPermaLink="false">500112@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@Lance. Thanks again. Brilliant, quick service. Much appreciated.</p>
<p>And yes, I had pulled down the entire original style sheet, I think, but this rule wasn't in it, strangely.</p>
<p>Thanks again.
</p>
]]></description>
					</item>
		<item>
			<title>lance on "Cutline to Coraline FAQs"</title>
			<link>http://en.forums.wordpress.com/topic/cutline-to-coraline-faqs/page/6#post-500102</link>
			<pubDate>Tue, 24 Aug 2010 15:16:39 +0000</pubDate>
			<dc:creator>lance</dc:creator>
			<guid isPermaLink="false">500102@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@probes101 Here's how you can hide it:</p>
<p><code>&lt;br /&gt;
.byline {&lt;br /&gt;
	display: block;&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	left: -9000px;&lt;br /&gt;
}&lt;br /&gt;
</code></p>
<p>In general I'd recommend using the "Add this to the CSS" option, since that way you can keep only a few CSS rules, and let the theme do the rest. Your Custom CSS would only include the rules you want to change—not everything. It also ensures that you receive future fixes automatically.</p>
<p>If you use "Start from scratch" make sure you pull down the entire original stylesheet, which should already have the above rule in it.
</p>
]]></description>
					</item>
		<item>
			<title>probes101 on "Cutline to Coraline FAQs"</title>
			<link>http://en.forums.wordpress.com/topic/cutline-to-coraline-faqs/page/6#post-500093</link>
			<pubDate>Tue, 24 Aug 2010 15:04:16 +0000</pubDate>
			<dc:creator>probes101</dc:creator>
			<guid isPermaLink="false">500093@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@Lance - thanks. You guys work fast.</p>
<p>The last remaining nagging problem I'm having with the Coraline theme is with removing the author info/‘posted by’ tag on my blog posts. </p>
<p>On the standard Coraline theme (without any CSS edits), the author’s name does not appear under the blog title, simply the date of entry and comments link, e.g.:</p>
<p>TITLE TITLE TITLE<br />
Posted on August 44, 2010 &#124; Leave a comment</p>
<p>However, when making CSS edits and selecting the “Start from scratch and just use this” option in the editor, the authors name suddenly appears, e.g. </p>
<p>TITLE TITLE TITLE<br />
Posted on August 44, 2010 by Author’s Name&#124; Leave a comment</p>
<p>The custom style sheet I have created for my blog is based on the original Coraline stylesheet  (<a href="http://s0.wp.com/wp-content/themes/pub/coraline/style.css?m=1282313102g&#038;minify=false" rel="nofollow">http://s0.wp.com/wp-content/themes/pub/coraline/style.css?m=1282313102g&#038;minify=false</a>) so I can’t understand why the author info would suddenly be added. </p>
<p>Again, this only seems to happen when I select the “start from scratch” option – if I check the “Add this to the Coraline theme's CSS stylesheet” option, the author info is once again removed (although I wouldn’t wish to do this as some of my other CSS edits are lost).</p>
<p>Note that this also happens if I paste the original, unamended Coraline CSS style sheet into the editor – author’s name is present when I check the "Start from scratch" option but not when I check the “add this to the Coraline theme's CSS stylesheet” option - which makes it all the more confusing, particularly to a CSS novice.</p>
<p>Can anyone help/explain what I might be doing wrong?</p>
<p>I’ve read many of the other forum questions on this site regarding author info/tags and tried targeting/editing the appropriate css element, but to no avail.
</p>
]]></description>
					</item>
		<item>
			<title>lance on "Cutline to Coraline FAQs"</title>
			<link>http://en.forums.wordpress.com/topic/cutline-to-coraline-faqs/page/6#post-500056</link>
			<pubDate>Tue, 24 Aug 2010 14:03:07 +0000</pubDate>
			<dc:creator>lance</dc:creator>
			<guid isPermaLink="false">500056@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@probes101 Thanks for the report, that issue is fixed now.
</p>
]]></description>
					</item>
		<item>
			<title>probes101 on "Cutline to Coraline FAQs"</title>
			<link>http://en.forums.wordpress.com/topic/cutline-to-coraline-faqs/page/6#post-500031</link>
			<pubDate>Tue, 24 Aug 2010 11:01:32 +0000</pubDate>
			<dc:creator>probes101</dc:creator>
			<guid isPermaLink="false">500031@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm having a problem with disabling comments on pages...</p>
<p>I've turned comments off for all of my pages. All appears fine on those pages that carry the default page template (i.e. with sidebar widgets etc). However, on pages where I have selected the 'full width, no sidebar' layout, I get the annoying "Comments are closed" text at the bottom of each page.</p>
<p>Again, this text only displays on those pages that are full width/attachment pages, and not on pages under the default blog layout.</p>
<p>Is there anyway I can remove this text? I have the CSS upgrade, but am unsure how to target this element...
</p>
]]></description>
					</item>
		<item>
			<title>rbroberg on "Cutline: Multiple images not resized"</title>
			<link>http://en.forums.wordpress.com/topic/cutline-multiple-images-not-resized#post-499647</link>
			<pubDate>Mon, 23 Aug 2010 03:14:48 +0000</pubDate>
			<dc:creator>rbroberg</dc:creator>
			<guid isPermaLink="false">499647@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The above links won't show the issue since I found a lightweight theme that does the image resizing by default.</p>
<p>Why do some themes resize large images while others don't?<br />
Is there some CSS magic to force the resize even for those themes that don't do so by default?
</p>
]]></description>
					</item>
		<item>
			<title>rbroberg on "Cutline: Multiple images not resized"</title>
			<link>http://en.forums.wordpress.com/topic/cutline-multiple-images-not-resized#post-499635</link>
			<pubDate>Mon, 23 Aug 2010 01:52:56 +0000</pubDate>
			<dc:creator>rbroberg</dc:creator>
			<guid isPermaLink="false">499635@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Sorry, Cutline references should read Coraline
</p>
]]></description>
					</item>
		<item>
			<title>rbroberg on "Cutline: Multiple images not resized"</title>
			<link>http://en.forums.wordpress.com/topic/cutline-multiple-images-not-resized#post-499628</link>
			<pubDate>Mon, 23 Aug 2010 00:56:03 +0000</pubDate>
			<dc:creator>rbroberg</dc:creator>
			<guid isPermaLink="false">499628@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>In the iNove theme, all my large linked images are scaled appropriately to the blog.<br />
Example 1: <a href="http://rhinohide.wordpress.com/2010/08/18/mcshane-wyner-death-of-hockey-stick/" rel="nofollow">http://rhinohide.wordpress.com/2010/08/18/mcshane-wyner-death-of-hockey-stick/</a></p>
<p>In the Cutline theme, only the first linked image is scaled (still too large) and the others are not scaled at all<br />
<a href="http://testrhino.wordpress.com/2010/08/22/ms2010/" rel="nofollow">http://testrhino.wordpress.com/2010/08/22/ms2010/</a></p>
<p>Any hints on how to get the theme to do the work without having to manually edit all my old image links?
</p>
]]></description>
					</item>
		<item>
			<title>pryan12 on "Cutline to Coraline FAQs"</title>
			<link>http://en.forums.wordpress.com/topic/cutline-to-coraline-faqs/page/5#post-499548</link>
			<pubDate>Sun, 22 Aug 2010 17:09:41 +0000</pubDate>
			<dc:creator>pryan12</dc:creator>
			<guid isPermaLink="false">499548@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Has anyone relse had an issue with e-mail subscriptions since the swithover?  I have the e-mail subscription widget displayed just fine, but a friend ah told he's clicked on it, twice, to subscribe but never receives notice of a post; I've looked from in the dashboard and it doesn't show that he's subscribed.  Suggestions?
</p>
]]></description>
					</item>
		<item>
			<title>kesztio on "Cutline to Coraline FAQs"</title>
			<link>http://en.forums.wordpress.com/topic/cutline-to-coraline-faqs/page/5#post-499489</link>
			<pubDate>Sun, 22 Aug 2010 09:19:09 +0000</pubDate>
			<dc:creator>kesztio</dc:creator>
			<guid isPermaLink="false">499489@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi, Ian,</p>
<p>I’ve already changed my blog’s theme to Coraline, but unfortunately I cannot see the “posted by” field on my posts anymore. As there are more persons who may post in our blog displaying the author’s nick is very important!<br />
May you help me please!
</p>
]]></description>
					</item>
		<item>
			<title>claudiaputnam on "Cutline to Coraline FAQs"</title>
			<link>http://en.forums.wordpress.com/topic/cutline-to-coraline-faqs/page/5#post-499451</link>
			<pubDate>Sun, 22 Aug 2010 04:46:53 +0000</pubDate>
			<dc:creator>claudiaputnam</dc:creator>
			<guid isPermaLink="false">499451@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Lance, thanks I was able to get the subhead I wanted. As for the comment, I was able to approve it, but I had to bulk approve and click author. I'm not sure why I couldn't just approve the comment. But it's all right with me that this author is bulk-approved in this case. It was just a hang up till I figured out this was what I needed to do, and it's puzzling that you'd have to bulk-approve all comments from an author you've never heard of before. I'd sort of like the option of trying someone out for a while... :\ ?
</p>
]]></description>
					</item>
		<item>
			<title>pakay on "Cutline to Coraline FAQs"</title>
			<link>http://en.forums.wordpress.com/topic/cutline-to-coraline-faqs/page/5#post-499337</link>
			<pubDate>Sat, 21 Aug 2010 15:20:33 +0000</pubDate>
			<dc:creator>pakay</dc:creator>
			<guid isPermaLink="false">499337@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Why has my blog been meddled with AFTER your horrid unannounced change-over?<br />
I had survived this debacle with minimal problems and now you have meddled (without my asking- of course) and the heading is completely destroyed. Picture is gone. Am I EVER going to be asked what I want? I am so upset. I loved my blog. I HATE what you have done to it. I can't even begin to figure out where to begin it is now such a MESS!!
</p>
]]></description>
					</item>
		<item>
			<title>sensuouscurmudgeon on "Cutline to Coraline FAQs"</title>
			<link>http://en.forums.wordpress.com/topic/cutline-to-coraline-faqs/page/5#post-499035</link>
			<pubDate>Fri, 20 Aug 2010 14:58:47 +0000</pubDate>
			<dc:creator>sensuouscurmudgeon</dc:creator>
			<guid isPermaLink="false">499035@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hey Lance:  Links in text widgets are now underlined.  That's great.  Coraline is getting better all the time.  Thank you.
</p>
]]></description>
					</item>
		<item>
			<title>lance on "Cutline to Coraline FAQs"</title>
			<link>http://en.forums.wordpress.com/topic/cutline-to-coraline-faqs/page/5#post-498667</link>
			<pubDate>Thu, 19 Aug 2010 15:45:49 +0000</pubDate>
			<dc:creator>lance</dc:creator>
			<guid isPermaLink="false">498667@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@bridgetteb Please <a href="http://en.support.wordpress.com/contact/">contact support</a> directly for these issues. Let's keep this thread related to Cutline-Coraline switch only. Thank you! :)
</p>
]]></description>
					</item>
		<item>
			<title>bridgetteb on "Cutline to Coraline FAQs"</title>
			<link>http://en.forums.wordpress.com/topic/cutline-to-coraline-faqs/page/5#post-498663</link>
			<pubDate>Thu, 19 Aug 2010 15:35:59 +0000</pubDate>
			<dc:creator>bridgetteb</dc:creator>
			<guid isPermaLink="false">498663@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This morning I published an article.  I wrote it in Notepad and inserted it into the post.  What happened is that it repeated itself probably 5 times.  There were 5,500 + words.  After removing all of the extra ones, it came down to about 1,300.  Is this another glitch?</p>
<p>Then as I was trying to delete all of the extra words, it was running so slowly I thought it would never complete.  I had to do it piecemeal...a few paragraphs at a time.  Now that I write that I should have started over except I had already edited it when I found out there were multiple copies of the article.
</p>
]]></description>
					</item>
		<item>
			<title>lance on "Cutline to Coraline FAQs"</title>
			<link>http://en.forums.wordpress.com/topic/cutline-to-coraline-faqs/page/5#post-498484</link>
			<pubDate>Thu, 19 Aug 2010 03:47:03 +0000</pubDate>
			<dc:creator>lance</dc:creator>
			<guid isPermaLink="false">498484@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@nancywisser Thanks for the post—I sent you an email with more information.
</p>
]]></description>
					</item>
		<item>
			<title>nancywisser on "Cutline to Coraline FAQs"</title>
			<link>http://en.forums.wordpress.com/topic/cutline-to-coraline-faqs/page/5#post-498464</link>
			<pubDate>Thu, 19 Aug 2010 02:20:51 +0000</pubDate>
			<dc:creator>nancywisser</dc:creator>
			<guid isPermaLink="false">498464@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I had a problem with my DSL and just got back online fully today, only to find that all but 3 of my widgets are gone on my Clonehenge (http:// replicahenge.wordpress.com) blog. That's my main blog. I haven't checked the others.</p>
<p>Anyway, I didn't know about this change at all. No wonder my stats are so low, without the widgets to give information, searches, etc.
</p>
]]></description>
					</item>
		<item>
			<title>bridgetteb on "Cutline to Coraline FAQs"</title>
			<link>http://en.forums.wordpress.com/topic/cutline-to-coraline-faqs/page/5#post-498333</link>
			<pubDate>Wed, 18 Aug 2010 20:01:59 +0000</pubDate>
			<dc:creator>bridgetteb</dc:creator>
			<guid isPermaLink="false">498333@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hey, I just came back to say that the Edit feature reappeared...and the reason is because you fixed it!   I just read it in the above post.   Thank you soooo much!   </p>
<p>Ok, the other problem regarding the width of the columns  I was able to fix.  Under options,  there are 6 or 7 items that you can have displayed i.e., Name of Post, Tags, Categories, Stats, etc.  By removing a few of them, we can now see the title of the posted article.   It just doesn't work if all are checked to be seen, then the irregular columns chop off words.</p>
<p>Next,  I believe I sent an email to you several days ago about the error code that we get when updating comments or when editing posts.  If it wasn't in an email, it is in an earlier post here.  The same error code is occurring.  All of us are getting it,  so it is a system problem.  There was no change when I cleaned out my Firefox browser cache.  </p>
<p>Again, thanks for your "fixes"...  You have certainly had your hands full with this change over.
</p>
]]></description>
					</item>
		<item>
			<title>stoej on "Cutline to Coraline FAQs"</title>
			<link>http://en.forums.wordpress.com/topic/cutline-to-coraline-faqs/page/5#post-498317</link>
			<pubDate>Wed, 18 Aug 2010 19:27:12 +0000</pubDate>
			<dc:creator>stoej</dc:creator>
			<guid isPermaLink="false">498317@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@themeshaper:<br />
Thanks a bunch - works perfectly.</p>
<p>Johan
</p>
]]></description>
					</item>
		<item>
			<title>themeshaper on "Cutline to Coraline FAQs"</title>
			<link>http://en.forums.wordpress.com/topic/cutline-to-coraline-faqs/page/5#post-498272</link>
			<pubDate>Wed, 18 Aug 2010 17:32:33 +0000</pubDate>
			<dc:creator>themeshaper</dc:creator>
			<guid isPermaLink="false">498272@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@jedentagberlin Unusual widgets shouldn't have appeared on your site. We're taking a look at this issue to make sure this doesn't happen again.
</p>
]]></description>
					</item>
		<item>
			<title>themeshaper on "Cutline to Coraline FAQs"</title>
			<link>http://en.forums.wordpress.com/topic/cutline-to-coraline-faqs/page/5#post-498269</link>
			<pubDate>Wed, 18 Aug 2010 17:24:27 +0000</pubDate>
			<dc:creator>themeshaper</dc:creator>
			<guid isPermaLink="false">498269@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@stoej Adding the following to your Custom Styles should do the trick.</p>
<pre><code>.two-column #container {
background: #fff;
max-width: 850px;
overflow: hidden;
}
#header, #content-box {
padding: 0 40px;
}</code></pre>
<p>@bridgetteb We've made sure the Edit link is back at the top of every single post (it's also at the bottom of all posts across your site). Thanks for pointing that out!</p>
<p>Would you be able to contact us at <a href="mailto:support@wordpress.com">support@wordpress.com</a> with a <a href="http://en.support.wordpress.com/make-a-screenshot/" title="Making a screenshot">screenshot</a> of the dashboard issue you're seeing?</p>
<p>@vegebon We've made a tweak to the Coraline table styles that should prevent that from happening. Thanks for letting us know about that issue!
</p>
]]></description>
					</item>
		<item>
			<title>jedentagberlin on "Cutline to Coraline FAQs"</title>
			<link>http://en.forums.wordpress.com/topic/cutline-to-coraline-faqs/page/5#post-498231</link>
			<pubDate>Wed, 18 Aug 2010 15:31:25 +0000</pubDate>
			<dc:creator>jedentagberlin</dc:creator>
			<guid isPermaLink="false">498231@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I was shocked when I saw my blog all wrong, with widgets gone and new widgets in place.<br />
Among them one that shows COPYRIGHTED flickr images from a person I don't even know! One can get sued for that!</p>
<p>At first I thought someone had tempered with my password. Did I miss an email by you guys notifying your users about such a change? </p>
<p>Not happy!
</p>
]]></description>
					</item>

	</channel>
</rss>
