<?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: Slider Height Size</title>
		<link>http://www.kriesi.at/support/topic/slider-height-size</link>
		<description>Support Forum - Topic: Slider Height Size</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 07:15:43 +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/slider-height-size" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Slider Height Size"</title>
			<link>http://www.kriesi.at/support/topic/slider-height-size#post-88167</link>
			<pubDate>Fri, 14 Dec 2012 07:26:13 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">88167@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Search for following code in style.css:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.slideshow{
height:440px; 	/*this changes the height of the main image slider*/
width:940px;
overflow: hidden;
position: relative;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and replace it with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.slideshow{
height:220px; 	/*this changes the height of the main image slider*/
width:940px;
overflow: hidden;
position: relative;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>StockholmJohanna on "Slider Height Size"</title>
			<link>http://www.kriesi.at/support/topic/slider-height-size#post-87997</link>
			<pubDate>Thu, 13 Dec 2012 09:25:56 +0000</pubDate>
			<dc:creator>StockholmJohanna</dc:creator>
			<guid isPermaLink="false">87997@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi James I tried your code but I must have missed out something.. see: &#60;a href=&#34;http://www.tandis.mitos.se&#34; rel=&#34;nofollow&#34;&#62;http://www.tandis.mitos.se&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I know I have to change the image-height as well but I wonder why the image starts so high in the animation and then shrink to 220?&#60;br /&#62;
Thanks!&#60;/p&#62;
&#60;p&#62;// Johanna
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Slider Height Size"</title>
			<link>http://www.kriesi.at/support/topic/slider-height-size#post-706</link>
			<pubDate>Sat, 24 Jul 2010 17:41:12 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">706@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; @house: @Dude has it spot on, if there's anything else you need help with let me know. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Slider Height Size"</title>
			<link>http://www.kriesi.at/support/topic/slider-height-size#post-645</link>
			<pubDate>Sat, 24 Jul 2010 12:29:55 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">645@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Please change this classes: .featured, .fadeout and .feature_excerpt, too.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
.featured, .fadeout {&#60;br /&#62;
height:220px; /*replaced it with your height */&#60;br /&#62;
}&#60;br /&#62;
.feature_excerpt{&#60;br /&#62;
max-height:200px;&#60;br /&#62;
padding:20px 30px 20px;&#60;br /&#62;
bottom:0;&#60;br /&#62;
display:none;&#60;br /&#62;
font-size:13px;&#60;br /&#62;
line-height:1.8em;&#60;br /&#62;
position:absolute;&#60;br /&#62;
width:250px;&#60;br /&#62;
z-index:3;&#60;br /&#62;
}&#60;br /&#62;
&#60;/code&#62;&#60;br /&#62;
Afterward change the value &#34;440&#34; in functions.php with &#34;220&#34;&#60;br /&#62;
&#60;code&#62;$k_option['custom']['imgSize']['XL'] = array('width'=&#38;gt;940, 'height'=&#38;gt;440);		// big images for fullsize pages and mainpage slider&#60;/code&#62;&#60;br /&#62;
turns to:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$k_option[&#38;#39;custom&#38;#39;][&#38;#39;imgSize&#38;#39;][&#38;#39;XL&#38;#39;] = array(&#38;#39;width&#38;#39;=&#38;gt;940, &#38;#39;height&#38;#39;=&#38;gt;220);		// big images for fullsize pages and mainpage slider&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Please be aware that you also need to change the dimensions of &#60;code&#62;bg_shadow.png&#60;/code&#62; in the image folder to fit your needs (PSD files are included in the themeforest package).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>house on "Slider Height Size"</title>
			<link>http://www.kriesi.at/support/topic/slider-height-size#post-614</link>
			<pubDate>Sat, 24 Jul 2010 03:37:42 +0000</pubDate>
			<dc:creator>house</dc:creator>
			<guid isPermaLink="false">614@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;/*The heights of the following 3 classes controll the slider height*/&#60;br /&#62;
.slideshow{&#60;br /&#62;
height:440px; 	/*this changes the height of the main image slider*/&#60;br /&#62;
width:940px;&#60;br /&#62;
overflow: hidden;&#60;br /&#62;
position: relative;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;I changed the height: from 440 - to 220px... Nothing happens?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>house on "Slider Height Size"</title>
			<link>http://www.kriesi.at/support/topic/slider-height-size#post-613</link>
			<pubDate>Sat, 24 Jul 2010 03:35:24 +0000</pubDate>
			<dc:creator>house</dc:creator>
			<guid isPermaLink="false">613@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I edited the main style.css - but no change in the Height under &#60;/p&#62;
&#60;p&#62;/************************************************************************&#60;br /&#62;
-) FEATURED&#60;br /&#62;
*************************************************************************/&#60;/p&#62;
&#60;p&#62;Am I in the wrong place to edit the height of the main slider? - thx
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
