<?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: Three Images on Display Home Page</title>
		<link>http://www.kriesi.at/support/topic/three-images-on-display-home-page</link>
		<description>Support Forum - Topic: Three Images on Display Home Page</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 19:19:34 +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/three-images-on-display-home-page" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Three Images on Display Home Page"</title>
			<link>http://www.kriesi.at/support/topic/three-images-on-display-home-page#post-20469</link>
			<pubDate>Sun, 05 Jun 2011 05:23:26 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">20469@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
please replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$placeholder[1] = $placeholder_image1.&#38;#39;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$placeholder[1] = &#38;#39;&#38;lt;a href=&#38;quot;http://website.com&#38;quot;&#38;gt;&#38;#39;.$placeholder_image1.&#38;#39;&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and modify all three columns like the first one ($placeholder_image2, $placeholder_image3)&#60;br /&#62;
Instead of &#34;website.com&#34; fill in the urls of the pages you want to link to (where the read more buttons link to).  Please make this replacement for all three placeholders.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dgyorgy on "Three Images on Display Home Page"</title>
			<link>http://www.kriesi.at/support/topic/three-images-on-display-home-page#post-20456</link>
			<pubDate>Sat, 04 Jun 2011 18:05:01 +0000</pubDate>
			<dc:creator>dgyorgy</dc:creator>
			<guid isPermaLink="false">20456@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes, got it. Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>amirsharer on "Three Images on Display Home Page"</title>
			<link>http://www.kriesi.at/support/topic/three-images-on-display-home-page#post-20436</link>
			<pubDate>Sat, 04 Jun 2011 12:08:32 +0000</pubDate>
			<dc:creator>amirsharer</dc:creator>
			<guid isPermaLink="false">20436@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;another question in this issue : how do I add a link to the three images ? right now the link is only bellow the text.&#60;br /&#62;
thanks,&#60;br /&#62;
amir
&#60;/p&#62;</description>
		</item>
		<item>
			<title>amirsharer on "Three Images on Display Home Page"</title>
			<link>http://www.kriesi.at/support/topic/three-images-on-display-home-page#post-20435</link>
			<pubDate>Sat, 04 Jun 2011 10:52:03 +0000</pubDate>
			<dc:creator>amirsharer</dc:creator>
			<guid isPermaLink="false">20435@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;it works ! thanks you so much !!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Three Images on Display Home Page"</title>
			<link>http://www.kriesi.at/support/topic/three-images-on-display-home-page#post-20429</link>
			<pubDate>Sat, 04 Jun 2011 08:59:31 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">20429@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;The code dictating the image path and size is commented out. Replace this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$placeholder_image1 = get_bloginfo(&#38;#39;template_url&#38;#39;).&#38;#39;/files/medium1.jpg&#38;#39;;
#$placeholder_image2 = get_bloginfo(&#38;#39;template_url&#38;#39;).&#38;#39;/files/medium2.jpg&#38;#39;;
#$placeholder_image3 = get_bloginfo(&#38;#39;template_url&#38;#39;).&#38;#39;/files/medium3.jpg&#38;#39;;

