<?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; Topic: Widgets and Scrolling Messed Up</title>
		<link>http://en.forums.wordpress.com/topic/widgets-and-scrolling-messed-up</link>
		<description>WordPress.com Forums &#187; Topic: Widgets and Scrolling Messed Up</description>
		<language>en</language>
		<pubDate>Tue, 21 May 2013 10:49:27 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/widgets-and-scrolling-messed-up" rel="self" type="application/rss+xml" />

		<item>
			<title>debeckett on "Widgets and Scrolling Messed Up"</title>
			<link>http://en.forums.wordpress.com/topic/widgets-and-scrolling-messed-up#post-1021744</link>
			<pubDate>Tue, 25 Sep 2012 17:03:26 +0000</pubDate>
			<dc:creator>debeckett</dc:creator>
			<guid isPermaLink="false">1021744@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi there, thanks for letting us know you've got it worked out ;-) .
</p>
]]></description>
					</item>
		<item>
			<title>benjammin1 on "Widgets and Scrolling Messed Up"</title>
			<link>http://en.forums.wordpress.com/topic/widgets-and-scrolling-messed-up#post-1021672</link>
			<pubDate>Tue, 25 Sep 2012 15:43:53 +0000</pubDate>
			<dc:creator>benjammin1</dc:creator>
			<guid isPermaLink="false">1021672@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Update!!  It was my fault.  Somehow I completely copied part of my front page and somehow pasted it into a post.  <strong></strong></p>
<p>The mod can delete or close this thread now.  Sorry for bothering everyone.
</p>
]]></description>
					</item>
		<item>
			<title>benjammin1 on "Widgets and Scrolling Messed Up"</title>
			<link>http://en.forums.wordpress.com/topic/widgets-and-scrolling-messed-up#post-1021645</link>
			<pubDate>Tue, 25 Sep 2012 15:21:38 +0000</pubDate>
			<dc:creator>benjammin1</dc:creator>
			<guid isPermaLink="false">1021645@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@justpl Update: still didn't work.
</p>
]]></description>
					</item>
		<item>
			<title>benjammin1 on "Widgets and Scrolling Messed Up"</title>
			<link>http://en.forums.wordpress.com/topic/widgets-and-scrolling-messed-up#post-1021634</link>
			<pubDate>Tue, 25 Sep 2012 15:09:32 +0000</pubDate>
			<dc:creator>benjammin1</dc:creator>
			<guid isPermaLink="false">1021634@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@justpl  Thanks for the tip, will try it out.
</p>
]]></description>
					</item>
		<item>
			<title>houstonweaver on "Widgets and Scrolling Messed Up"</title>
			<link>http://en.forums.wordpress.com/topic/widgets-and-scrolling-messed-up#post-1021269</link>
			<pubDate>Tue, 25 Sep 2012 02:21:46 +0000</pubDate>
			<dc:creator>houstonweaver</dc:creator>
			<guid isPermaLink="false">1021269@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I see the page anomalies. It is right after the June 5 post that the duplicate widgets show up and then after they do, the posts start again.
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Widgets and Scrolling Messed Up"</title>
			<link>http://en.forums.wordpress.com/topic/widgets-and-scrolling-messed-up#post-1021262</link>
			<pubDate>Tue, 25 Sep 2012 02:08:19 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1021262@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm not seeing any of this either, in any of the browsers I'm using. But a likely culprit are the images in the text widgets, in particular the email one. (And that's because you made the mistake of inserting them in a post first then copypasted their code in the widgets, instead of properly taking the width of the sidebar into account). The code of the email image says insert it at 126px wide, but the original uploaded image is 256px (which is a lot wider than your sidebar); some browser versions don't understand the regular coding for displayed width: they may display the image in its original size or distorted and/or break the theme. Try editing the widget and replace this:<br />
<code>&lt;img class=&quot;alignnone size-full wp-image-1996&quot; title=&quot;Email&quot; src=&quot;http://awesomewallpapers.files.wordpress.com/2009/08/email256.png&quot; alt=&quot;email256&quot; width=&quot;126&quot; height=&quot;126&quot; /&gt;</code><br />
with this:<br />
<code>&lt;img style=&quot;width:126px;&quot; title=&quot;Email&quot; src=&quot;http://awesomewallpapers.files.wordpress.com/2009/08/email256.png&quot; alt=&quot;email&quot; /&gt;</code><br />
If that doesn't change things, you'll have to use an image editing application or an online tool to downsize the image to 126px, upload that version to your blog via Media &#62; Add New, and use the new File URL you'll get.
</p>
]]></description>
					</item>
		<item>
			<title>benjammin1 on "Widgets and Scrolling Messed Up"</title>
			<link>http://en.forums.wordpress.com/topic/widgets-and-scrolling-messed-up#post-1021170</link>
			<pubDate>Mon, 24 Sep 2012 23:05:16 +0000</pubDate>
			<dc:creator>benjammin1</dc:creator>
			<guid isPermaLink="false">1021170@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm using Firefox 15.1 also.  Tested in Opera too.  Remember to scroll down halfway or more.</p>
<p>  Screenshot: <a href="http://img1.uploadscreenshot.com/images/orig/9/26709413330-orig.png">Screenshot</a>
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Widgets and Scrolling Messed Up"</title>
			<link>http://en.forums.wordpress.com/topic/widgets-and-scrolling-messed-up#post-1021166</link>
			<pubDate>Mon, 24 Sep 2012 23:02:14 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1021166@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>September's posts are all moved way down in the page, and August posts are up near the top. </p></blockquote>
<p>I don't see that either.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Widgets and Scrolling Messed Up"</title>
			<link>http://en.forums.wordpress.com/topic/widgets-and-scrolling-messed-up#post-1021162</link>
			<pubDate>Mon, 24 Sep 2012 23:00:07 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1021162@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I am using Firefox 15.0.1 and I don't see any repeated widgets in your sidebar.  Please try clearing your browser cache and cookies  <a href="http://www.google.com/support/accounts/bin/answer.py?hl=en&#038;answer=32050" rel="nofollow">http://www.google.com/support/accounts/bin/answer.py?hl=en&#038;answer=32050</a><br />
If required you can update the browser to the latest stable version here  <a href="http://browsehappy.com/" rel="nofollow">http://browsehappy.com/</a>
</p>
]]></description>
					</item>
		<item>
			<title>benjammin1 on "Widgets and Scrolling Messed Up"</title>
			<link>http://en.forums.wordpress.com/topic/widgets-and-scrolling-messed-up#post-1021158</link>
			<pubDate>Mon, 24 Sep 2012 22:57:03 +0000</pubDate>
			<dc:creator>benjammin1</dc:creator>
			<guid isPermaLink="false">1021158@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I am using the theme Coco for my blog.  Today, I woke up to my front page gone haywire.  2 Problems:</p>
<p>1)  Prior to the first post, September's posts are all moved way down in the page, and August posts are up near the top.  </p>
<p>2)  If you scroll halfway down, you can see my widgets are repeated, and they are all messed up.  You can also see my september posts, which are supposed to be near the top, located in the middle.  The background is also messed up, leaving me to think the problem has something to do with the scrolling code.  </p>
<p>BTW, No custom css.</p>
<p>I don't know if this is the right forum to post this:)  Oh well, the mod can move it to the right forum if he wants too.  Thanks
</p>
]]></description>
					</item>

	</channel>
</rss>
