<?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 - User Favorites: cosmicgirl</title>
		<link><a href='http://www.kriesi.at/support/profile/cosmicgirl'>cosmicgirl</a></link>
		<description>Support Forum - User Favorites: cosmicgirl</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 12:25:15 +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/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Main Page 2 Columns"</title>
			<link>http://www.kriesi.at/support/topic/main-page-2-columns#post-23851</link>
			<pubDate>Sun, 31 Jul 2011 07:21:32 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">23851@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'd add it to the bottom of style.css - it's easier to update stylesheet afterwards.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>akraemer on "Main Page 2 Columns"</title>
			<link>http://www.kriesi.at/support/topic/main-page-2-columns#post-23840</link>
			<pubDate>Sat, 30 Jul 2011 20:08:08 +0000</pubDate>
			<dc:creator>akraemer</dc:creator>
			<guid isPermaLink="false">23840@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I appreciate the quick reply, however where do I input the code?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Main Page 2 Columns"</title>
			<link>http://www.kriesi.at/support/topic/main-page-2-columns#post-23819</link>
			<pubDate>Sat, 30 Jul 2011 10:28:50 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">23819@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Tourq for trying to help us out - sadly Display doesn't support the template builder. It's a feature of newer themes only.&#60;/p&#62;
&#60;p&#62;@akraemer: You can use following code to adjust the width of the mainpage columns:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.home .box1{
width: 200px;
}

.home .box2{
width: 200px;
}

