<?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: portfolio arrows</title>
		<link>http://www.kriesi.at/support/topic/portfolio-arrows</link>
		<description>Support Forum - Topic: portfolio arrows</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 11:15:54 +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/portfolio-arrows" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "portfolio arrows"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-arrows#post-93494</link>
			<pubDate>Sat, 26 Jan 2013 03:08:45 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">93494@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi bevlogenverf,&#60;/p&#62;
&#60;p&#62;Glad Devin helped you. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bevlogenverf on "portfolio arrows"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-arrows#post-93434</link>
			<pubDate>Fri, 25 Jan 2013 16:05:35 +0000</pubDate>
			<dc:creator>bevlogenverf</dc:creator>
			<guid isPermaLink="false">93434@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;wow. ok thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "portfolio arrows"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-arrows#post-93394</link>
			<pubDate>Fri, 25 Jan 2013 13:50:38 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">93394@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You'll need to edit the loop for it; for the single portfolio thats in includes&#38;gt;loop-portfolio-single.php. For the ajax version, it will be in the functions-replete.php. Search for:&#60;br /&#62;
&#60;code&#62;echo &#38;quot;&#38;lt;div class=&#38;#39;inner_slide&#38;#39;&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;In each you'll need to change the grid size. The single loop uses the twelve column grid while the ajax uses the percentage grid (one_third and two_third).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bevlogenverf on "portfolio arrows"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-arrows#post-93210</link>
			<pubDate>Thu, 24 Jan 2013 12:18:57 +0000</pubDate>
			<dc:creator>bevlogenverf</dc:creator>
			<guid isPermaLink="false">93210@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi. ok ok . so is there a way to change the container size? because that was what i really wanted to know
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "portfolio arrows"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-arrows#post-93120</link>
			<pubDate>Thu, 24 Jan 2013 02:55:13 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">93120@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The width is set by the container they are in. If the image is smaller than the container it will stretch to fit it. So far, I've yet to see a solution that allows for images of smaller size to work in the portfolio/slideshow containers.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bevlogenverf on "portfolio arrows"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-arrows#post-92950</link>
			<pubDate>Wed, 23 Jan 2013 07:49:22 +0000</pubDate>
			<dc:creator>bevlogenverf</dc:creator>
			<guid isPermaLink="false">92950@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;only thing that didnt work yet is the size of the pictures. even after changing all the picturers with simple image sizes. they still are bigger then 700 pix wide. while in simple image i have set them to about 450
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bevlogenverf on "portfolio arrows"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-arrows#post-92910</link>
			<pubDate>Tue, 22 Jan 2013 21:37:28 +0000</pubDate>
			<dc:creator>bevlogenverf</dc:creator>
			<guid isPermaLink="false">92910@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;works. thx very much. any code i can use to move it from left to right in the same way? you guys really rock
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "portfolio arrows"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-arrows#post-92882</link>
			<pubDate>Tue, 22 Jan 2013 18:22:31 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">92882@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .ajax_controlls {
top: 70%;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bevlogenverf on "portfolio arrows"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-arrows#post-92795</link>
			<pubDate>Tue, 22 Jan 2013 09:38:34 +0000</pubDate>
			<dc:creator>bevlogenverf</dc:creator>
			<guid isPermaLink="false">92795@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://bevlogenverf.nl/webshop/graffiti-kunst/&#34; rel=&#34;nofollow&#34;&#62;http://bevlogenverf.nl/webshop/graffiti-kunst/&#60;/a&#62; click one of the images of the portfolio and you see the arrows. i have the css active. thanks for the amazing help you guys offer
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "portfolio arrows"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-arrows#post-92326</link>
			<pubDate>Fri, 18 Jan 2013 20:08:06 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">92326@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi bevlogenverf,&#60;/p&#62;
