<?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: efficientlifechurch</title>
		<link><a href='http://www.kriesi.at/support/profile/efficientlifechurch'>efficientlifechurch</a></link>
		<description>Support Forum - User Favorites: efficientlifechurch</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 18:21:40 +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 "Content not showing"</title>
			<link>http://www.kriesi.at/support/topic/content-not-showing#post-21543</link>
			<pubDate>Sat, 25 Jun 2011 13:55:25 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">21543@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Can you create me an admin account and send me the login details to: &#60;a href=&#34;mailto:kriesi2000-dude@yahoo.com&#34;&#62;kriesi2000-dude@yahoo.com&#60;/a&#62; - I'll look into it :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Putting Slider on other pages."</title>
			<link>http://www.kriesi.at/support/topic/putting-slider-on-other-pages-1#post-21542</link>
			<pubDate>Sat, 25 Jun 2011 13:54:39 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">21542@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
currently it's not possible to use the slider on other pages. You can duplicate the slider code from index.php but it will display the same slider with the same content on every page then. If you want to add the slider to pages open up page.php and before following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;!-- ###################################################################### --&#38;gt;
	&#38;lt;div id=&#38;quot;main&#38;quot;&#38;gt;
	&#38;lt;!-- ###################################################################### --&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;insert:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
		// FRONTPAGE SLIDESHOW
		//
		// check if slideshow should be displayed?
		if($k_option[&#38;#39;mainpage&#38;#39;][&#38;#39;slider&#38;#39;] != &#38;#39;none&#38;#39;) :
		?&#38;gt;
		&#38;lt;!-- FEATURED POST AREA ################################################### --&#38;gt;
		&#38;lt;div id=&#38;quot;feature_wrap&#38;quot;&#38;gt;
		&#38;lt;!-- ###################################################################### --&#38;gt;
			&#38;lt;div id=&#38;quot;featured&#38;quot; class=&#38;#39;&#38;lt;?php echo $k_option[&#38;#39;mainpage&#38;#39;][&#38;#39;slider&#38;#39;]; ?&#38;gt;&#38;#39;&#38;gt;

			&#38;lt;?php 

			//check slider and apply size to previe images
			$kimg = array(&#38;#39;shortcut&#38;#39; =&#38;gt; &#38;#39;L&#38;#39;, &#38;#39;overwrite&#38;#39; =&#38;gt; &#38;#39;none&#38;#39;);

			if($k_option[&#38;#39;mainpage&#38;#39;][&#38;#39;slider&#38;#39;] == &#38;#39;fadeslider&#38;#39;)
			{
				$kimg = array(&#38;#39;shortcut&#38;#39; =&#38;gt; &#38;#39;XL&#38;#39;, &#38;#39;overwrite&#38;#39; =&#38;gt; &#38;#39;none&#38;#39;);
			}

			// start the loop that gernerates the images
			$loopcount = 1;
			$additional_loop = new WP_Query(&#38;quot;cat=&#38;quot;.$k_option[&#38;#39;mainpage&#38;#39;][&#38;#39;feature_cats_final&#38;#39;].&#38;quot;&#38;amp;posts_per_page=&#38;quot;.$k_option[&#38;#39;mainpage&#38;#39;][&#38;#39;feature_count&#38;#39;]);
			if ($additional_loop-&#38;gt;have_posts()) :
			while ($additional_loop-&#38;gt;have_posts()) : $additional_loop-&#38;gt;the_post();

			$preview_image = kriesi_post_thumb($post-&#38;gt;ID, array(&#38;#39;size&#38;#39;=&#38;gt; array($kimg[&#38;#39;shortcut&#38;#39;],$kimg[&#38;#39;overwrite&#38;#39;]),
															&#38;#39;display_link&#38;#39; =&#38;gt; array(&#38;#39;none&#38;#39;),
															&#38;#39;wh&#38;#39; =&#38;gt; $k_option[&#38;#39;custom&#38;#39;][&#38;#39;imgSize&#38;#39;][$kimg[&#38;#39;shortcut&#38;#39;]]
															));

			// Featured Entry:
			?&#38;gt;
				&#38;lt;div class=&#38;quot;featured featured&#38;lt;?php echo $loopcount; ?&#38;gt;&#38;quot;&#38;gt;
					&#38;lt;a href=&#38;quot;&#38;lt;?php the_permalink(); ?&#38;gt;&#38;quot;&#38;gt;
						&#38;lt;span class=&#38;#39;feature_excerpt&#38;#39;&#38;gt;
							&#38;lt;strong class=&#38;#39;sliderheading&#38;#39;&#38;gt;&#38;lt;?php the_title(); ?&#38;gt;&#38;lt;/strong&#38;gt;
							&#38;lt;span class=&#38;#39;sliderdate&#38;#39;&#38;gt;&#38;lt;?php the_time(&#38;#39;M d, Y&#38;#39;) ?&#38;gt;&#38;lt;/span&#38;gt;
							&#38;lt;span class=&#38;#39;slidercontent&#38;#39;&#38;gt;
							&#38;lt;?php
								$content = strip_tags(get_the_excerpt(),&#38;#39;&#38;lt;a&#38;gt;&#38;lt;strong&#38;gt;&#38;lt;span&#38;gt;&#38;#39;);
								echo $content;
							?&#38;gt;
							&#38;lt;/span&#38;gt;
						&#38;lt;/span&#38;gt;
						&#38;lt;?php echo $preview_image; ?&#38;gt;
					&#38;lt;/a&#38;gt;
				&#38;lt;/div&#38;gt;
			&#38;lt;?php
			// end entry

			$loopcount ++;
			endwhile; endif;
			?&#38;gt;

		&#38;lt;/div&#38;gt;&#38;lt;!-- end #featured --&#38;gt; 

		&#38;lt;span class=&#38;#39;bottom_right_rounded_corner ie6fix&#38;#39;&#38;gt;&#38;lt;/span&#38;gt;
		&#38;lt;span class=&#38;#39;bottom_left_rounded_corner ie6fix&#38;#39;&#38;gt;&#38;lt;/span&#38;gt;	

	&#38;lt;!-- ###################################################################### --&#38;gt;
	&#38;lt;/div&#38;gt;&#38;lt;!-- end featuredwrap --&#38;gt;
	&#38;lt;!-- ###################################################################### --&#38;gt;
	&#38;lt;?php endif; // end slideshow ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Stephen on "Putting Slider on other pages."</title>
			<link>http://www.kriesi.at/support/topic/putting-slider-on-other-pages-1#post-21503</link>
			<pubDate>Fri, 24 Jun 2011 09:59:09 +0000</pubDate>
			<dc:creator>Stephen</dc:creator>
			<guid isPermaLink="false">21503@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'd like to put a slider on every page and preferably have the choice of which slider on each page. Is this possible?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Stephen on "Content not showing"</title>
			<link>http://www.kriesi.at/support/topic/content-not-showing#post-21502</link>
			<pubDate>Fri, 24 Jun 2011 09:26:17 +0000</pubDate>
			<dc:creator>Stephen</dc:creator>
			<guid isPermaLink="false">21502@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I don't know what that means. I simply created a page from the dashboard and added the information. How do I correct this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Content not showing"</title>
			<link>http://www.kriesi.at/support/topic/content-not-showing#post-21487</link>
			<pubDate>Fri, 24 Jun 2011 05:44:45 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">21487@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
according to the source code you commented out the text:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;p&#38;gt;&#38;lt;!--&#38;lt;/p&#38;gt;
&#38;lt;div id=&#38;quot;news_push&#38;quot;&#38;gt;Now Accepting Applications&#38;lt;/div&#38;gt;
&#38;lt;p&#38;gt;&#38;#8211;&#38;gt;&#38;lt;/p&#38;gt;

&#38;lt;div&#38;gt;FPL customers who are interested in solar rebates can apply starting at 8:30 a.m. on Wednesday, June 29.&#38;lt;/div&#38;gt;
&#38;lt;p&#38;gt;&#38;lt;a href=&#38;quot;http://www.fpl.com/landing/solar_rebate/residential_swh.shtml&#38;quot;&#38;gt;http://www.fpl.com/landing/solar_rebate/residential_swh.shtml&#38;lt;/a&#38;gt;&#38;lt;/p&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#38;lt;!-- is a html comment sign.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Stephen on "Content not showing"</title>
			<link>http://www.kriesi.at/support/topic/content-not-showing#post-21446</link>
			<pubDate>Thu, 23 Jun 2011 14:02:38 +0000</pubDate>
			<dc:creator>Stephen</dc:creator>
			<guid isPermaLink="false">21446@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Why is the content of this page not showing? I have a few sentences and a link. See &#60;a href=&#34;http://efficientlifechurch.org/efficiency/1000-fpl-solar-rebate&#34; rel=&#34;nofollow&#34;&#62;http://efficientlifechurch.org/efficiency/1000-fpl-solar-rebate&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Changing the Main Backround for Modern Skin"</title>
			<link>http://www.kriesi.at/support/topic/changing-the-main-backround-for-modern-skin#post-21148</link>
			<pubDate>Thu, 16 Jun 2011 15:12:02 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">21148@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
in style.css add following code and change the color value:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#headwrap{
background: #333;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Stephen on "Changing the Main Backround for Modern Skin"</title>
			<link>http://www.kriesi.at/support/topic/changing-the-main-backround-for-modern-skin#post-21098</link>
			<pubDate>Wed, 15 Jun 2011 18:48:28 +0000</pubDate>
			<dc:creator>Stephen</dc:creator>
			<guid isPermaLink="false">21098@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Oh, so it's one image that just looks like it's two images. &#60;/p&#62;
&#60;p&#62;The other thing that's happening is it's changing the color of the header too. I wanted the header to have it's own backround image. I see other people's sites with it different.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Learning How to Code Wordpress Themes"</title>
			<link>http://www.kriesi.at/support/topic/learning-how-to-code-wordpress-themes#post-20944</link>
			<pubDate>Mon, 13 Jun 2011 07:06:47 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">20944@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
here you can find a useful list of e(books): &#60;a href=&#34;http://wordpress.org/about/books/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/about/books/&#60;/a&#62; - I read WordPress complete by April Hodge Silver
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Changing the Main Backround for Modern Skin"</title>
			<link>http://www.kriesi.at/support/topic/changing-the-main-backround-for-modern-skin#post-20943</link>
			<pubDate>Mon, 13 Jun 2011 07:02:55 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">20943@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
currently newscast doesn't offer two backgrounds (content + body backgrond) - the bg image contains the bubble layer and the opaque content layer: &#60;a href=&#34;http://www.kriesi.at/demos/newscast/modern/images/skin4/bg.jpg&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/demos/newscast/modern/images/skin4/bg.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You can replace the body image with i.e. an image with white non-transparent content area in thw middleand transparent stripes on the leftz and right. The use a background plugin like &#60;a href=&#34;http://wordpress.org/extend/plugins/better-backgrounds/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/better-backgrounds/&#60;/a&#62; or &#60;a href=&#34;http://wordpress.org/extend/plugins/better-backgrounds/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/better-backgrounds/&#60;/a&#62; to set a new bg layer behind the content bg layer.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Stephen on "Learning How to Code Wordpress Themes"</title>
			<link>http://www.kriesi.at/support/topic/learning-how-to-code-wordpress-themes#post-20936</link>
			<pubDate>Sun, 12 Jun 2011 22:43:44 +0000</pubDate>
			<dc:creator>Stephen</dc:creator>
			<guid isPermaLink="false">20936@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I see that the only way to get the most out of Wordpress is to learn php. It's becoming pretty obvious to me that no matter what theme you buy out there, it's never going to have a Dashboard that's robust enough to put out a really nice website. Wordpress is still built from the ground up as a blog and I've yet to see anyone who's designed a theme that's not going to have to have their customers tweak the code in some way. Not to mention, in some ways it's easier to change the code than to search for a tiny little radio button located God knows where! :)&#60;/p&#62;
&#60;p&#62;Can you direct me to some tutorials that can get me quickly up to speed on coding php and stylesheets as it pertains to Wordpress?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Stephen on "Changing the Main Backround for Modern Skin"</title>
			<link>http://www.kriesi.at/support/topic/changing-the-main-backround-for-modern-skin#post-20935</link>
			<pubDate>Sun, 12 Jun 2011 22:30:11 +0000</pubDate>
			<dc:creator>Stephen</dc:creator>
			<guid isPermaLink="false">20935@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I like everything about the skin called Modern except the backround with the multicolored bubbles. You told me in a previous post to modify the stylesheet. But all that did was change the entire backround. The Modern skin seems to have two backrounds so to speak. One smaller black backround that frames the post, which appears to be slightly opaqe. Then there's a larger backround with the multicolored bubbles that seems to be visable behind the smaller backround.&#60;/p&#62;
&#60;p&#62;I would like to replace the bubbled backround with a picture (or a solid blue color) and would like the second backround to not be opaque because I don't want the picture backround to show through.&#60;/p&#62;
&#60;p&#62;How do I do that?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "image boarder"</title>
			<link>http://www.kriesi.at/support/topic/image-boarder#post-20917</link>
			<pubDate>Sun, 12 Jun 2011 16:16:40 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">20917@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for the hint. I posted various methodes to remove the border in the faq thread here: &#60;a href=&#34;http://www.kriesi.at/support/topic/how-to-remove-the-image-borders&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/how-to-remove-the-image-borders&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Adding Social Link Buttons to Search Bar"</title>
			<link>http://www.kriesi.at/support/topic/adding-social-link-buttons-to-search-bar#post-20916</link>
			<pubDate>Sun, 12 Jun 2011 16:14:18 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">20916@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
in header.php replace following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;!-- there is room for 3 icons, below are predefined classes for others if you want to use them instead --&#38;gt;
					&#38;lt;!--
					&#38;lt;li class=&#38;#39;flickr&#38;#39;&#38;gt;&#38;lt;a class=&#38;#39;ie6fix&#38;#39; href=&#38;quot;#&#38;quot;&#38;gt;flickr&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
					&#38;lt;li class=&#38;#39;facebook&#38;#39;&#38;gt;&#38;lt;a class=&#38;#39;ie6fix&#38;#39; href=&#38;quot;#&#38;quot;&#38;gt;Facebook&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
					--&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;!-- there is room for 3 icons, below are predefined classes for others if you want to use them instead --&#38;gt;

					&#38;lt;!-- &#38;lt;li class=&#38;#39;flickr&#38;#39;&#38;gt;&#38;lt;a class=&#38;#39;ie6fix&#38;#39; href=&#38;quot;#&#38;quot;&#38;gt;flickr&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt; --&#38;gt;
					&#38;lt;li class=&#38;#39;facebook&#38;#39;&#38;gt;&#38;lt;a class=&#38;#39;ie6fix&#38;#39; href=&#38;quot;#&#38;quot;&#38;gt;Facebook&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and instead of &#34;#&#34; fill in the url to your facebook profile.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Finding Post and Page ID&#039;s Using a Free WP Plugin"</title>
			<link>http://www.kriesi.at/support/topic/finding-post-ids-using-a-free-wp-plugin#post-20861</link>
			<pubDate>Sat, 11 Jun 2011 12:53:18 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">20861@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks. I'll add it to the plugin list.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Stephen on "Adding Social Link Buttons to Search Bar"</title>
			<link>http://www.kriesi.at/support/topic/adding-social-link-buttons-to-search-bar#post-20854</link>
			<pubDate>Sat, 11 Jun 2011 12:23:39 +0000</pubDate>
			<dc:creator>Stephen</dc:creator>
			<guid isPermaLink="false">20854@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I notice some people have a Facebook icon as well as other social buttons to the left of the search bar. In the Dashboard I only see an option for Twitter and RSS. How do I add other buttons?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Stephen on "image boarder"</title>
			<link>http://www.kriesi.at/support/topic/image-boarder#post-20853</link>
			<pubDate>Sat, 11 Jun 2011 12:09:39 +0000</pubDate>
			<dc:creator>Stephen</dc:creator>
			<guid isPermaLink="false">20853@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I would put this code right before the title tag if you don't want a border.   style=&#34;border: none; background: none;&#34;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Stephen on "Finding Post and Page ID&#039;s Using a Free WP Plugin"</title>
			<link>http://www.kriesi.at/support/topic/finding-post-ids-using-a-free-wp-plugin#post-20825</link>
			<pubDate>Fri, 10 Jun 2011 13:16:31 +0000</pubDate>
			<dc:creator>Stephen</dc:creator>
			<guid isPermaLink="false">20825@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I've seen people asking how they can find the ID for their post and pages. I found a free plugin that will show the ID. It's called WP Show IDs.&#60;/p&#62;
&#60;p&#62;Hope this helps.&#60;/p&#62;
&#60;p&#62;All the best,&#60;/p&#62;
&#60;p&#62;Stephen
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Stephen on "Failed Installation"</title>
			<link>http://www.kriesi.at/support/topic/failed-installation#post-20420</link>
			<pubDate>Fri, 03 Jun 2011 19:24:25 +0000</pubDate>
			<dc:creator>Stephen</dc:creator>
			<guid isPermaLink="false">20420@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Wait! Nevermind I got it to work. For some reason I had to open and close the page options twice before it would show a description. Then I just deleted the description like you said.&#60;/p&#62;
&#60;p&#62;However, you mentioned the menu titled &#34;First&#34; should show in the header? I see nothing in the header. Only the Second menu is showing. How do I get the First menu to show up in the header?&#60;/p&#62;
&#60;p&#62;BTW is there a way to show a page in the front page rather than the newest posts?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Stephen on "Failed Installation"</title>
			<link>http://www.kriesi.at/support/topic/failed-installation#post-20419</link>
			<pubDate>Fri, 03 Jun 2011 19:10:53 +0000</pubDate>
			<dc:creator>Stephen</dc:creator>
			<guid isPermaLink="false">20419@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;No matter what I do I can't get the description box to show. I've read what you wrote and read the tutorial over and over and I'm just not getting it. I train people on the computer for a living so I should be able to do this but it's just not working. I've made a couple of screen shots so maybe you can see what I'm doing wrong.&#60;/p&#62;
&#60;p&#62;Please see &#60;a href=&#34;http://efficientlifechurch.com/newscast.htm&#34; rel=&#34;nofollow&#34;&#62;http://efficientlifechurch.com/newscast.htm&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Failed Installation"</title>
			<link>http://www.kriesi.at/support/topic/failed-installation#post-20410</link>
			<pubDate>Fri, 03 Jun 2011 14:29:11 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">20410@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can create two menus -&#60;br /&#62;
Call the first one (small menu in header) &#34;First&#34;. The second one (big tabs) &#34;Second&#34;. The red cross should indicate that you need to check the &#34;Description&#34; checkbox. Then delete the content which is written in the description fields of your menu item to avoid that &#34;the whole page right down the home page&#34; is displayed. You can add your pages and related pages to both menus - it depends on your requirements.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Stephen on "Failed Installation"</title>
			<link>http://www.kriesi.at/support/topic/failed-installation#post-20408</link>
			<pubDate>Fri, 03 Jun 2011 14:04:56 +0000</pubDate>
			<dc:creator>Stephen</dc:creator>
			<guid isPermaLink="false">20408@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I can't understand the instructions. The instructions say &#34;Check the checkbox in &#34;Show advanced menu properties&#34; that says &#34;Description&#34;.&#60;br /&#62;
The sceenshot looks like it telling you to UN-check the Description box. Which is it.&#60;/p&#62;
&#60;p&#62;Also I named the menu &#34;First&#34; as instructed but that didn't help. I cascaded the other pages I created under Home and that seemed to work but that's not what I want. I want a horizontal row of 6 main pages, then related menu items under them.&#60;/p&#62;
&#60;p&#62;Also I would prefer the menu be imbedded in the header since there's a lot of blank space there. I thought I saw some people who were asking for help on other threads with the menu in the header.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Failed Installation"</title>
			<link>http://www.kriesi.at/support/topic/failed-installation#post-20405</link>
			<pubDate>Fri, 03 Jun 2011 13:03:28 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">20405@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Please read the tutorial here: &#60;a href=&#34;http://www.kriesi.at/support/topic/i-can%E2%80%99t-create-a-custom-menu-the-menu-behaves-weird&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/i-can%E2%80%99t-create-a-custom-menu-the-menu-behaves-weird&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Stephen on "Failed Installation"</title>
			<link>http://www.kriesi.at/support/topic/failed-installation#post-20404</link>
			<pubDate>Fri, 03 Jun 2011 12:49:48 +0000</pubDate>
			<dc:creator>Stephen</dc:creator>
			<guid isPermaLink="false">20404@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Next I added a page. I want to create a horizontal menu with drop-down navigation. When I create a custom menu it doesn't work. It just displays the whole page right down the home page. See &#60;a href=&#34;http://www.efficientlifechurch.org&#34; rel=&#34;nofollow&#34;&#62;http://www.efficientlifechurch.org&#60;/a&#62;. &#60;/p&#62;
&#60;p&#62;I would like to put the drop down menu in the header so as not to waste the space but if this is not possible, I'd like it just under the header.&#60;/p&#62;
&#60;p&#62;What am I doing wrong?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Failed Installation"</title>
			<link>http://www.kriesi.at/support/topic/failed-installation#post-20400</link>
			<pubDate>Fri, 03 Jun 2011 11:03:07 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">20400@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Stephen on "Failed Installation"</title>
			<link>http://www.kriesi.at/support/topic/failed-installation#post-20397</link>
			<pubDate>Fri, 03 Jun 2011 10:48:57 +0000</pubDate>
			<dc:creator>Stephen</dc:creator>
			<guid isPermaLink="false">20397@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks. That worked perfectly. Next project is changing the header and backround. :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Failed Installation"</title>
			<link>http://www.kriesi.at/support/topic/failed-installation#post-20378</link>
			<pubDate>Fri, 03 Jun 2011 05:24:57 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">20378@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
1) Glad that you solved the installation problem :)&#60;/p&#62;
&#60;p&#62;2) Open up single.php and delete following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
						if($preview_image)
						{
						echo &#38;#39;&#38;lt;div class=&#38;quot;entry-previewimage rounded preloading_background&#38;quot;&#38;gt;&#38;#39;;
						echo $preview_image;
						echo &#38;#39;&#38;lt;/div&#38;gt;&#38;#39;;
						} 

						?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Stephen on "Failed Installation"</title>
			<link>http://www.kriesi.at/support/topic/failed-installation#post-20373</link>
			<pubDate>Fri, 03 Jun 2011 01:22:26 +0000</pubDate>
			<dc:creator>Stephen</dc:creator>
			<guid isPermaLink="false">20373@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;BTW my site can be found at &#60;a href=&#34;http://efficientlifechurch.org&#34; rel=&#34;nofollow&#34;&#62;http://efficientlifechurch.org&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thank you,&#60;/p&#62;
&#60;p&#62;Stephen
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Stephen on "Failed Installation"</title>
			<link>http://www.kriesi.at/support/topic/failed-installation#post-20371</link>
			<pubDate>Thu, 02 Jun 2011 23:53:23 +0000</pubDate>
			<dc:creator>Stephen</dc:creator>
			<guid isPermaLink="false">20371@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I reninstalled everything and I'm loving the theme now. Very nice. The only thing that I'm finding wrong is that two of my posts are showing two images when shown in full view. One is regular size and the other is a thumbnail. Yet the post titled The Desire to Live the Efficient Life is perfectly normal. I can't figure out why. I created all the posts exacly the same way.&#60;/p&#62;
&#60;p&#62;How do remove the thumbnails from the full view posts?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Stephen on "Failed Installation"</title>
			<link>http://www.kriesi.at/support/topic/failed-installation#post-20312</link>
			<pubDate>Thu, 02 Jun 2011 08:31:47 +0000</pubDate>
			<dc:creator>Stephen</dc:creator>
			<guid isPermaLink="false">20312@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;That didn't work. I had to unintall everything.&#60;/p&#62;
&#60;p&#62;I was wondering, before I reinstall wordpress, if there's any advantage to not using Fatastico Deluxe to install Wordpress? Every time I use Fantastico to uninstall it leaves behind files and directories behind that I can't see so I have to have my hosting company's support do it. It's strange to me that I can't see these directories but support can.&#60;/p&#62;
&#60;p&#62;All the best,&#60;/p&#62;
&#60;p&#62;Stephen
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
