<?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 Single: Post Images No Slideshow</title>
		<link>http://www.kriesi.at/support/topic/portfolio-single-post-images-no-slideshow</link>
		<description>Support Forum - Topic: Portfolio Single: Post Images No Slideshow</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 02:22:13 +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-single-post-images-no-slideshow" rel="self" type="application/rss+xml" />

		<item>
			<title>stephenbarros on "Portfolio Single: Post Images No Slideshow"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-single-post-images-no-slideshow#post-86768</link>
			<pubDate>Thu, 06 Dec 2012 08:28:44 +0000</pubDate>
			<dc:creator>stephenbarros</dc:creator>
			<guid isPermaLink="false">86768@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;PERFECT! Nick's solution worked like a charm:&#60;br /&#62;
&#60;a href=&#34;http://www.stephenbarros.com/ux/portfolio/dabble-interaction/&#34; rel=&#34;nofollow&#34;&#62;http://www.stephenbarros.com/ux/portfolio/dabble-interaction/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I want to high five all of you right now.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>stephenbarros on "Portfolio Single: Post Images No Slideshow"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-single-post-images-no-slideshow#post-86761</link>
			<pubDate>Thu, 06 Dec 2012 07:51:57 +0000</pubDate>
			<dc:creator>stephenbarros</dc:creator>
			<guid isPermaLink="false">86761@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm going to give these suggestions a shot. I really appreciate the timely and thorough replies on this forum! Thank you all. I'll keep you posted.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Portfolio Single: Post Images No Slideshow"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-single-post-images-no-slideshow#post-86758</link>
			<pubDate>Thu, 06 Dec 2012 07:47:21 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">86758@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I understood you. You want one image below another as you showed me on the other page that was full of t-shirts&#60;/p&#62;
&#60;p&#62;The link and the code below will add a repeatable image field on your Post, Page, Portfolio Item page (since i didn't know where you wanted them) where you would insert between 1 and many images to show up on that blog page, one image below the next. Just ignore the slider that's build into the theme.&#60;/p&#62;
&#60;p&#62;The code is lengthy so i pasted it here &#60;a href=&#34;http://pastebin.com/ADth64zd&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/ADth64zd&#60;/a&#62; , just copy it to the very back of functions.php just the way it is.&#60;/p&#62;
&#60;p&#62;Ok now thats the image uploading functionality above... &#60;/p&#62;
&#60;p&#62;and here is something to display the images&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?PHP
$images = get_post_meta($post-&#38;gt;ID, &#38;#39;nick_n-images&#38;#39;, true);
if($images) :
	foreach($images as $image) :
		echo &#38;#39;&#38;lt;img src=&#38;quot;&#38;#39; . $image . &#38;#39;&#38;quot; class=&#38;quot;project-image&#38;quot;/&#38;gt;&#38;lt;br /&#38;gt;&#38;lt;br /&#38;gt;&#38;#39;;
	endforeach;
endif;
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;And paste it on line 22 of loop-page.php inside the /includes/ folder. (you should also put the same code somewhere in loop-portfolio-item and blog as well if you want them there) and I tested the code and all works on the Page.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Portfolio Single: Post Images No Slideshow"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-single-post-images-no-slideshow#post-86731</link>
			<pubDate>Thu, 06 Dec 2012 06:50:54 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">86731@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes, it would require some work/changes in the slideshow class. I'll tag this for Kriesi (feature request). Some newer themes like choices ( &#60;a href=&#34;http://www.kriesi.at/themes/choices/portfolio-item/wallpaper-for-boys/&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/themes/choices/portfolio-item/wallpaper-for-boys/&#60;/a&#62; ) and Eunoia offer this feature and maybe Kriesi can add it to Angular too.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Portfolio Single: Post Images No Slideshow"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-single-post-images-no-slideshow#post-86692</link>
			<pubDate>Thu, 06 Dec 2012 05:21:23 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">86692@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey stephenbarros,&#60;/p&#62;
&#60;p&#62;I understand what you mean and I *think* Nick did as well however it isn't (as far as I know) an easy change to just remove the slideshow functionality. &#60;/p&#62;
&#60;p&#62;I'll tag the topic for the head of support and see if he has some input on it.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>stephenbarros on "Portfolio Single: Post Images No Slideshow"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-single-post-images-no-slideshow#post-86677</link>
			<pubDate>Thu, 06 Dec 2012 00:27:54 +0000</pubDate>
			<dc:creator>stephenbarros</dc:creator>
			<guid isPermaLink="false">86677@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for your reply Nick. &#60;/p&#62;
&#60;p&#62;I don't think we're on the same page. I just want the images I upload to show up as separate images, rather than one slideshow.&#60;/p&#62;
&#60;p&#62;I want this: &#60;a href=&#34;http://www.stephenbarros.com/ux/portfolio/dabble-interaction/&#34; rel=&#34;nofollow&#34;&#62;http://www.stephenbarros.com/ux/portfolio/dabble-interaction/&#60;/a&#62;&#60;br /&#62;
remove the slideshow functionality to show my pictures like this:&#60;br /&#62;
&#60;a href=&#34;http://www.graphicbeast.com/portfolio/club-parlament/&#34; rel=&#34;nofollow&#34;&#62;http://www.graphicbeast.com/portfolio/club-parlament/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Portfolio Single: Post Images No Slideshow"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-single-post-images-no-slideshow#post-86383</link>
			<pubDate>Mon, 03 Dec 2012 21:50:29 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">86383@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Probably. Seems like a lot of work to do it the way you describe. It would be easier to store the images as meta data from custom fields attached to a post or page or portfolio items and then just display them on the individual page.&#60;/p&#62;
&#60;p&#62;You can use the Types plugin &#60;a href=&#34;http://wordpress.org/extend/plugins/types/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/types/&#60;/a&#62; or a similar plugin to create the image fields (i am not sure if Types has a repeatable image field but I know I seen it one time). And then you would edit the portfolio item loop file and simply loop through all the image fields displaying them. Here is a plugin that will display custom fields as a shortcode. &#60;a href=&#34;http://wordpress.org/extend/plugins/custom-fields-shortcodes/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/custom-fields-shortcodes/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;2) That's up to you. There are many ways to accomplish the same task and whether you crate a whole new portfolio item page, and integrate it into the framework, or just have an additional custom field to distinguish between a regular portfolio item and the new custom portfolio item. When a value is present in the custom field then the individual portfolio loop would begin checking if there are a whole lot of images, and the regular slider would be blocked. If the custom field is empty, the regular slider is shown. I would do it that way since it will not require pages of customization.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>stephenbarros on "Portfolio Single: Post Images No Slideshow"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-single-post-images-no-slideshow#post-85921</link>
			<pubDate>Thu, 29 Nov 2012 19:32:27 +0000</pubDate>
			<dc:creator>stephenbarros</dc:creator>
			<guid isPermaLink="false">85921@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;1) Is it possible to remove the slideshow functionality and have the images show like this: &#60;a href=&#34;http://www.behance.net/gallery/The-Cooler-T-Shirts/3121167&#34; rel=&#34;nofollow&#34;&#62;http://www.behance.net/gallery/The-Cooler-T-Shirts/3121167&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;2) Do I have to create a new portfolio single template to call to?&#60;/p&#62;
&#60;p&#62;Thanks for the help guys!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
