<?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: CUBIT FRONTPAGE - 6 INFO BOXES</title>
		<link>http://www.kriesi.at/support/topic/cubit-frontpage-6-info-boxes</link>
		<description>Support Forum - Topic: CUBIT FRONTPAGE - 6 INFO BOXES</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 08:31:17 +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/cubit-frontpage-6-info-boxes" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "CUBIT FRONTPAGE - 6 INFO BOXES"</title>
			<link>http://www.kriesi.at/support/topic/cubit-frontpage-6-info-boxes#post-27341</link>
			<pubDate>Mon, 19 Sep 2011 20:41:59 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">27341@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>slimjim6982 on "CUBIT FRONTPAGE - 6 INFO BOXES"</title>
			<link>http://www.kriesi.at/support/topic/cubit-frontpage-6-info-boxes#post-27329</link>
			<pubDate>Mon, 19 Sep 2011 17:28:50 +0000</pubDate>
			<dc:creator>slimjim6982</dc:creator>
			<guid isPermaLink="false">27329@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thanks alot! works perfect
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "CUBIT FRONTPAGE - 6 INFO BOXES"</title>
			<link>http://www.kriesi.at/support/topic/cubit-frontpage-6-info-boxes#post-27129</link>
			<pubDate>Fri, 16 Sep 2011 06:07:07 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">27129@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;In style.css change:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .box3{
	margin-right:0px;
	}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .box3, #top .box6{
	margin-right:0px;
	}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>slimjim6982 on "CUBIT FRONTPAGE - 6 INFO BOXES"</title>
			<link>http://www.kriesi.at/support/topic/cubit-frontpage-6-info-boxes#post-27095</link>
			<pubDate>Thu, 15 Sep 2011 20:34:02 +0000</pubDate>
			<dc:creator>slimjim6982</dc:creator>
			<guid isPermaLink="false">27095@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I am revisiting this post. We have never used more than 5 boxes and now we are adding to my customers site and need the 6th box. For some reason the 6th box appears on the 3rd line. Please help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "CUBIT FRONTPAGE - 6 INFO BOXES"</title>
			<link>http://www.kriesi.at/support/topic/cubit-frontpage-6-info-boxes#post-4790</link>
			<pubDate>Wed, 15 Sep 2010 11:36:27 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">4790@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;I assume you simply changed:&#60;br /&#62;
&#60;code&#62;$query_string .= &#38;quot;&#38;amp;showposts=3&#38;quot;;&#60;/code&#62;&#60;br /&#62;
to&#60;br /&#62;
&#60;code&#62;$query_string .= &#38;quot;&#38;amp;showposts=6&#38;quot;;&#60;/code&#62;&#60;br /&#62;
?&#60;/p&#62;
&#60;p&#62;If so, you can add conditional code which uses the counter function (already present in index.php) and add this code:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php if ($counter == &#38;#39;4&#38;#39;) echo &#38;#39;&#38;lt;div class=&#38;quot;clearboth&#38;quot;&#38;gt;&#38;lt;/div&#38;gt;&#38;#39;; ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;immediately under:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;info_box box&#38;lt;?php echo $counter; $counter++; ?&#38;gt;&#38;quot;&#38;gt;
&#38;lt;div class=&#38;quot;box_image&#38;quot;&#38;gt;&#38;lt;img src=&#38;#39;&#38;lt;?php echo $preview_pic_mainpage; $preview_pic_mainpage =&#38;#39;&#38;#39;; ?&#38;gt;&#38;#39; alt=&#38;quot;&#38;quot; /&#38;gt;&#38;lt;/div&#38;gt;
&#38;lt;span class=&#38;quot;meta&#38;quot;&#38;gt;&#38;lt;?php echo $punchline; $punchline=&#38;#39;&#38;#39;;?&#38;gt;&#38;lt;/span&#38;gt;
&#38;lt;h2&#38;gt;&#38;lt;?php the_title(); ?&#38;gt;&#38;lt;/h2&#38;gt;
&#38;lt;?php the_content(&#38;#39;Read more&#38;#39;); ?&#38;gt;
&#38;lt;?php edit_post_link(&#38;#39;Edit&#38;#39;,&#38;#39;&#38;#39;, &#38;#39;&#38;#39; ); ?&#38;gt;
&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;strong&#62;Note:&#60;/strong&#62; I chose counter = 4 because the count is increased by 1 in the existing code just after the $counter class is added, if I had chosen 3 it would appear after the 2nd (middle) column.&#60;/p&#62;
&#60;p&#62;Let me know how you get on :)&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>slimjim6982 on "CUBIT FRONTPAGE - 6 INFO BOXES"</title>
			<link>http://www.kriesi.at/support/topic/cubit-frontpage-6-info-boxes#post-4647</link>
			<pubDate>Mon, 13 Sep 2010 17:22:35 +0000</pubDate>
			<dc:creator>slimjim6982</dc:creator>
			<guid isPermaLink="false">4647@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I went in and edited the text from box 1 and it fixes the issue however I would like to be able to have unlimited content in the boxes and this not be a problem.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>slimjim6982 on "CUBIT FRONTPAGE - 6 INFO BOXES"</title>
			<link>http://www.kriesi.at/support/topic/cubit-frontpage-6-info-boxes#post-4644</link>
			<pubDate>Mon, 13 Sep 2010 17:17:01 +0000</pubDate>
			<dc:creator>slimjim6982</dc:creator>
			<guid isPermaLink="false">4644@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thanks for the reply!  I added the code and it didnt change anything. I am using &#34;posts&#34; to display the front page content, and I adjusted the code to show 6 posts, instead of three -&#38;gt; $query_string .= &#34;&#38;amp;showposts=6&#34;;&#60;/p&#62;
&#60;p&#62;Do I need to make any other changes, or use an HTML page instead for the home page content?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "CUBIT FRONTPAGE - 6 INFO BOXES"</title>
			<link>http://www.kriesi.at/support/topic/cubit-frontpage-6-info-boxes#post-4633</link>
			<pubDate>Mon, 13 Sep 2010 16:20:54 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">4633@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;This is happening because the content boxes are set to float left without a clear after the third box. The text in the 1st box is greater than the 2nd box so the 4th box uses the 2nd as the marker to appear.&#60;/p&#62;
&#60;p&#62;It's easy to fix, add this HTML to index.php after the 3rd box:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;clearboth&#38;quot;&#38;gt;&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>slimjim6982 on "CUBIT FRONTPAGE - 6 INFO BOXES"</title>
			<link>http://www.kriesi.at/support/topic/cubit-frontpage-6-info-boxes#post-4483</link>
			<pubDate>Sat, 11 Sep 2010 01:31:04 +0000</pubDate>
			<dc:creator>slimjim6982</dc:creator>
			<guid isPermaLink="false">4483@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have a page I am working on for a client and we were wanting to use 6 info boxes on the main page instead of 3.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.jamesbostickagency.com&#34; rel=&#34;nofollow&#34;&#62;http://www.jamesbostickagency.com&#60;/a&#62; - you can see the site and problem that keeps arising here.&#60;/p&#62;
&#60;p&#62;Any idea what I did wrong or whats causing this to happen?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