&#60;p&#62;For the image sizes, make sure to regenerate your image thumbnails with something like : &#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;
&#60;p&#62;Otherwise the changes in the functions.php file will not take effect on images already uploaded. You can also use: &#60;a href=&#34;http://wordpress.org/extend/plugins/simple-image-sizes/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/simple-image-sizes/&#60;/a&#62; for both actions.&#60;/p&#62;
&#60;p&#62;It isn't possible to make clicking an image move you to the next in the slideshow.&#60;/p&#62;
&#60;p&#62;If you have a link to a page with the slideshow and css from Ismael active, we can see whats going on with the positioning of the arrows.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bevlogenverf on "portfolio arrows"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-arrows#post-92224</link>
			<pubDate>Fri, 18 Jan 2013 10:33:12 +0000</pubDate>
			<dc:creator>bevlogenverf</dc:creator>
			<guid isPermaLink="false">92224@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;i also change the functions.php and changed the size of $avia_config['imgSize']['fullsize'] 		 	= array('width'=&#38;gt;930, 'height'=&#38;gt;930, 'crop'=&#38;gt;false);		// big images for lightbox and portfolio single entries&#60;/p&#62;
&#60;p&#62;to 600 600&#60;/p&#62;
&#60;p&#62;but still looks the same...&#60;/p&#62;
&#60;p&#62;any idea whatsup?&#60;/p&#62;
&#60;p&#62;you guys ROCK!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bevlogenverf on "portfolio arrows"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-arrows#post-92219</link>
			<pubDate>Fri, 18 Jan 2013 10:15:03 +0000</pubDate>
			<dc:creator>bevlogenverf</dc:creator>
			<guid isPermaLink="false">92219@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;the controls on the portfolio havent changed a bit YET by doing this in quick css. or do i need to put it in the file?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bevlogenverf on "portfolio arrows"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-arrows#post-92214</link>
			<pubDate>Fri, 18 Jan 2013 09:56:39 +0000</pubDate>
			<dc:creator>bevlogenverf</dc:creator>
			<guid isPermaLink="false">92214@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;And is it possible to just go to the next picture by just clicking on the image? without the arrows?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bevlogenverf on "portfolio arrows"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-arrows#post-92193</link>
			<pubDate>Fri, 18 Jan 2013 05:13:33 +0000</pubDate>
			<dc:creator>bevlogenverf</dc:creator>
			<guid isPermaLink="false">92193@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;THX ismael.&#60;/p&#62;
&#60;p&#62;And if i would want to change the size of the picture after clicking the thumbnail?&#60;/p&#62;
&#60;p&#62;does that have to do with the size i have uploaded it or can i change that size somewhere else?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "portfolio arrows"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-arrows#post-92175</link>
			<pubDate>Fri, 18 Jan 2013 00:15:53 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">92175@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;To change the arrow position, add this on your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.numeric_controls, .arrow_controls {
position: absolute;
bottom: 10px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can change the thumbnail size on functions.php, find this code&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$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;1500, &#38;#39;height&#38;#39;=&#38;gt;430 );						// images for fullsize pages and fullsize slider
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;featured_small&#38;#39;] 		= array(&#38;#39;width&#38;#39;=&#38;gt;990, &#38;#39;height&#38;#39;=&#38;gt;280 );						// 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;495, &#38;#39;height&#38;#39;=&#38;gt;400 );						// images for portfolio entries (2,3 column)
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;portfolio_small&#38;#39;] 		= array(&#38;#39;width&#38;#39;=&#38;gt;241, &#38;#39;height&#38;#39;=&#38;gt;179 );						// images for portfolio 4 columns&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Those are the thumbnail size, please refer to the description note.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bevlogenverf on "portfolio arrows"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-arrows#post-92089</link>
			<pubDate>Thu, 17 Jan 2013 16:02:06 +0000</pubDate>
			<dc:creator>bevlogenverf</dc:creator>
			<guid isPermaLink="false">92089@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hi guys.&#60;/p&#62;
&#60;p&#62;-can i get the arrows on the portfolio picture be on the bottom of the picture. it is now on top of it.&#60;/p&#62;
&#60;p&#62;-and can i get it working with just clicking the picture to go to the next? which is most easy to use.&#60;/p&#62;
&#60;p&#62;-and can i determine how big the picture will be in the portfolio?&#60;/p&#62;
&#60;p&#62;THX for the amazing theme!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
