<?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: Change the height of the slideshow in the homepage?</title>
		<link>http://www.kriesi.at/support/topic/change-the-height-of-the-slideshow-in-the-homepage</link>
		<description>Support Forum - Topic: Change the height of the slideshow in the homepage?</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 13:16:04 +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/change-the-height-of-the-slideshow-in-the-homepage" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Change the height of the slideshow in the homepage?"</title>
			<link>http://www.kriesi.at/support/topic/change-the-height-of-the-slideshow-in-the-homepage#post-46709</link>
			<pubDate>Sat, 17 Mar 2012 13:40:04 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">46709@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi M,&#60;/p&#62;
&#60;p&#62;If the height of your images is less than the height in your functions.php you may run into this but even then I am not sure. Do you have a link to the site which is having the issue?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>martingfisher on "Change the height of the slideshow in the homepage?"</title>
			<link>http://www.kriesi.at/support/topic/change-the-height-of-the-slideshow-in-the-homepage#post-46336</link>
			<pubDate>Thu, 15 Mar 2012 00:34:04 +0000</pubDate>
			<dc:creator>martingfisher</dc:creator>
			<guid isPermaLink="false">46336@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have the same issue, I have regenerated all images but that makes no difference, I am using the template builder in Propulsion/woocommerce  and a dynamic 3 column slider but the depth of the slider image will not remain a constant depth so the home page is constantly going up and down. Is there a way to do this without having to crop each picture individually in Photoshop?&#60;/p&#62;
&#60;p&#62;Many thanks&#60;br /&#62;
M
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Change the height of the slideshow in the homepage?"</title>
			<link>http://www.kriesi.at/support/topic/change-the-height-of-the-slideshow-in-the-homepage#post-36419</link>
			<pubDate>Tue, 03 Jan 2012 11:26:56 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">36419@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vatzyaya on "Change the height of the slideshow in the homepage?"</title>
			<link>http://www.kriesi.at/support/topic/change-the-height-of-the-slideshow-in-the-homepage#post-36378</link>
			<pubDate>Mon, 02 Jan 2012 20:26:28 +0000</pubDate>
			<dc:creator>vatzyaya</dc:creator>
			<guid isPermaLink="false">36378@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you! Work like a charm ;)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Change the height of the slideshow in the homepage?"</title>
			<link>http://www.kriesi.at/support/topic/change-the-height-of-the-slideshow-in-the-homepage#post-36314</link>
			<pubDate>Mon, 02 Jan 2012 07:06:41 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">36314@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;At the very top you'll find following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;widget&#38;#39;] 			 	= array(&#38;#39;width&#38;#39;=&#38;gt;36,  &#38;#39;height&#38;#39;=&#38;gt;36 );						// small preview pics eg sidebar news
$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
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;fullsize&#38;#39;] 		 	= array(&#38;#39;width&#38;#39;=&#38;gt;930, &#38;#39;height&#38;#39;=&#38;gt;930, &#38;#39;crop&#38;#39;=&#38;gt;false);		// big images for lightbox and portfolio single entries
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;featured&#38;#39;] 		 	= array(&#38;#39;width&#38;#39;=&#38;gt;930, &#38;#39;height&#38;#39;=&#38;gt;340);						// images for fullsize pages and fullsize slider
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;portfolio&#38;#39;] 		 	= array(&#38;#39;width&#38;#39;=&#38;gt;450, &#38;#39;height&#38;#39;=&#38;gt;335);						// images for portfolio entries (2,3,4 column)

//dynamic columns
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;dynamic_1&#38;#39;] 		 	= array(&#38;#39;width&#38;#39;=&#38;gt;446, &#38;#39;height&#38;#39;=&#38;gt;151);						// images for 2/4 (aka 1/2) dynamic portfolio columns when using 3 columns
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;dynamic_2&#38;#39;] 		 	= array(&#38;#39;width&#38;#39;=&#38;gt;609, &#38;#39;height&#38;#39;=&#38;gt;210);						// images for 2/3 dynamic portfolio columns
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;dynamic_3&#38;#39;] 		 	= array(&#38;#39;width&#38;#39;=&#38;gt;688, &#38;#39;height&#38;#39;=&#38;gt;151);						// images for 3/4 dynamic portfolio columns&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;As you can see some thumbnail sizes are defined here (like images for lightbox &#38;amp; pages, etc.). Change the height value as required and regenerate the thumbs with: &#60;a href=&#34;http://wordpress.org/extend/plugins/regenerate-thumbnails/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/regenerate-thumbnails/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pgsimas on "Change the height of the slideshow in the homepage?"</title>
			<link>http://www.kriesi.at/support/topic/change-the-height-of-the-slideshow-in-the-homepage#post-36285</link>
			<pubDate>Sun, 01 Jan 2012 17:10:43 +0000</pubDate>
			<dc:creator>pgsimas</dc:creator>
			<guid isPermaLink="false">36285@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I've located function php. What I was referring to was the specific change within the code within the function php directory. Hope this makes sense ;)   Thanks again!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Change the height of the slideshow in the homepage?"</title>
			<link>http://www.kriesi.at/support/topic/change-the-height-of-the-slideshow-in-the-homepage#post-36271</link>
			<pubDate>Sun, 01 Jan 2012 09:55:12 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">36271@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It's in the main theme directory (where index.php, single.php, etc.) is located.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pgsimas on "Change the height of the slideshow in the homepage?"</title>
			<link>http://www.kriesi.at/support/topic/change-the-height-of-the-slideshow-in-the-homepage#post-36260</link>
			<pubDate>Sun, 01 Jan 2012 07:23:26 +0000</pubDate>
			<dc:creator>pgsimas</dc:creator>
			<guid isPermaLink="false">36260@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Can you tell me where in the functions.php the change in the dimenstions need to be made. Can't seem to find it. Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Change the height of the slideshow in the homepage?"</title>
			<link>http://www.kriesi.at/support/topic/change-the-height-of-the-slideshow-in-the-homepage#post-36234</link>
			<pubDate>Sat, 31 Dec 2011 10:52:34 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">36234@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
you can change the slideshow/image dimensions in functions.php. Afterwards regenerate the thumbnails with: &#60;a href=&#34;http://wordpress.org/extend/plugins/regenerate-thumbnails/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/regenerate-thumbnails/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>designinside on "Change the height of the slideshow in the homepage?"</title>
			<link>http://www.kriesi.at/support/topic/change-the-height-of-the-slideshow-in-the-homepage#post-36206</link>
			<pubDate>Fri, 30 Dec 2011 17:32:28 +0000</pubDate>
			<dc:creator>designinside</dc:creator>
			<guid isPermaLink="false">36206@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Jonathan, as far as I can tell, the slideshow automatically resizes based on the image you upload.  So, you will have to resize the images before you upload them to your homepage gallery.&#60;/p&#62;
&#60;p&#62;There are some resizing PHP scripts (timThumb) that you might be able to use if you know a little PHP.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vatzyaya on "Change the height of the slideshow in the homepage?"</title>
			<link>http://www.kriesi.at/support/topic/change-the-height-of-the-slideshow-in-the-homepage#post-36178</link>
			<pubDate>Fri, 30 Dec 2011 11:16:57 +0000</pubDate>
			<dc:creator>vatzyaya</dc:creator>
			<guid isPermaLink="false">36178@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello!&#60;br /&#62;
Great template! One of the best that I bought on ThemeForest!&#60;/p&#62;
&#60;p&#62;I have a question ... How do I change the height of the slideshow in the homepage?&#60;/p&#62;
&#60;p&#62;Thank you in advance,&#60;br /&#62;
Jonathan
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
