<?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 - Tag: portafolio - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/portafolio</link>
		<description>Support Forum - Tag: portafolio - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 15:10:25 +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/tags/portafolio" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Video In Slideshow Not Working + Help with portfolio page in CHOICES"</title>
			<link>http://www.kriesi.at/support/topic/video-in-slideshow-not-working-help-with-portfolio-page-in-choices#post-71179</link>
			<pubDate>Wed, 15 Aug 2012 15:27:14 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">71179@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey zemantik,&#60;/p&#62;
&#60;p&#62;I see what you mean with the first video. I have no idea what could be causing that but it does the same for me. Perhaps try and re-upload it with vimeo or check its permissions maybe.&#60;/p&#62;
&#60;p&#62;For the navigation:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.ajax_controlls {
right: 31.5%;
top: 31px;
margin-right: -129px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;For your new Question 1, there isn't anything we can do to control where an image gets cropped. The only thing you can do is make sure the original is in proportion to what you set to the size in functions.php for the crop (which it looks like you have done).&#60;/p&#62;
&#60;p&#62;Q2: The sortable portfolio will only sort what items are loaded into the page. So if you have more items in a different category that are not shown on the screen it will not load those in. This is a limitation of the code and isn't something that can be changed.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>zemantik on "Video In Slideshow Not Working + Help with portfolio page in CHOICES"</title>
			<link>http://www.kriesi.at/support/topic/video-in-slideshow-not-working-help-with-portfolio-page-in-choices#post-70369</link>
			<pubDate>Thu, 09 Aug 2012 22:42:13 +0000</pubDate>
			<dc:creator>zemantik</dc:creator>
			<guid isPermaLink="false">70369@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello Devin:&#60;/p&#62;
&#60;p&#62;Thanks !&#60;/p&#62;
&#60;p&#62;#1 I still have the video Issue: I just copied the link and I click add video to slide show and then when the video should show in the slide show it just go to the video page in vimeo, and is specific with this video, I tryed other links and it works, but there is no way to make it work with this video:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://vimeo.com/45880280&#34; rel=&#34;nofollow&#34;&#62;http://vimeo.com/45880280&#60;/a&#62;&#60;/p&#62;
&#60;p&#62; #2  I solved the size part  ... but now I need to align the ajax portfolio navigation buttons (arrows and close ) to the right, wich css modification should I use ??&#60;/p&#62;
&#60;p&#62;NEW QUESTIONS&#60;/p&#62;
&#60;p&#62;Q1 :  I have an issue with the portfolio thumbnails,&#60;/p&#62;
&#60;p&#62;If you ou go and  check my site:   &#60;a href=&#34;http://palomeradelareeproducciones.com&#34; rel=&#34;nofollow&#34;&#62;http://palomeradelareeproducciones.com&#60;/a&#62;&#60;br /&#62;
you will notice that the thumbnails are cropped and you cant see the face of the people in the picture (and I really need that) &#60;/p&#62;
&#60;p&#62;I install the rebuild and regenerate thumbnails plugins but they don't seem to work for what I need. I tried to change the size of the thumbnails both in wordpres and in the functions.php code but is not working either and I could never found in the css where to change that.&#60;/p&#62;
&#60;p&#62;Can you help me with that ???&#60;/p&#62;
&#60;p&#62;Q:2   I made the portfolio in the homepage filterable, but when I have more than 1 category is not working, if I try to show an specific category works fine, but no when I have all af them  .... Any solution ???
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Video In Slideshow Not Working + Help with portfolio page in CHOICES"</title>
			<link>http://www.kriesi.at/support/topic/video-in-slideshow-not-working-help-with-portfolio-page-in-choices#post-69016</link>
			<pubDate>Thu, 02 Aug 2012 17:47:56 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">69016@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi zemantik,&#60;/p&#62;
