<?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 - User Favorites: garydarling</title>
		<link><a href='http://www.kriesi.at/support/profile/garydarling'>garydarling</a></link>
		<description>Support Forum - User Favorites: garydarling</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 18:49:29 +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/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Change dimensions of slider"</title>
			<link>http://www.kriesi.at/support/topic/change-dimensions-of-slider#post-103146</link>
			<pubDate>Tue, 26 Mar 2013 12:42:27 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">103146@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey garydarling,&#60;/p&#62;
&#60;p&#62;That is actually a great solution though it is limited for a site wide use.&#60;/p&#62;
&#60;p&#62;Glad you found a solution that works for you :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>garydarling on "Change dimensions of slider"</title>
			<link>http://www.kriesi.at/support/topic/change-dimensions-of-slider#post-103047</link>
			<pubDate>Tue, 26 Mar 2013 00:16:07 +0000</pubDate>
			<dc:creator>garydarling</dc:creator>
			<guid isPermaLink="false">103047@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yeah, I have it set up that way, but it still serves them up in a landscape view. Not ideal for my customer who wants to display portrait headshots. But, I figured out the code changes needed, so if anyone else needs this solution here is what I did:&#60;/p&#62;
&#60;p&#62;The slider content container is 930px wide, when using the small left or small right slider the images are half that, so 435px wide. The width of a portrait shot is approximately 77% of its height. To get my images to display correctly I needed to create new thumbnails 435px wide by 563px high, cropped if necessary so the slider doesn't move up and down.&#60;/p&#62;
&#60;p&#62;Go into functions.php and find the section where additional thumbnails are registered, about line 70. Add a new image size like so:&#60;br /&#62;
&#60;code&#62;$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;portrait&#38;#39;]				= array(&#38;#39;width&#38;#39;=&#38;gt;435, &#38;#39;height&#38;#39;=&#38;gt;563 );&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Now you need to tell the slider to use the new &#60;em&#62;portrait&#60;/em&#62; size. Open up includes/admin/helper-slideshow.php and look for this code block at about line 280:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if(strpos($slide[&#38;#39;slideshow_image_layout&#38;#39;], &#38;#39;small&#38;#39;)  !== false)
					{
						$this-&#38;gt;img_size = &#38;#39;portfolio&#38;#39;; // change this to &#38;#39;portrait&#38;#39;
					}
					else
					{
						$this-&#38;gt;img_size = &#38;#39;featured&#38;#39;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Upload the modified files and check your handywork. Mine worked perfectly.&#60;/p&#62;
&#60;p&#62;I have NOT checked this thoroughly for side effects, so be sure to test this out before you go live. Mine is installed on a small site where ONLY this slider is being used.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Change dimensions of slider"</title>
			<link>http://www.kriesi.at/support/topic/change-dimensions-of-slider#post-102924</link>
			<pubDate>Mon, 25 Mar 2013 11:55:17 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">102924@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi garydarling,&#60;/p&#62;
&#60;p&#62;There isn't really a way to just change the slideshow dimensions by itself to get that effect because of the responsive layout and just how the slideshow is processed (being re-used site wide with variables).&#60;/p&#62;
&#60;p&#62;You can use the Image Size options tab to get the image un-resized in either a left or right position in the slideshow which is I think as close to what you are looking for that the theme offers without having a developer customize the slideshow output.&#60;/p&#62;
&#60;p&#62;The tab is in the image options for that specific page in the Featured media:&#60;br /&#62;
&#60;img src=&#34;http://i49.tinypic.com/11jaexg.png&#34;&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>garydarling on "Change dimensions of slider"</title>
			<link>http://www.kriesi.at/support/topic/change-dimensions-of-slider#post-102790</link>
			<pubDate>Sun, 24 Mar 2013 02:33:41 +0000</pubDate>
			<dc:creator>garydarling</dc:creator>
			<guid isPermaLink="false">102790@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;What is the best way to change the main slider dimensions so it displays images in a portrait orientation?&#60;/p&#62;
&#60;p&#62;The ideal dimensions would be 460px wide by 600px high
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
