<?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: portfolio thumbnails - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/portfolio-thumbnails</link>
		<description>Support Forum - Tag: portfolio thumbnails - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Mon, 27 May 2013 02:54:50 +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/portfolio-thumbnails" 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>Dude on "All portfolio thumbnails missed from the front page."</title>
			<link>http://www.kriesi.at/support/topic/all-portfolio-thumbnails-missed-from-the-front-page#post-35676</link>
			<pubDate>Wed, 21 Dec 2011 17:06:33 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">35676@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Case closed :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>zerodotnine on "All portfolio thumbnails missed from the front page."</title>
			<link>http://www.kriesi.at/support/topic/all-portfolio-thumbnails-missed-from-the-front-page#post-35647</link>
			<pubDate>Wed, 21 Dec 2011 13:02:49 +0000</pubDate>
			<dc:creator>zerodotnine</dc:creator>
			<guid isPermaLink="false">35647@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;And the thumbnails on the home page are still not displaying
&#60;/p&#62;</description>
		</item>
		<item>
			<title>zerodotnine on "All portfolio thumbnails missed from the front page."</title>
			<link>http://www.kriesi.at/support/topic/all-portfolio-thumbnails-missed-from-the-front-page#post-35646</link>
			<pubDate>Wed, 21 Dec 2011 12:54:16 +0000</pubDate>
			<dc:creator>zerodotnine</dc:creator>
			<guid isPermaLink="false">35646@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok, so I used filezilla to re-upload the theme, it reset ALL of my custom website templates meaning I have to set everything up again.&#60;/p&#62;
&#60;p&#62;Bad advice.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>zerodotnine on "All portfolio thumbnails missed from the front page."</title>
			<link>http://www.kriesi.at/support/topic/all-portfolio-thumbnails-missed-from-the-front-page#post-35569</link>
			<pubDate>Tue, 20 Dec 2011 18:36:58 +0000</pubDate>
			<dc:creator>zerodotnine</dc:creator>
			<guid isPermaLink="false">35569@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I also have the same issue, Is there another way to resolve rather than reloading the theme?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "All portfolio thumbnails missed from the front page."</title>
			<link>http://www.kriesi.at/support/topic/all-portfolio-thumbnails-missed-from-the-front-page#post-33306</link>
			<pubDate>Mon, 28 Nov 2011 10:58:03 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">33306@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'd use a ftp software like filezilla and upload all theme files into the wp-content/themes/corona theme directory. If this doesn't help please create me an admin account and send me the login data to: &#60;a href=&#34;mailto:kriesi2000-dude@yahoo.com&#34;&#62;kriesi2000-dude@yahoo.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>imbapromotion on "All portfolio thumbnails missed from the front page."</title>
			<link>http://www.kriesi.at/support/topic/all-portfolio-thumbnails-missed-from-the-front-page#post-33304</link>
			<pubDate>Mon, 28 Nov 2011 10:18:25 +0000</pubDate>
			<dc:creator>imbapromotion</dc:creator>
			<guid isPermaLink="false">33304@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;PS: I did try to kill all the installed Plugins. And nothing changed when i &#34;Deactivate&#34; all plugins. I still see no images. (portfolio thumbnails at the front page).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>imbapromotion on "All portfolio thumbnails missed from the front page."</title>
			<link>http://www.kriesi.at/support/topic/all-portfolio-thumbnails-missed-from-the-front-page#post-33303</link>
			<pubDate>Mon, 28 Nov 2011 10:16:34 +0000</pubDate>
			<dc:creator>imbapromotion</dc:creator>
			<guid isPermaLink="false">33303@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;MMm... a little bit of correction here. Can you please tell what did you mean by phrase &#34;upload all theme files again&#34; ?&#60;/p&#62;
&#60;p&#62;You mean deacrivate Theme in &#34;Appearance&#34;, and fully re-install whole theme? Or how exactly should i re-upload the files?&#60;/p&#62;
&#60;p&#62;Dan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "All portfolio thumbnails missed from the front page."</title>
			<link>http://www.kriesi.at/support/topic/all-portfolio-thumbnails-missed-from-the-front-page#post-33270</link>
			<pubDate>Mon, 28 Nov 2011 06:48:03 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">33270@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
the images are not part of the source code which indicates that it's not a css or js problem but php related. Try to upload all theme files again - maybe a custom mod causes the error. If this doesn't help deactivate all plugins and check if the images appear again.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>imbapromotion on "All portfolio thumbnails missed from the front page."</title>
			<link>http://www.kriesi.at/support/topic/all-portfolio-thumbnails-missed-from-the-front-page#post-33231</link>
			<pubDate>Sun, 27 Nov 2011 16:35:11 +0000</pubDate>
			<dc:creator>imbapromotion</dc:creator>
			<guid isPermaLink="false">33231@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;PS: Almost forgot, but yeaf, the &#34;front-page&#34; which i was talking about, is of course this one: &#60;a href=&#34;http://imba-promotion.com/&#34; rel=&#34;nofollow&#34;&#62;http://imba-promotion.com/&#60;/a&#62;&#60;br /&#62;
And the &#34;missed&#34; portfolio is at the lower part of the page (as in the default Corona style)&#60;/p&#62;
&#60;p&#62;:)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>imbapromotion on "All portfolio thumbnails missed from the front page."</title>
			<link>http://www.kriesi.at/support/topic/all-portfolio-thumbnails-missed-from-the-front-page#post-33230</link>
			<pubDate>Sun, 27 Nov 2011 16:33:41 +0000</pubDate>
			<dc:creator>imbapromotion</dc:creator>
			<guid isPermaLink="false">33230@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I use pretty much &#34;default&#34; front-page, but somehow about 2 weeks ago all &#34;portfolio thumbnails&#34; stop showing themselves on the front-page.&#60;/p&#62;
&#60;p&#62;As you can see, under the text line &#34;Our portfolio speaks louder than words&#34; there is actually our portfolio items. They are correct. And they are clickable. But no thumbnails at all. There were there before, and after some time they just disappeared.&#60;/p&#62;
&#60;p&#62;And in the same time, on the portfolio page itself ( &#60;a href=&#34;http://imba-promotion.com/portfolio-3-columns/&#34; rel=&#34;nofollow&#34;&#62;http://imba-promotion.com/portfolio-3-columns/&#60;/a&#62; ) everything is displayed correctly.&#60;/p&#62;
&#60;p&#62;Any clues?&#60;/p&#62;
&#60;p&#62;Thanks!&#60;/p&#62;
&#60;p&#62;Daniel.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