&#60;p&#62;1) How are you adding the video to the slideshow?&#60;/p&#62;
&#60;p&#62;2) Open up includes&#38;gt;loop-portfolio-single.php and look for:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;eight units alpha min_height_1&#38;quot;&#38;gt;

					&#38;lt;?php if($slider-&#38;gt;slidecount) echo $slider-&#38;gt;display(); ?&#38;gt;

			&#38;lt;/div&#38;gt;

			&#38;lt;div class=&#38;quot;four units entry-content&#38;quot;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You'll need the change the grid sizes used for those two divs. As long as the two numbers (eight and four in the above code) equal twelve, you won't have an issue. So something like six and six or seven and five will work. To do the same with the ajax style porfolio, you'll make the change in functions-choices.php and looking for:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;quot;&#38;lt;div class=&#38;#39;flex_column two_third first&#38;#39;&#38;gt;&#38;quot;;
				echo $data-&#38;gt;slider;
				echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;

				echo &#38;quot;&#38;lt;div class=&#38;#39;portfolio-entry one_third&#38;#39;&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Where it uses a slightly different grid (two_third and one_third in the above). The full list of possible combinations is in grid.css lines 267-278 under Columns. &#60;/p&#62;
&#60;p&#62;3) This one is a quite a bit more complicated. In the same areas as above, the divs that create those content areas are created. You'll need to create a new div to hold the content and then use a custom field to populate the video. See: &#60;a href=&#34;http://codex.wordpress.org/Custom_Fields&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Custom_Fields&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>zemantik on "Video In Slideshow Not Working + Help with portfolio page in CHOICES"</title>
			<link>http://www.kriesi.at/support/topic/video-in-slideshow-not-working-help-with-portfolio-page-in-choices#post-68515</link>
			<pubDate>Tue, 31 Jul 2012 14:50:48 +0000</pubDate>
			<dc:creator>zemantik</dc:creator>
			<guid isPermaLink="false">68515@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello:&#60;/p&#62;
&#60;p&#62;I have 3 questions/problems:&#60;/p&#62;
&#60;p&#62;1- Every time I try to add a video to a portfolio slideshow the theme redirects to the video page in Vimeo or YouTube. How can I fix that ?&#60;/p&#62;
&#60;p&#62;2- How can I resize/reduce  the portfolio big (main ) image on the left and the right column ?&#60;/p&#62;
&#60;p&#62;3- I would like to  use the space under the portafolio image/slideshow  and add a video. How can I do that ??&#60;/p&#62;
&#60;p&#62;Thanks in advance, I really like this theme :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "Portfolio / Work Filter Question"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-work-filter-question#post-61439</link>
			<pubDate>Thu, 21 Jun 2012 15:38:33 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">61439@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; I am completly with Dude here. I am sorry but this functionality wont be added to the theme simply for performance reasons... &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Kriesi
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Portfolio / Work Filter Question"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-work-filter-question#post-56976</link>
			<pubDate>Tue, 22 May 2012 05:46:11 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">56976@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Just a short follow-up - I checked Jpages and it won't work with Angular because it conflicts with the Isotope sorting plugin. To be honest I doubt that Kriesi will include something like JPages or an ajax pagination because of practical reasons. JPages doesn't improve the performance in any way because modern browsers load all resources regardless if you hide an element or not. An ajax pagination on the other hand doesn't make much sense because it would slow down the portfolio sorting dramatically (delay of 3+ seconds if the user clicks on the sort filter link) and then many users will complain about the &#34;slow &#38;amp; unreponsive&#34; filter.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>evantage on "Portfolio / Work Filter Question"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-work-filter-question#post-56545</link>
			<pubDate>Fri, 18 May 2012 11:44:56 +0000</pubDate>
			<dc:creator>evantage</dc:creator>
			<guid isPermaLink="false">56545@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ye.. me too, thanks Dude for looking at it and forwarding it to Kriesi....&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
A
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wildefranz on "Portfolio / Work Filter Question"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-work-filter-question#post-56469</link>
			<pubDate>Thu, 17 May 2012 19:13:18 +0000</pubDate>
			<dc:creator>wildefranz</dc:creator>
			<guid isPermaLink="false">56469@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I appreciate it if it's looked into! That would be amazing.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Portfolio / Work Filter Question"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-work-filter-question#post-56138</link>
			<pubDate>Tue, 15 May 2012 06:48:15 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">56138@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Great - thank you for the suggestion. You're right - it's a limitation and I marked this thread for Kriesi's attention. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>evantage on "Portfolio / Work Filter Question"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-work-filter-question#post-55847</link>
			<pubDate>Sat, 12 May 2012 09:51:10 +0000</pubDate>
			<dc:creator>evantage</dc:creator>
			<guid isPermaLink="false">55847@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;@wildefranz&#60;/p&#62;
