<?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: Angular: Thumbnails in Portfolio?</title>
		<link>http://www.kriesi.at/support/topic/angular-thumbnails-in-portfolio</link>
		<description>Support Forum - Topic: Angular: Thumbnails in Portfolio?</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 17:53:07 +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/angular-thumbnails-in-portfolio" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Angular: Thumbnails in Portfolio?"</title>
			<link>http://www.kriesi.at/support/topic/angular-thumbnails-in-portfolio#post-72752</link>
			<pubDate>Fri, 24 Aug 2012 19:40:23 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">72752@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad Peter could help and thanks for the additional bit of info (that kind of thing really helps with how many people search through here).&#60;/p&#62;
&#60;p&#62;Let us know if you have any other issues or questions :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Angular: Thumbnails in Portfolio?"</title>
			<link>http://www.kriesi.at/support/topic/angular-thumbnails-in-portfolio#post-72751</link>
			<pubDate>Fri, 24 Aug 2012 19:40:23 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">72751@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad Peter could help and thanks for the additional bit of info (that kind of thing really helps with how many people search through here).&#60;/p&#62;
&#60;p&#62;Let us know if you have any other issues or questions :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mila_m on "Angular: Thumbnails in Portfolio?"</title>
			<link>http://www.kriesi.at/support/topic/angular-thumbnails-in-portfolio#post-72730</link>
			<pubDate>Fri, 24 Aug 2012 18:46:32 +0000</pubDate>
			<dc:creator>mila_m</dc:creator>
			<guid isPermaLink="false">72730@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks dude, the thumbnails appear now. &#60;/p&#62;
&#60;p&#62;Just a note for anyone else reading the post wanting to do the same thing - little thumbnail arrows appear over the lighbox image when viewing on a mobile device which is why it was disabled in the first place I'm assuming.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Angular: Thumbnails in Portfolio?"</title>
			<link>http://www.kriesi.at/support/topic/angular-thumbnails-in-portfolio#post-72647</link>
			<pubDate>Fri, 24 Aug 2012 07:12:23 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">72647@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Open up css/layout.css and delete following code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.pp_gallery {
    display: none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mila_m on "Angular: Thumbnails in Portfolio?"</title>
			<link>http://www.kriesi.at/support/topic/angular-thumbnails-in-portfolio#post-72602</link>
			<pubDate>Fri, 24 Aug 2012 01:46:44 +0000</pubDate>
			<dc:creator>mila_m</dc:creator>
			<guid isPermaLink="false">72602@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude, sorry for the late response. My client is finally ready to go ahead with the site but really wants thumbnails for the galleries. In the email you sent me you had mentioned changing to the default skin. I followed your instructions:&#60;/p&#62;
&#60;p&#62;quote:&#60;br /&#62;
---------------&#60;br /&#62;
Hi, it seems like the skin you're using doesn't support the thumbnail gallery. You need to switch to the default skin. Please try to replace:&#60;/p&#62;
&#60;p&#62;			elements.prettyPhoto({ social_tools:'',slideshow: 5000, deeplinking: false, overlay_gallery:true, default_width: ww, default_height: wh });							&#60;/p&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;p&#62;			elements.prettyPhoto({ theme:'pp_default', social_tools:'',slideshow: 5000, deeplinking: false, overlay_gallery:true, default_width: ww, default_height: wh });							&#60;/p&#62;
&#60;p&#62;If this doesn't help you redownload the lightbox files from here: &#60;a href=&#34;http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/&#34; rel=&#34;nofollow&#34;&#62;http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/&#60;/a&#62; and unpack the js/css files into avia/js/prettyphoto.&#60;/p&#62;
&#60;p&#62;--------------&#60;/p&#62;
&#60;p&#62;I downloaded the latest version of the theme but still no thumbnails. And I downloaded and replaced the prettyphoto css as per your instructions. Has anyone else mentioned anything? is there a workaround?&#60;/p&#62;
&#60;p&#62;Thanks!&#60;br /&#62;
Mila
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Angular: Thumbnails in Portfolio?"</title>
			<link>http://www.kriesi.at/support/topic/angular-thumbnails-in-portfolio#post-61963</link>
			<pubDate>Mon, 25 Jun 2012 06:05:52 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">61963@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Sent you a mail :) &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mila_m on "Angular: Thumbnails in Portfolio?"</title>
			<link>http://www.kriesi.at/support/topic/angular-thumbnails-in-portfolio#post-61935</link>
			<pubDate>Sun, 24 Jun 2012 20:43:50 +0000</pubDate>
			<dc:creator>mila_m</dc:creator>
			<guid isPermaLink="false">61935@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry for my slow response - I emailed you the link to the website.&#60;/p&#62;
