<?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: One column/widget instead of 2?</title>
		<link>http://www.kriesi.at/support/topic/one-columnwidget-instead-of-2</link>
		<description>Support Forum - Topic: One column/widget instead of 2?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 16:12:51 +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/one-columnwidget-instead-of-2" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "One column/widget instead of 2?"</title>
			<link>http://www.kriesi.at/support/topic/one-columnwidget-instead-of-2#post-62722</link>
			<pubDate>Thu, 28 Jun 2012 20:28:37 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">62722@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi ajomalley,&#60;/p&#62;
&#60;p&#62;The way the theme controls the display of pages I don't think that would work that way. If you have a dynamic template of any kind assigned to the page, it will ignore everything else you add to it (even php/html to the index.php).&#60;/p&#62;
&#60;p&#62;If you wanted to create your own layout completely, you will need to remove the content in index.php and then add in your own. &#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ajomalley on "One column/widget instead of 2?"</title>
			<link>http://www.kriesi.at/support/topic/one-columnwidget-instead-of-2#post-62704</link>
			<pubDate>Thu, 28 Jun 2012 19:41:29 +0000</pubDate>
			<dc:creator>ajomalley</dc:creator>
			<guid isPermaLink="false">62704@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Could I just add a few new widget area on the homepage beneath the slider and horizontal ruler?&#60;br /&#62;
If so, which file affects the homepage?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "One column/widget instead of 2?"</title>
			<link>http://www.kriesi.at/support/topic/one-columnwidget-instead-of-2#post-62702</link>
			<pubDate>Thu, 28 Jun 2012 19:37:54 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">62702@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You could potentially edit the columns function to add another option but its not something that we could guide you through as it would take a good bit of changes and new code to work correctly.&#60;/p&#62;
&#60;p&#62;If you are interested in looking into it, the function is created in includes&#38;gt;helper-templates.php .&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ajomalley on "One column/widget instead of 2?"</title>
			<link>http://www.kriesi.at/support/topic/one-columnwidget-instead-of-2#post-62672</link>
			<pubDate>Thu, 28 Jun 2012 17:27:08 +0000</pubDate>
			<dc:creator>ajomalley</dc:creator>
			<guid isPermaLink="false">62672@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;There must be some php file I can edit or something, no?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "One column/widget instead of 2?"</title>
			<link>http://www.kriesi.at/support/topic/one-columnwidget-instead-of-2#post-62657</link>
			<pubDate>Thu, 28 Jun 2012 16:27:04 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">62657@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi ajomalley,&#60;/p&#62;
&#60;p&#62;Unfortunately not that I know of no. The only thing I can think to do something similar is to use a Text Area/Callout/Quotes element and use the Text Area to insert the widget with shortcode (if its possible) or directly input HTML to create the content you want.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ajomalley on "One column/widget instead of 2?"</title>
			<link>http://www.kriesi.at/support/topic/one-columnwidget-instead-of-2#post-62641</link>
			<pubDate>Thu, 28 Jun 2012 14:38:18 +0000</pubDate>
			<dc:creator>ajomalley</dc:creator>
			<guid isPermaLink="false">62641@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;On my homepage, using the template buider, I would like to display one widget which is 100% width.&#60;br /&#62;
I see an option to display two/three or four columns with widgets in them, but no option to display just one. &#60;/p&#62;
&#60;p&#62;I would like my homepage to look like this:&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;Slider&#60;/li&#62;
&#60;li&#62;Horizontal ruler&#60;/li&#62;
&#60;li&#62;1 Widget (full width)***&#60;/li&#62;
&#60;li&#62;Horizontal ruler&#60;/li&#62;
&#60;li&#62;2. Widgets (50% 50%)&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;Is this possible somehow?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