.home .box3{
width: 200px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Change the with values as you like - the boxes will be pushed down automatically if the total width exceeds the page width.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Tourq on "Main Page 2 Columns"</title>
			<link>http://www.kriesi.at/support/topic/main-page-2-columns#post-23795</link>
			<pubDate>Sat, 30 Jul 2011 02:34:56 +0000</pubDate>
			<dc:creator>Tourq</dc:creator>
			<guid isPermaLink="false">23795@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;*Edit* - Whoops!  I'm using upScale theme (not Display), though I wonder if the two aren't the same in the back anyway.&#60;/p&#62;
&#60;p&#62;With the supplied template (or a template you create in template Builder).&#60;/p&#62;
&#60;p&#62;Template Builder -&#38;gt; specific template -&#38;gt; Add Elements (columns.  A new field is created - open it up and select your preferences) -&#38;gt; Save all changes.&#60;/p&#62;
&#60;p&#62;Make sure the template is applied to a specific page or post when editing that page or post (that option for me is on the right side of the Edit Page screen).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>akraemer on "Main Page 2 Columns"</title>
			<link>http://www.kriesi.at/support/topic/main-page-2-columns#post-23791</link>
			<pubDate>Fri, 29 Jul 2011 21:33:28 +0000</pubDate>
			<dc:creator>akraemer</dc:creator>
			<guid isPermaLink="false">23791@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Great theme, the three columns on the main page would better serve me better as 2 columns.&#60;/p&#62;
&#60;p&#62;So how can I create only 2 columns, with the first column taking 2/3 of the page (two columns) and the second column taking the remaining 3rd of the page? With still being about to use widgets in the third column?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Remove Sidebar Category/Archives"</title>
			<link>http://www.kriesi.at/support/topic/remove-sidebar-categoryarchives#post-20221</link>
			<pubDate>Tue, 31 May 2011 20:20:19 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">20221@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
in sidebar.php delete following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;#39;box box_small&#38;#39;&#38;gt;
	            &#38;lt;h3&#38;gt;Categories&#38;lt;/h3&#38;gt;
				&#38;lt;ul&#38;gt;
	            &#38;lt;?php wp_list_cats(&#38;#39;sort_column=name&#38;amp;optioncount=0&#38;amp;hierarchical=0&#38;#39;.$exclude); ?&#38;gt;
	            &#38;lt;/ul&#38;gt;
            &#38;lt;/div&#38;gt;

			&#38;lt;div class=&#38;#39;box box_small&#38;#39;&#38;gt;
	            &#38;lt;h3&#38;gt;Archive&#38;lt;/h3&#38;gt;
				&#38;lt;ul&#38;gt;
	            &#38;lt;?php wp_get_archives(&#38;#39;type=monthly&#38;#39;); ?&#38;gt;
	            &#38;lt;/ul&#38;gt;
            &#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>bbihun12 on "Remove Sidebar Category/Archives"</title>
			<link>http://www.kriesi.at/support/topic/remove-sidebar-categoryarchives#post-20173</link>
			<pubDate>Tue, 31 May 2011 02:08:35 +0000</pubDate>
			<dc:creator>bbihun12</dc:creator>
			<guid isPermaLink="false">20173@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;How do I remove the sidebar categories and archives widgets on the left of every page.  Is this hardcoded in the template.  I do not see where to delete these widgets in the widget sections of admin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "3 Columns - Image needs editing"</title>
			<link>http://www.kriesi.at/support/topic/3-columns-image-needs-editing#post-14158</link>
			<pubDate>Tue, 08 Mar 2011 07:11:11 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">14158@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I sent you a mail :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kezzal on "3 Columns - Image needs editing"</title>
			<link>http://www.kriesi.at/support/topic/3-columns-image-needs-editing#post-14145</link>
			<pubDate>Mon, 07 Mar 2011 19:34:56 +0000</pubDate>
			<dc:creator>kezzal</dc:creator>
			<guid isPermaLink="false">14145@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude,&#60;/p&#62;
&#60;p&#62;I have 2 problems with your product :(&#60;/p&#62;
&#60;p&#62;#1: The 3 columns area below the image slideshow. All the fields display the same image??&#60;br /&#62;
Please show me how to fix this problem and display 3 different pictures in those 3 areas.&#60;/p&#62;
&#60;p&#62;#2: When visitors click on the support area (bottom right of the page) I need to redirect them to my company’s support department which is on a completely different website. (I will send you the URL by email.)&#60;/p&#62;
&#60;p&#62;PS: I sent you my admin login details in the following email:&#60;br /&#62;
&#60;a href=&#34;mailto:kriesi2000-dude@yahoo.com&#34;&#62;kriesi2000-dude@yahoo.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Take care.&#60;br /&#62;
TK.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "3 Columns - Image needs editing"</title>
			<link>http://www.kriesi.at/support/topic/3-columns-image-needs-editing#post-11869</link>
			<pubDate>Wed, 26 Jan 2011 09:14:49 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">11869@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that you solved the problem. Just insert the code above into style.css (no need to replace something, just insert it at the very bottom of style.css)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>grantbrookes on "3 Columns - Image needs editing"</title>
			<link>http://www.kriesi.at/support/topic/3-columns-image-needs-editing#post-11857</link>
			<pubDate>Wed, 26 Jan 2011 08:39:11 +0000</pubDate>
			<dc:creator>grantbrookes</dc:creator>
			<guid isPermaLink="false">11857@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there, Ive cut the page in two and hidden the image... looks great now.  Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>grantbrookes on "3 Columns - Image needs editing"</title>
			<link>http://www.kriesi.at/support/topic/3-columns-image-needs-editing#post-11838</link>
			<pubDate>Tue, 25 Jan 2011 22:43:43 +0000</pubDate>
			<dc:creator>grantbrookes</dc:creator>
			<guid isPermaLink="false">11838@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, Sorry but I cant see it in the style.css. Do i need to replace something with this code?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "3 Columns - Image needs editing"</title>
			<link>http://www.kriesi.at/support/topic/3-columns-image-needs-editing#post-11792</link>
			<pubDate>Tue, 25 Jan 2011 10:51:08 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">11792@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
try following code - paste it into style.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#frontpage .wp-image-691{
display: none !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>grantbrookes on "3 Columns - Image needs editing"</title>
			<link>http://www.kriesi.at/support/topic/3-columns-image-needs-editing#post-11753</link>
			<pubDate>Mon, 24 Jan 2011 17:01:50 +0000</pubDate>
			<dc:creator>grantbrookes</dc:creator>
			<guid isPermaLink="false">11753@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there, Thanks for helping me.  The url is &#60;a href=&#34;http://www.thewebsurgery.com&#34; rel=&#34;nofollow&#34;&#62;http://www.thewebsurgery.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>2Niels on "3 Columns - Image needs editing"</title>
			<link>http://www.kriesi.at/support/topic/3-columns-image-needs-editing#post-11751</link>
			<pubDate>Mon, 24 Jan 2011 15:56:19 +0000</pubDate>
			<dc:creator>2Niels</dc:creator>
			<guid isPermaLink="false">11751@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sounds like an issue I had. I sorted it by simply resizing the images to the same pixel dimensions as defined in the css.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "3 Columns - Image needs editing"</title>
			<link>http://www.kriesi.at/support/topic/3-columns-image-needs-editing#post-11500</link>
			<pubDate>Tue, 18 Jan 2011 12:35:45 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">11500@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Can you post the site URL and I'll take a look?&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>grantbrookes on "3 Columns - Image needs editing"</title>
			<link>http://www.kriesi.at/support/topic/3-columns-image-needs-editing#post-11467</link>
			<pubDate>Tue, 18 Jan 2011 09:08:22 +0000</pubDate>
			<dc:creator>grantbrookes</dc:creator>
			<guid isPermaLink="false">11467@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there, I have three columns running on the front page of my website which are all connected to pages on my website.  On one of the pages is an image which one of the columns is displaying but only part of it... due to the image being large.  Please can you tell me how I can remove the image from the column without taking it off the page?&#60;/p&#62;
&#60;p&#62;Cheers&#60;/p&#62;
&#60;p&#62;Grant
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