&#60;p&#62;Many thanks,&#60;br /&#62;
Mila
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Angular: Thumbnails in Portfolio?"</title>
			<link>http://www.kriesi.at/support/topic/angular-thumbnails-in-portfolio#post-59022</link>
			<pubDate>Wed, 06 Jun 2012 04:59:13 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">59022@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; You can send the link to &#60;a href=&#34;mailto:kriesi2000-dude@yahoo.com&#34;&#62;kriesi2000-dude@yahoo.com&#60;/a&#62;. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mila_m on "Angular: Thumbnails in Portfolio?"</title>
			<link>http://www.kriesi.at/support/topic/angular-thumbnails-in-portfolio#post-58539</link>
			<pubDate>Sat, 02 Jun 2012 20:37:32 +0000</pubDate>
			<dc:creator>mila_m</dc:creator>
			<guid isPermaLink="false">58539@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Dude, I changed the js as instructed but it doesn't seem to be taking. I created a new gallery, added 3 images and still no thumbnails. Is there something else I need to enable? I can send you url via direct message or email if you have it.&#60;/p&#62;
&#60;p&#62;I appreciate the response!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Angular: Thumbnails in Portfolio?"</title>
			<link>http://www.kriesi.at/support/topic/angular-thumbnails-in-portfolio#post-58029</link>
			<pubDate>Wed, 30 May 2012 05:00:38 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">58029@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes - open up js/avia.js and replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;elements.prettyPhoto({ social_tools:&#38;#39;&#38;#39;,slideshow: 5000, deeplinking: false, overlay_gallery:false, default_width: ww, default_height: wh });&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;elements.prettyPhoto({ social_tools:&#38;#39;&#38;#39;,slideshow: 5000, deeplinking: false, overlay_gallery:true, default_width: ww, default_height: wh });&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>mila_m on "Angular: Thumbnails in Portfolio?"</title>
			<link>http://www.kriesi.at/support/topic/angular-thumbnails-in-portfolio#post-57681</link>
			<pubDate>Sat, 26 May 2012 21:37:07 +0000</pubDate>
			<dc:creator>mila_m</dc:creator>
			<guid isPermaLink="false">57681@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I notice that thumbnails appear on the prettyphoto lightbox on the plugin's page, but they are not included in the Angular theme. Is there a way to enable them? For example: &#60;a href=&#34;http://binaryhideout.com/#prettyPhotogallery-1/0/&#34; rel=&#34;nofollow&#34;&#62;http://binaryhideout.com/#prettyPhotogallery-1/0/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I don't know how these would translate on iphone, but would be good to have when viewing from desktop.&#60;/p&#62;
&#60;p&#62;Many thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mila_m on "Angular: Thumbnails in Portfolio?"</title>
			<link>http://www.kriesi.at/support/topic/angular-thumbnails-in-portfolio#post-57678</link>
			<pubDate>Sat, 26 May 2012 20:38:17 +0000</pubDate>
			<dc:creator>mila_m</dc:creator>
			<guid isPermaLink="false">57678@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin, I suspected a much. Thank you for your reply.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Angular: Thumbnails in Portfolio?"</title>
			<link>http://www.kriesi.at/support/topic/angular-thumbnails-in-portfolio#post-57461</link>
			<pubDate>Thu, 24 May 2012 21:24:04 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">57461@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi mila_m,&#60;/p&#62;
&#60;p&#62;No there isn't currently an option for having thumbnails display in the individual slider for the portfolio. Additionally, any third party plugin would take significant re-working of the code since the slideshow is used in the portfolio overview and on the individual page. It might end up being the case where you had to add each set of images multiple times if you were to replace it on the individual portfolio view.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mila_m on "Angular: Thumbnails in Portfolio?"</title>
			<link>http://www.kriesi.at/support/topic/angular-thumbnails-in-portfolio#post-56904</link>
			<pubDate>Mon, 21 May 2012 19:53:24 +0000</pubDate>
			<dc:creator>mila_m</dc:creator>
			<guid isPermaLink="false">56904@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello. Any way to have thumbnails showing in a portfolio? I'm unable to use plugins with thumbnails because they appear in the right description area instead of the main slideshow area - is there a workaround within the theme to display thumbnails and or to be able to have a third-party plugin with thumbnails substitute the slideshow are in a portfolio?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