$placeholder_image1 = kriesi_build_image(array(&#38;#39;url&#38;#39;=&#38;gt;$placeholder_image1,&#38;#39;height&#38;#39;=&#38;gt;&#38;#39;124&#38;#39;,&#38;#39;width&#38;#39;=&#38;gt;&#38;#39;280&#38;#39;));
#$placeholder_image2 = kriesi_build_image(array(&#38;#39;url&#38;#39;=&#38;gt;$placeholder_image2,&#38;#39;height&#38;#39;=&#38;gt;&#38;#39;124&#38;#39;,&#38;#39;width&#38;#39;=&#38;gt;&#38;#39;280&#38;#39;));
#$placeholder_image3 = kriesi_build_image(array(&#38;#39;url&#38;#39;=&#38;gt;$placeholder_image3,&#38;#39;height&#38;#39;=&#38;gt;&#38;#39;124&#38;#39;,&#38;#39;width&#38;#39;=&#38;gt;&#38;#39;280&#38;#39;));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$placeholder_image1 = get_bloginfo(&#38;#39;template_url&#38;#39;).&#38;#39;/files/medium1.jpg&#38;#39;;
$placeholder_image2 = get_bloginfo(&#38;#39;template_url&#38;#39;).&#38;#39;/files/medium2.jpg&#38;#39;;
$placeholder_image3 = get_bloginfo(&#38;#39;template_url&#38;#39;).&#38;#39;/files/medium3.jpg&#38;#39;;

$placeholder_image1 = kriesi_build_image(array(&#38;#39;url&#38;#39;=&#38;gt;$placeholder_image1,&#38;#39;height&#38;#39;=&#38;gt;&#38;#39;124&#38;#39;,&#38;#39;width&#38;#39;=&#38;gt;&#38;#39;280&#38;#39;));
$placeholder_image2 = kriesi_build_image(array(&#38;#39;url&#38;#39;=&#38;gt;$placeholder_image2,&#38;#39;height&#38;#39;=&#38;gt;&#38;#39;124&#38;#39;,&#38;#39;width&#38;#39;=&#38;gt;&#38;#39;280&#38;#39;));
$placeholder_image3 = kriesi_build_image(array(&#38;#39;url&#38;#39;=&#38;gt;$placeholder_image3,&#38;#39;height&#38;#39;=&#38;gt;&#38;#39;124&#38;#39;,&#38;#39;width&#38;#39;=&#38;gt;&#38;#39;280&#38;#39;));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Save and upload; this should now work properly.&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>amirsharer on "Three Images on Display Home Page"</title>
			<link>http://www.kriesi.at/support/topic/three-images-on-display-home-page#post-20402</link>
			<pubDate>Fri, 03 Jun 2011 11:21:02 +0000</pubDate>
			<dc:creator>amirsharer</dc:creator>
			<guid isPermaLink="false">20402@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hi,&#60;br /&#62;
i work on the wevsite, so what you see there now might be different from the code above in my previous questions.&#60;br /&#62;
thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>amirsharer on "Three Images on Display Home Page"</title>
			<link>http://www.kriesi.at/support/topic/three-images-on-display-home-page#post-20401</link>
			<pubDate>Fri, 03 Jun 2011 11:18:49 +0000</pubDate>
			<dc:creator>amirsharer</dc:creator>
			<guid isPermaLink="false">20401@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hi,&#60;br /&#62;
its not solved yet.&#60;br /&#62;
This is my code :&#60;br /&#62;
$placeholder_image1 = get_bloginfo('template_url').'/files/medium1.jpg';&#60;br /&#62;
		#$placeholder_image2 = get_bloginfo('template_url').'/files/medium2.jpg';&#60;br /&#62;
		#$placeholder_image3 = get_bloginfo('template_url').'/files/medium3.jpg';&#60;/p&#62;
&#60;p&#62;		$placeholder_image1 = kriesi_build_image(array('url'=&#38;gt;$placeholder_image1,'height'=&#38;gt;'124','width'=&#38;gt;'280'));&#60;br /&#62;
		#$placeholder_image2 = kriesi_build_image(array('url'=&#38;gt;$placeholder_image2,'height'=&#38;gt;'124','width'=&#38;gt;'280'));&#60;br /&#62;
		#$placeholder_image3 = kriesi_build_image(array('url'=&#38;gt;$placeholder_image3,'height'=&#38;gt;'124','width'=&#38;gt;'280'));&#60;/p&#62;
&#60;p&#62;		$placeholder[1] = $placeholder_image1.'&#38;lt;h3&#38;gt;HTML Template „Display“&#38;lt;/h3&#38;gt;&#38;lt;p&#38;gt;Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco &#60;a href=&#34;&#34;&#62;laboris nisi&#60;/a&#62; ut aliquip ex ea commodo conse. &#60;a href=&#34;#&#34;&#62;Read more&#60;/a&#62;&#38;lt;/p&#38;gt;';&#60;/p&#62;
&#60;p&#62;		$placeholder[2] = $placeholder_image2.'&#38;lt;h3&#38;gt;Amanded with Adobe Flash&#38;lt;/h3&#38;gt;&#38;lt;p&#38;gt;Duis aute irure dolor in reprehenderit in voluptate velit esse cillum &#60;strong&#62;dolore eu fugiat&#60;/strong&#62; nulla pariatur.&#60;br /&#62; Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&#60;a href=&#34;#&#34;&#62;Read more&#60;/a&#62;&#38;lt;/p&#38;gt;';&#60;/p&#62;
&#60;p&#62;		$placeholder[3] = $placeholder_image3.'&#38;lt;h3&#38;gt;jQuery to the rescue&#38;lt;/h3&#38;gt;&#38;lt;p&#38;gt;Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo conse.&#60;br /&#62;
quat. &#60;a href=&#34;#&#34;&#62;Read more&#60;/a&#62;';&#60;/p&#62;
&#60;p&#62;- this is my website : &#60;a href=&#34;http://moover.co.il/&#34; rel=&#34;nofollow&#34;&#62;http://moover.co.il/&#60;/a&#62;&#60;br /&#62;
- Only the display image - medium1.jpg appears.&#60;/p&#62;
&#60;p&#62;can you please help me ?&#60;br /&#62;
thanks,&#60;br /&#62;
amir
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Three Images on Display Home Page"</title>
			<link>http://www.kriesi.at/support/topic/three-images-on-display-home-page#post-20382</link>
			<pubDate>Fri, 03 Jun 2011 05:41:34 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">20382@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
in index.php replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$placeholder[2] = $placeholder_image1&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$placeholder[2] = $placeholder_image2&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$placeholder[3] = $placeholder_image1&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$placeholder[3] = $placeholder_image3&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>amirsharer on "Three Images on Display Home Page"</title>
			<link>http://www.kriesi.at/support/topic/three-images-on-display-home-page#post-20355</link>
			<pubDate>Thu, 02 Jun 2011 17:05:53 +0000</pubDate>
			<dc:creator>amirsharer</dc:creator>
			<guid isPermaLink="false">20355@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have the same problem! please help me.....&#60;br /&#62;
Thanks !!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dgyorgy on "Three Images on Display Home Page"</title>
			<link>http://www.kriesi.at/support/topic/three-images-on-display-home-page#post-20308</link>
			<pubDate>Thu, 02 Jun 2011 02:06:09 +0000</pubDate>
			<dc:creator>dgyorgy</dc:creator>
			<guid isPermaLink="false">20308@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have swapped the three column images on the home page in index.php, but they all show up as the the first one replaced (test1.jpeg in the code below). What am I missing? &#60;/p&#62;
&#60;p&#62;// the kriesi_build_image function used here checks if the image should be resized.&#60;br /&#62;
		// it returns the resized image if the size is larger than the parameters provided&#60;br /&#62;
		// the function is located in framework/helper_functions&#60;/p&#62;
&#60;p&#62;		$placeholder_image1 = get_bloginfo('template_url').'/files/test1.jpg';&#60;br /&#62;
		#$placeholder_image2 = get_bloginfo('template_url').'/files/test2.jpg';&#60;br /&#62;
		#$placeholder_image3 = get_bloginfo('template_url').'/files/medium1.jpg';&#60;/p&#62;
&#60;p&#62;		$placeholder_image1 = kriesi_build_image(array('url'=&#38;gt;$placeholder_image1,'height'=&#38;gt;'124','width'=&#38;gt;'280'));&#60;br /&#62;
		#$placeholder_image2 = kriesi_build_image(array('url'=&#38;gt;$placeholder_image2,'height'=&#38;gt;'124','width'=&#38;gt;'280'));&#60;br /&#62;
		#$placeholder_image3 = kriesi_build_image(array('url'=&#38;gt;$placeholder_image3,'height'=&#38;gt;'124','width'=&#38;gt;'280'));
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