&#60;p&#62;+1&#60;/p&#62;
&#60;p&#62;@ Dude&#60;/p&#62;
&#60;p&#62;Maybe you should put little more effort on this case! because it's almost useless to use/display portfolio items with sorting if you don't or actually can't display more then 8 items due to page space or scroll, I bumped into this one and it's another thing that is limiting the use of the theme, the theme is great, its really powerful and rich in features, but this stuff really killing it's functionality.&#60;/p&#62;
&#60;p&#62;Also i posted a &#34;workaround&#34;/suggestion in this forum for this case to add or replace the default pagination with Jpages plugin ( &#60;a href=&#34;http://luis-almeida.github.com/jPages/customizebuttons.html)&#34; rel=&#34;nofollow&#34;&#62;http://luis-almeida.github.com/jPages/customizebuttons.html)&#60;/a&#62; , this plugin will solve the problem, and is highly customizable with a lot of examples to choose from. &#60;/p&#62;
&#60;p&#62;Frankly, I was searching the web for a solution for this specific problem and found Jpages plugin, not because i thought the plugin is cool...&#60;/p&#62;
&#60;p&#62;So please understand that this case need to be looked at, and hopefully resolved in one way or another in future updates..&#60;/p&#62;
&#60;p&#62;Cheers&#60;br /&#62;
A
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Portfolio / Work Filter Question"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-work-filter-question#post-55457</link>
			<pubDate>Thu, 10 May 2012 06:21:21 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">55457@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; This is currently not possible because the filter function does not support/offer ajax requests which could retrieve the portfolio entries from the database. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wildefranz on "Portfolio / Work Filter Question"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-work-filter-question#post-55221</link>
			<pubDate>Tue, 08 May 2012 18:07:32 +0000</pubDate>
			<dc:creator>wildefranz</dc:creator>
			<guid isPermaLink="false">55221@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello!&#60;/p&#62;
&#60;p&#62;On my work page, I have 32 samples of work. I want to show only 8 per page, which I know how to do. However, when I go to filter specific projects, for example, clicking on &#34;INTERACTIVE&#34;, it only pulls from the current work page that you're viewing not the other three.&#60;/p&#62;
&#60;p&#62;Is it possible to filter ALL pieces with that category so they show up on the same page?&#60;/p&#62;
&#60;p&#62;I hope that makes sense!&#60;br /&#62;
Thanks,&#60;br /&#62;
Sara
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Portafolio Images"</title>
			<link>http://www.kriesi.at/support/topic/portafolio-images#post-6988</link>
			<pubDate>Mon, 18 Oct 2010 15:47:12 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">6988@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;The images need to be at least 940px wide and 440px high to not appear stretched - this is the largest size set in function.php and WordPress will attempt to crop the image to that size if it's larger or stretch the image if it's smaller.&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gerardopedraza on "Portafolio Images"</title>
			<link>http://www.kriesi.at/support/topic/portafolio-images#post-6939</link>
			<pubDate>Mon, 18 Oct 2010 05:16:54 +0000</pubDate>
			<dc:creator>gerardopedraza</dc:creator>
			<guid isPermaLink="false">6939@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The images from my actual page have standard formats like 800x600 and now that I'm trying to adapt them for this new theme, they strech horribly when I click on the read more button. is there a way to crop images on auto... instead of having to make  several images?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://omnimediastudio.com/wp/category/portfolio/basic-construction-safety-seguridad-basica-en-la-construccion/&#34; rel=&#34;nofollow&#34;&#62;http://omnimediastudio.com/wp/category/portfolio/basic-construction-safety-seguridad-basica-en-la-construccion/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks... excellent work by the way.  I just can't be able to comprehend how some people can code and design beautifully... &#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
G
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
