<?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: Very simple question</title>
		<link>http://www.kriesi.at/support/topic/very-simple-question</link>
		<description>Support Forum - Topic: Very simple question</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 13:07:19 +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/very-simple-question" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Beard on "Very simple question"</title>
			<link>http://www.kriesi.at/support/topic/very-simple-question#post-30226</link>
			<pubDate>Sun, 23 Oct 2011 01:07:06 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">30226@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
if I understand you correctly you want this:&#60;br /&#62;
4 boxes next to eachother with each a title, an image and some content, this will then link to the page - on this page you DON'T want the image.&#60;/p&#62;
&#60;p&#62;To do this you can use the columns in your template builder to include your page. Be sure to put a featured image on this page.&#60;br /&#62;
Now, to stop the template from including that image you can open your includes folder and open loop-page.php. (We're now in Corona &#38;gt; includes &#38;gt; loop-page.php)&#60;/p&#62;
&#60;p&#62;Find&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php 

			//call the function that displays featured images and slideshows within posts
			if(strpos($avia_config[&#38;#39;layout&#38;#39;], &#38;#39;big_image&#38;#39;) !== false) $image_size = &#38;#39;page&#38;#39;;
			if(strpos($avia_config[&#38;#39;layout&#38;#39;], &#38;#39;fullwidth&#38;#39;) !== false) $image_size = &#38;#39;featured&#38;#39;;
			if(strpos($avia_config[&#38;#39;layout&#38;#39;], &#38;#39;medium_image&#38;#39;) !== false) $image_size = &#38;#39;blog&#38;#39;;

 	 		$slideHtml = $slider-&#38;gt;display_small($image_size);
 	 		if($slideHtml)
 	 		{
 	 			echo $slideHtml;
 	 			$avia_config[&#38;#39;slider_first_post_active&#38;#39;] = true;
 	 		}
			?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and remove it, save and overwrite the file :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tomoboyle on "Very simple question"</title>
			<link>http://www.kriesi.at/support/topic/very-simple-question#post-30199</link>
			<pubDate>Sat, 22 Oct 2011 18:53:15 +0000</pubDate>
			<dc:creator>tomoboyle</dc:creator>
			<guid isPermaLink="false">30199@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I am very new to this so I am struggling to find a way to do the following thing which is probably very simple. Basically I want to have four boxes in a row on the frontpage underneath the slider (similar to the demo) which link to pages on the site and I want to have a small picture in the boxes underneath the title.&#60;br /&#62;
I don't want to do it the way where you preview the page because I don't really want the pictures that will be in the boxes on the actual page, if that makes sense. I have tried using the template builder and the column layouts but I just can't get it to work.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Tom
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
