<?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: Sidebar displayed under blog-content</title>
		<link>http://www.kriesi.at/support/topic/sidebar-displayed-under-blog-content</link>
		<description>Support Forum - Topic: Sidebar displayed under blog-content</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 15:28:24 +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/sidebar-displayed-under-blog-content" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Sidebar displayed under blog-content"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-displayed-under-blog-content#post-23044</link>
			<pubDate>Tue, 19 Jul 2011 05:35:11 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">23044@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok I checked it again and there's a div structure error which causes the sidebar glitch: Line 312, Column 8: end tag for element &#34;div&#34; which is not open.&#60;/p&#62;
&#60;p&#62;I'd suggest to upload single.php again because a div tag is missing in your current file.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vantoom on "Sidebar displayed under blog-content"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-displayed-under-blog-content#post-22991</link>
			<pubDate>Mon, 18 Jul 2011 10:18:10 +0000</pubDate>
			<dc:creator>vantoom</dc:creator>
			<guid isPermaLink="false">22991@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Great work Dude!&#60;br /&#62;
I had fixed the most issues. You are right with the menu-problem, with firefox it works!&#60;br /&#62;
Just the sidebar-problem ist still open.&#60;br /&#62;
The Error in the W3C was caused by an ö in my language-customisation...&#60;br /&#62;
The submit-button and sign-in-informations are still displayed right from the contact-form, and the Widget (WP-Cumulus) is displayed under the Contact-Form...&#60;br /&#62;
This happens only on blogposts, pages and archives are working perfectly...&#60;br /&#62;
any idea?&#60;br /&#62;
thanks a lot&#60;br /&#62;
tom
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Sidebar displayed under blog-content"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-displayed-under-blog-content#post-22969</link>
			<pubDate>Mon, 18 Jul 2011 06:04:53 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">22969@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
1) The sidebar displays fine for me here (Firefox 5, Chrome, IE9)&#60;/p&#62;
&#60;p&#62;2) I think a plugin breaks this page. Maybe you're using a plugin or widget exclusively on it? I can't even validate the page with W3C: &#60;a href=&#34;http://validator.w3.org/check?uri=http%3A%2F%2Fwww.chiemgaukicker.de%2Fneu-auf-chiemgaukicker-umfrage&#38;amp;charset=%28detect+automatically%29&#38;amp;doctype=Inline&#38;amp;group=0&#38;amp;user-agent=W3C_Validator%2F1.2&#34; rel=&#34;nofollow&#34;&#62;http://validator.w3.org/check?uri=http%3A%2F%2Fwww.chiemgaukicker.de%2Fneu-auf-chiemgaukicker-umfrage&#38;amp;charset=%28detect+automatically%29&#38;amp;doctype=Inline&#38;amp;group=0&#38;amp;user-agent=W3C_Validator%2F1.2&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;3) The line is part of the background image: &#60;a href=&#34;http://www.chiemgaukicker.de/wp-content/themes/ThemeNewscast/newscast/images/skin3/bg.png&#34; rel=&#34;nofollow&#34;&#62;http://www.chiemgaukicker.de/wp-content/themes/ThemeNewscast/newscast/images/skin3/bg.png&#60;/a&#62; - you can resize the image to your new header height (i.e. increase the image height to push the border down).&#60;/p&#62;
&#60;p&#62;4) It seems that two different menus are currently in use so I assume you've problems to save sub menus? If yes please make sure that you're using Firefox or Chrome to edit the menu structure - around three days ago an user reported that the submenu items won't save if IE8/9 is used. The items just moved back to the left and displayed as main menu item. It's a WP3.2 bug and not related to the theme.&#60;/p&#62;
&#60;p&#62;5) You can change the animation speed. Open up custom.js and search for:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;slides: &#38;#39;&#38;gt;div&#38;#39;,				// wich element inside the container should serve as slide
			animationSpeed: 900,		// animation duration
			autorotation: true,			// autorotation true or false?
			autorotationSpeed:3,		// duration between autorotation switch in Seconds
			easing: &#38;#39;easeOutQuint&#38;#39;,		// animation easing, more options at the bottom of this file
			event: &#38;#39;mouseover&#38;#39;,			// event to focus a slide: mouseover or click
			imageShadow:true,			// should the image get a drop shadow to the left
			imageShadowStrength:0.5,	// how dark should that shadow be, recommended values: between 0.3 and 0.8, allowed between 0 and 1
			fontOpacity: 1,				// opacity for font, if set to 1 it will be stronger but most browsers got a small rendering glitch at 1
			backgroundOpacity:0.8		// opacity for background

		};&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Increase the animationSpeed value (time in ms).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vantoom on "Sidebar displayed under blog-content"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-displayed-under-blog-content#post-22944</link>
			<pubDate>Sun, 17 Jul 2011 17:51:01 +0000</pubDate>
			<dc:creator>vantoom</dc:creator>
			<guid isPermaLink="false">22944@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;br /&#62;
I got some issues, i hope it is easy to fix it, but actually impossible for me ;)&#60;br /&#62;
My blog: &#60;a href=&#34;http://www.chiemgaukicker.de&#34; rel=&#34;nofollow&#34;&#62;http://www.chiemgaukicker.de&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;1. The &#34;Submit&#34;-Button is displayed right besides the reply-field. Therefore the Sidebar-Content is displaced I guess...&#60;br /&#62;
Take a look: &#60;a href=&#34;http://www.chiemgaukicker.de/neu-auf-chiemgaukicker-umfrage&#34; rel=&#34;nofollow&#34;&#62;http://www.chiemgaukicker.de/neu-auf-chiemgaukicker-umfrage&#60;/a&#62;&#60;br /&#62;
2. I want to displace the line above the First-Menu under itselfs. I increased the hight of the header, so I want to align the line.&#60;br /&#62;
3. I can´t create a submenu on the second-menu, although I followed the instruction in &#60;a href=&#34;http://www.kriesi.at/support/topic/i-can%E2%80%99t-create-a-custom-menu-the-menu-behaves-weird&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/i-can%E2%80%99t-create-a-custom-menu-the-menu-behaves-weird&#60;/a&#62;&#60;br /&#62;
If I create a hierarchy and safe, nothing changes...&#60;/p&#62;
&#60;p&#62;4. The Slider behaves a little... nervously, if you navigate over the borders.&#60;/p&#62;
&#60;p&#62;I hope you can give me some hints to solve my problems... I love the theme and your support ;)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
