<?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: Slideshow: How to turn off vertical shift effect?</title>
		<link>http://www.kriesi.at/support/topic/slideshow-how-to-turn-off-vertical-shift-effect</link>
		<description>Support Forum - Topic: Slideshow: How to turn off vertical shift effect?</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 16:58:44 +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/slideshow-how-to-turn-off-vertical-shift-effect" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Slideshow: How to turn off vertical shift effect?"</title>
			<link>http://www.kriesi.at/support/topic/slideshow-how-to-turn-off-vertical-shift-effect#post-20125</link>
			<pubDate>Mon, 30 May 2011 04:42:08 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">20125@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Parris on "Slideshow: How to turn off vertical shift effect?"</title>
			<link>http://www.kriesi.at/support/topic/slideshow-how-to-turn-off-vertical-shift-effect#post-20104</link>
			<pubDate>Sun, 29 May 2011 16:33:01 +0000</pubDate>
			<dc:creator>Parris</dc:creator>
			<guid isPermaLink="false">20104@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ah, so simple. Thanks! Yes that does it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Slideshow: How to turn off vertical shift effect?"</title>
			<link>http://www.kriesi.at/support/topic/slideshow-how-to-turn-off-vertical-shift-effect#post-20088</link>
			<pubDate>Sun, 29 May 2011 08:31:19 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">20088@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Try to add following code to css/custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.home .slideshow{
height: 523px !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Parris on "Slideshow: How to turn off vertical shift effect?"</title>
			<link>http://www.kriesi.at/support/topic/slideshow-how-to-turn-off-vertical-shift-effect#post-20076</link>
			<pubDate>Sat, 28 May 2011 23:53:52 +0000</pubDate>
			<dc:creator>Parris</dc:creator>
			<guid isPermaLink="false">20076@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes thanks. I would like to set a fixed height for the slide show area. Can you tell me how to do that?. That video was just for testing, so don't worry about that.. I can modify my video and slides to have a uniform height, which in it's final form will likely be the height that the slides are now (350) or less.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Slideshow: How to turn off vertical shift effect?"</title>
			<link>http://www.kriesi.at/support/topic/slideshow-how-to-turn-off-vertical-shift-effect#post-19887</link>
			<pubDate>Thu, 26 May 2011 09:49:15 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">19887@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Logically the only way to achieve this is to fix the height of the slideshow area; in order to not lose any content this would have to be based on the largest image / video (which in this case is your &#34;The Monk &#38;amp; Them Monkey&#34; video. Is that what you'd like to do?&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Parris on "Slideshow: How to turn off vertical shift effect?"</title>
			<link>http://www.kriesi.at/support/topic/slideshow-how-to-turn-off-vertical-shift-effect#post-19860</link>
			<pubDate>Wed, 25 May 2011 17:44:29 +0000</pubDate>
			<dc:creator>Parris</dc:creator>
			<guid isPermaLink="false">19860@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The effect that shifts the rest of the page up and down depending on the height/type of the slide is very cool. However, in my case I want to shut that off (so that the page content below doesn't shift up and down). So far, I managed to set the image height for portrait (left or right side slides) to match full width images by editing functions.php on line 27 like so:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;featured&#38;#39;] 	= array(&#38;#39;width&#38;#39;=&#38;gt;928, &#38;#39;height&#38;#39;=&#38;gt;350);		// big images for fullsize pages and fullsize 2D &#38;amp; 3D slider
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;portrait&#38;#39;] 	= array(&#38;#39;width&#38;#39;=&#38;gt;305, &#38;#39;height&#38;#39;=&#38;gt;350);		// medium preview pic for portrait pictures&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;It generates the proper height images, but I still have a 7 pixel shift up and down as the slides change, here: &#60;a href=&#34;http://www.littlegraphicsengine.com/wpcms/&#34; rel=&#34;nofollow&#34;&#62;http://www.littlegraphicsengine.com/wpcms/&#60;/a&#62;&#60;br /&#62;
I'm pretty sure I need to adjust the CSS somewhere or maybe slideshow settings code, but I can't find anything (using FF Firebug) that is different for the height between the two types of slides.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
