<?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: Text is moving!!!</title>
		<link>http://www.kriesi.at/support/topic/text-is-moving</link>
		<description>Support Forum - Topic: Text is moving!!!</description>
		<language>en-US</language>
		<pubDate>Sat, 18 May 2013 18:07:53 +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/text-is-moving" rel="self" type="application/rss+xml" />

		<item>
			<title>Kriesi on "Text is moving!!!"</title>
			<link>http://www.kriesi.at/support/topic/text-is-moving#post-69794</link>
			<pubDate>Tue, 07 Aug 2012 15:10:49 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">69794@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;not sure if I can somehow resolve this issue, i know why its happening (some rounding differences when calculating the image height) but it might be impossible to easily fix this. If I find a simple way the next theme update will have the option :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Text is moving!!!"</title>
			<link>http://www.kriesi.at/support/topic/text-is-moving#post-64144</link>
			<pubDate>Fri, 06 Jul 2012 20:33:02 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">64144@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi gggg,&#60;/p&#62;
&#60;p&#62;It looks like we'll need to tag Kriesi on the topic to see if he can offer a solution since I'm not quite sure what the fix could be at this point.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gggg on "Text is moving!!!"</title>
			<link>http://www.kriesi.at/support/topic/text-is-moving#post-64137</link>
			<pubDate>Fri, 06 Jul 2012 19:13:25 +0000</pubDate>
			<dc:creator>gggg</dc:creator>
			<guid isPermaLink="false">64137@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The efect is still hapenning... I already changed the height in functions.php.  400, 300 and finally 200 px. Regenerating thumbnails between...&#60;/p&#62;
&#60;p&#62;It only happens on Firefox
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Text is moving!!!"</title>
			<link>http://www.kriesi.at/support/topic/text-is-moving#post-63558</link>
			<pubDate>Wed, 04 Jul 2012 03:49:05 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">63558@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Open  your functions.php then change find this line.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;post-format-image&#38;#39;] 	= array(&#38;#39;width&#38;#39;=&#38;gt;630, &#38;#39;height&#38;#39;=&#38;gt;999, &#38;#39;crop&#38;#39;=&#38;gt;false);		// big images for post format image and gallery posts&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;replace it with&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;post-format-image&#38;#39;] 	= array(&#38;#39;width&#38;#39;=&#38;gt;630, &#38;#39;height&#38;#39;=&#38;gt;400, &#38;#39;crop&#38;#39;=&#38;gt;true);		// big images for post format image and gallery posts&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;You can change the height as you see fit. Note: Uploaded images will be cropped to the exact height that you assign. &#60;/p&#62;
&#60;p&#62;Regenerate the thumbnails.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gggg on "Text is moving!!!"</title>
			<link>http://www.kriesi.at/support/topic/text-is-moving#post-63507</link>
			<pubDate>Tue, 03 Jul 2012 21:30:14 +0000</pubDate>
			<dc:creator>gggg</dc:creator>
			<guid isPermaLink="false">63507@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Can you help me please? This problem is not solved...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gggg on "Text is moving!!!"</title>
			<link>http://www.kriesi.at/support/topic/text-is-moving#post-62251</link>
			<pubDate>Tue, 26 Jun 2012 13:40:41 +0000</pubDate>
			<dc:creator>gggg</dc:creator>
			<guid isPermaLink="false">62251@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you for your shot...&#60;/p&#62;
