<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Support Forum - Topic: IE &#38; FF Show Sidebar Widgets below the post and not to the left of content</title>
		<link>http://www.kriesi.at/support/topic/ie-ff-show-sidebar-widgets-below-the-post-and-not-to-the-left-of-content</link>
		<description>Support Forum - Topic: IE &amp; FF Show Sidebar Widgets below the post and not to the left of content</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 19:19:51 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/ie-ff-show-sidebar-widgets-below-the-post-and-not-to-the-left-of-content" rel="self" type="application/rss+xml" />

		<item>
			<title>bigideaguy on "IE &#38; FF Show Sidebar Widgets below the post and not to the left of content"</title>
			<link>http://www.kriesi.at/support/topic/ie-ff-show-sidebar-widgets-below-the-post-and-not-to-the-left-of-content#post-3857</link>
			<pubDate>Thu, 02 Sep 2010 04:01:34 +0000</pubDate>
			<dc:creator>bigideaguy</dc:creator>
			<guid isPermaLink="false">3857@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have this same error on &#60;a href=&#34;http://markspixel.com/2010/09/01/woodlands-garage-door/&#34; rel=&#34;nofollow&#34;&#62;http://markspixel.com/2010/09/01/woodlands-garage-door/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Any solution yet?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "IE &#38; FF Show Sidebar Widgets below the post and not to the left of content"</title>
			<link>http://www.kriesi.at/support/topic/ie-ff-show-sidebar-widgets-below-the-post-and-not-to-the-left-of-content#post-3411</link>
			<pubDate>Tue, 24 Aug 2010 13:49:16 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">3411@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The latest version available from your Theme Forest downloads page, is the latest version.&#60;/p&#62;
&#60;p&#62;The theme information seems to be missing from your style.css file so I don't know what version you're running :(&#60;/p&#62;
&#60;p&#62;I'd recommend starting with a fresh copy of the theme to see if the same bug exists - let me know if it does because this would either be down to a plugin or the server environment.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>seomarketing on "IE &#38; FF Show Sidebar Widgets below the post and not to the left of content"</title>
			<link>http://www.kriesi.at/support/topic/ie-ff-show-sidebar-widgets-below-the-post-and-not-to-the-left-of-content#post-3293</link>
			<pubDate>Mon, 23 Aug 2010 10:22:33 +0000</pubDate>
			<dc:creator>seomarketing</dc:creator>
			<guid isPermaLink="false">3293@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes, the demo works but mine does not. Was the template updated at all over the past 6 months? If not, I have to figure this out. Can you confirm whether it would be in my Css or the code?&#60;/p&#62;
&#60;p&#62;Also, can you tell me how to specify the alt in the Display Preview Images Option? Although I have added a Title and Alt info in the Media, this is only showing as alt and title, not even alt=&#34;&#34; or title=&#34;&#34; with empty quotes, just the words alt and title in the image code.&#60;/p&#62;
&#60;p&#62;Thanks a bunch :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "IE &#38; FF Show Sidebar Widgets below the post and not to the left of content"</title>
			<link>http://www.kriesi.at/support/topic/ie-ff-show-sidebar-widgets-below-the-post-and-not-to-the-left-of-content#post-2177</link>
			<pubDate>Sat, 07 Aug 2010 11:17:27 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">2177@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The original code should work as per the &#60;a href=&#34;http://www.kriesi.at/demos/display/&#34;&#62;demo&#60;/a&#62; in Chrome.&#60;/p&#62;
&#60;p&#62;This works for me (on Mac) - are you having the same problem with the demo on Chrome?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>seomarketing on "IE &#38; FF Show Sidebar Widgets below the post and not to the left of content"</title>
			<link>http://www.kriesi.at/support/topic/ie-ff-show-sidebar-widgets-below-the-post-and-not-to-the-left-of-content#post-2104</link>
			<pubDate>Fri, 06 Aug 2010 15:16:24 +0000</pubDate>
			<dc:creator>seomarketing</dc:creator>
			<guid isPermaLink="false">2104@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Here is the problem that I am having, James.&#60;/p&#62;
&#60;p&#62;In the single.php file... &#60;/p&#62;
&#60;p&#62;if the end of the code is like this (as per your original single.php code):&#60;/p&#62;
&#60;p&#62;&#38;lt;/div&#38;gt;&#38;lt;!-- end content --&#38;gt;&#60;br /&#62;
&#38;lt;?php get_sidebar(); ?&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#38;lt;!--end main--&#38;gt;&#60;br /&#62;
&#38;lt;?php get_footer();  ?&#38;gt;&#60;/p&#62;
&#60;p&#62;then the side bar shows correctly in Google Chrome, but NOT correctly in IE and FF:&#60;/p&#62;
&#60;p&#62;if the end of the code is like this:&#60;/p&#62;
&#60;p&#62;&#38;lt;/div&#38;gt;&#38;lt;!-- end content --&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#38;lt;!--end main--&#38;gt;&#60;br /&#62;
&#38;lt;?php get_sidebar(); ?&#38;gt;&#60;br /&#62;
&#38;lt;?php get_footer();  ?&#38;gt;&#60;/p&#62;
&#60;p&#62;then the sidebar shows correctly on single posts in FF and IE, though NOT correct on Chrome.&#60;/p&#62;
&#60;p&#62;I need it to show correctly in all three browsers.&#60;/p&#62;
&#60;p&#62;Do you still need the code posted?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "IE &#38; FF Show Sidebar Widgets below the post and not to the left of content"</title>
			<link>http://www.kriesi.at/support/topic/ie-ff-show-sidebar-widgets-below-the-post-and-not-to-the-left-of-content#post-1919</link>
			<pubDate>Wed, 04 Aug 2010 14:49:06 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">1919@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Somehow the sidebar code has moved to within the #content div which means it's restricted to the same width as the content and appears under it.&#60;/p&#62;
&#60;p&#62;Have you modified the theme files?&#60;/p&#62;
&#60;p&#62;Can you post the content of single.php to &#60;a href=&#34;http://pastebin.com&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com&#60;/a&#62; and link to it here?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>seomarketing on "IE &#38; FF Show Sidebar Widgets below the post and not to the left of content"</title>
			<link>http://www.kriesi.at/support/topic/ie-ff-show-sidebar-widgets-below-the-post-and-not-to-the-left-of-content#post-1848</link>
			<pubDate>Tue, 03 Aug 2010 15:40:47 +0000</pubDate>
			<dc:creator>seomarketing</dc:creator>
			<guid isPermaLink="false">1848@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes, it is &#60;a href=&#34;http://bit.ly/cOHsUt&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/cOHsUt&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "IE &#38; FF Show Sidebar Widgets below the post and not to the left of content"</title>
			<link>http://www.kriesi.at/support/topic/ie-ff-show-sidebar-widgets-below-the-post-and-not-to-the-left-of-content#post-1731</link>
			<pubDate>Mon, 02 Aug 2010 20:29:15 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">1731@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Can you post your site URL so I can look into this? &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>seomarketing on "IE &#38; FF Show Sidebar Widgets below the post and not to the left of content"</title>
			<link>http://www.kriesi.at/support/topic/ie-ff-show-sidebar-widgets-below-the-post-and-not-to-the-left-of-content#post-1675</link>
			<pubDate>Sun, 01 Aug 2010 20:44:40 +0000</pubDate>
			<dc:creator>seomarketing</dc:creator>
			<guid isPermaLink="false">1675@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;IE &#38;amp; FF Show Sidebar Widgets below the individual posts and not to the left of content. Can you tell me how to fix this?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