&#60;p&#62;But the text is moving and it makes appear an extra space between slideshow and the page contents.&#60;/p&#62;
&#60;p&#62;I have this on my quick CSS:&#60;/p&#62;
&#60;p&#62;.main_menu {&#60;br /&#62;
float: right;&#60;br /&#62;
position: relative;&#60;br /&#62;
top: 25px;&#60;br /&#62;
z-index: 100;&#60;br /&#62;
padding-bottom: 20px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#top .gallery .gallery-item{&#60;br /&#62;
margin:1px 1px 0 0;&#60;br /&#62;
width:231px;&#60;br /&#62;
height:231px;&#60;br /&#62;
padding:0;&#60;br /&#62;
}p.pp_description {&#60;br /&#62;
   display: none !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;div.ppt {&#60;br /&#62;
   display: none !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;tr:nth-child(2n+1) td, tr:nth-child(2n+1) th {&#60;br /&#62;
    background-color: #FFFFFF;&#60;br /&#62;
}&#60;br /&#62;
#top #slideshow_big .slideshow_container {&#60;br /&#62;
    padding-bottom: 0px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#top .slideshow_container {&#60;br /&#62;
height: 440px !important;&#60;br /&#62;
max-height: 440px !important;&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Text is moving!!!"</title>
			<link>http://www.kriesi.at/support/topic/text-is-moving#post-62184</link>
			<pubDate>Tue, 26 Jun 2012 06:54:29 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">62184@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi gggg,&#60;/p&#62;
&#60;p&#62;This is going to be a shot in the dark but what if you combined the height and the max-height. So it would be:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top .slideshow_container {
height: 440px !important;
max-height: 440px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gggg on "Text is moving!!!"</title>
			<link>http://www.kriesi.at/support/topic/text-is-moving#post-62026</link>
			<pubDate>Mon, 25 Jun 2012 13:36:29 +0000</pubDate>
			<dc:creator>gggg</dc:creator>
			<guid isPermaLink="false">62026@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I did that but isn't working.&#60;/p&#62;
&#60;p&#62;I defined the featured image size for 940x440 px. On a full width page the image has those dimensions. On a rightside bar page. It uses the same dimensions but the template resize the image...&#60;/p&#62;
&#60;p&#62;Thank you for your help
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Text is moving!!!"</title>
			<link>http://www.kriesi.at/support/topic/text-is-moving#post-61892</link>
			<pubDate>Sun, 24 Jun 2012 07:05:31 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">61892@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Unfortunately there's no general way to fix this. You can use the body page-id class to adjust the slideshow height for each page but this requires a lot of work. Eg if you just want to adjust the slideshow height on this page: &#60;a href=&#34;http://b1image.com/pt/?page_id=565&#34; rel=&#34;nofollow&#34;&#62;http://b1image.com/pt/?page_id=565&#60;/a&#62; use following code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top.page-id-565 .slideshow_container {
    max-height: 440px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;instead of:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top .slideshow_container {
    max-height: 440px !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>gggg on "Text is moving!!!"</title>
			<link>http://www.kriesi.at/support/topic/text-is-moving#post-61876</link>
			<pubDate>Sat, 23 Jun 2012 19:34:33 +0000</pubDate>
			<dc:creator>gggg</dc:creator>
			<guid isPermaLink="false">61876@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you!&#60;/p&#62;
&#60;p&#62;Your tip remove the blank space but now the text is moving up and down again... :(&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://b1image.com/pt/?page_id=565&#34; rel=&#34;nofollow&#34;&#62;http://b1image.com/pt/?page_id=565&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Text is moving!!!"</title>
			<link>http://www.kriesi.at/support/topic/text-is-moving#post-61863</link>
			<pubDate>Sat, 23 Jun 2012 17:34:27 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">61863@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Instead of:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top .slideshow_container {
    height: 440px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;try following css code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top .slideshow_container {
    max-height: 440px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gggg on "Text is moving!!!"</title>
			<link>http://www.kriesi.at/support/topic/text-is-moving#post-61859</link>
			<pubDate>Sat, 23 Jun 2012 15:33:36 +0000</pubDate>
			<dc:creator>gggg</dc:creator>
			<guid isPermaLink="false">61859@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you for your help!&#60;/p&#62;
&#60;p&#62;Your tip solved the text from moving. But now in the pages with right sidebar, the text under the slideshow/featured image has a big blank space like in: &#60;a href=&#34;http://b1image.com/pt/?page_id=565&#34; rel=&#34;nofollow&#34;&#62;http://b1image.com/pt/?page_id=565&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;Thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Text is moving!!!"</title>
			<link>http://www.kriesi.at/support/topic/text-is-moving#post-61746</link>
			<pubDate>Fri, 22 Jun 2012 18:52:30 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">61746@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi gggg,&#60;/p&#62;
&#60;p&#62;You need to add this to your CSS.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top #slideshow_big .slideshow_container {
    padding-bottom: 0px;
}

#top .slideshow_container {
    height: 440px !important;
}

#top .slideshow_container {
    padding-bottom: 0px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Just make sure if you have the #top .slideshow_container already in your custom CSS you remove it before adding the code above.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gggg on "Text is moving!!!"</title>
			<link>http://www.kriesi.at/support/topic/text-is-moving#post-61694</link>
			<pubDate>Fri, 22 Jun 2012 14:46:05 +0000</pubDate>
			<dc:creator>gggg</dc:creator>
			<guid isPermaLink="false">61694@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you for your help!&#60;/p&#62;
&#60;p&#62;The good thing is your tip solve the text moving problem...&#60;/p&#62;
&#60;p&#62;But the bad thing is that the slideshow on a full width page has an weird behavior. (www.b1image.com/pt)&#60;/p&#62;
&#60;p&#62;I've modified the size of the slideshow from 930x340px (theme original) to 930x440px.&#60;/p&#62;
&#60;p&#62;Can you please help me solve the problem?&#60;/p&#62;
&#60;p&#62;Best regrads&#60;br /&#62;
GGGG
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Text is moving!!!"</title>
			<link>http://www.kriesi.at/support/topic/text-is-moving#post-61585</link>
			<pubDate>Fri, 22 Jun 2012 06:06:41 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">61585@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi gggg,&#60;/p&#62;
&#60;p&#62;Try to add this code in your Quick CSS or custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .slideshow_container {
   height: 289px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gggg on "Text is moving!!!"</title>
			<link>http://www.kriesi.at/support/topic/text-is-moving#post-61554</link>
			<pubDate>Thu, 21 Jun 2012 22:03:51 +0000</pubDate>
			<dc:creator>gggg</dc:creator>
			<guid isPermaLink="false">61554@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello!&#60;/p&#62;
&#60;p&#62;Can you help me?&#60;/p&#62;
&#60;p&#62;On this page of my site ( &#60;a href=&#34;http://b1image.com/pt/?page_id=565&#34; rel=&#34;nofollow&#34;&#62;http://b1image.com/pt/?page_id=565&#60;/a&#62; )  I have a slideshow with 2 images, when it changes the image, the text under it moves a little bit up and down... Its a bit anoying when someone is reading the text... Im using Firefox! On IE the text doesn't move.&#60;/p&#62;
&#60;p&#62;Thank you!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
