<?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: starless</title>
		<link><a href='http://www.kriesi.at/support/profile/starless'>starless</a></link>
		<description>Support Forum - User Favorites: starless</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 09:21:30 +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 "Removing the Comment and date speach bubbles from the side of portfolio pieces"</title>
			<link>http://www.kriesi.at/support/topic/removing-the-comment-and-date-speach-bubbles-from-the-side-of-portfolio-pieces#post-28255</link>
			<pubDate>Fri, 30 Sep 2011 06:05:01 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">28255@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
1) The graphic can be found here: wp-content/themes/broadscope/images/skin1/bg-meta.png - you can replace it with any other image or use the psd files to modify the shape, etc.&#60;/p&#62;
&#60;p&#62;2) To remove the date, etc. open up single.php and replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;span class=&#38;#39;post-date-comment-container&#38;#39;&#38;gt;
					&#38;lt;span class=&#38;#39;date-container&#38;#39;&#38;gt;&#38;lt;?php the_time(&#38;#39;d&#38;#39;) ?&#38;gt;&#38;lt;strong&#38;gt;&#38;lt;?php the_time(&#38;#39;M&#38;#39;) ?&#38;gt;&#38;lt;/strong&#38;gt;&#38;lt;?php the_time(&#38;#39;Y&#38;#39;) ?&#38;gt;&#38;lt;/span&#38;gt;
					&#38;lt;span class=&#38;#39;comment-container&#38;#39;&#38;gt;&#38;lt;?php comments_popup_link(&#38;quot;&#38;lt;strong&#38;gt;0&#38;lt;/strong&#38;gt; &#38;quot;.__(&#38;#39;Comments&#38;#39;,&#38;#39;avia_framework&#38;#39;), &#38;quot;&#38;lt;strong&#38;gt;1&#38;lt;/strong&#38;gt; &#38;quot;.__(&#38;#39;Comment&#38;#39; ,&#38;#39;avia_framework&#38;#39;),
																			  &#38;quot;&#38;lt;strong&#38;gt;%&#38;lt;/strong&#38;gt; &#38;quot;.__(&#38;#39;Comments&#38;#39;,&#38;#39;avia_framework&#38;#39;),&#38;#39;comments-link&#38;#39;,
																			  &#38;quot;&#38;lt;strong&#38;gt;&#38;lt;/strong&#38;gt; &#38;quot;.__(&#38;#39;Comments&#38;lt;br/&#38;gt;Off&#38;#39;,&#38;#39;avia_framework&#38;#39;)
																			  ); ?&#38;gt;
					&#38;lt;/span&#38;gt;

				&#38;lt;/span&#38;gt;	

				&#38;lt;?php 

				$cats = get_the_category();
				if(!empty($cats))
				{
					echo &#38;#39;&#38;lt;span class=&#38;quot;blog-categories&#38;quot;&#38;gt;&#38;#39;;
					echo &#38;#39;&#38;lt;strong&#38;gt;Categories:&#38;lt;/strong&#38;gt;&#38;#39;;
					the_category(&#38;#39;, &#38;#39;);
					echo &#38;#39;&#38;lt;/span&#38;gt;&#38;#39;;
				}

				if(has_tag())
				{
					echo &#38;#39;&#38;lt;span class=&#38;quot;blog-tags&#38;quot;&#38;gt;&#38;#39;;
					the_tags(&#38;#39;&#38;lt;strong&#38;gt;&#38;#39;.__(&#38;#39;Tags: &#38;#39;,&#38;#39;avia_frameworkt&#38;#39;).&#38;#39;&#38;lt;/strong&#38;gt;&#38;#39;);
					echo &#38;#39;&#38;lt;/span&#38;gt;&#38;#39;;
				}
				?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php if( get_post_type() != &#38;#39;portfolio&#38;#39; ) { ?&#38;gt;

&#38;lt;span class=&#38;#39;post-date-comment-container&#38;#39;&#38;gt;
					&#38;lt;span class=&#38;#39;date-container&#38;#39;&#38;gt;&#38;lt;?php the_time(&#38;#39;d&#38;#39;) ?&#38;gt;&#38;lt;strong&#38;gt;&#38;lt;?php the_time(&#38;#39;M&#38;#39;) ?&#38;gt;&#38;lt;/strong&#38;gt;&#38;lt;?php the_time(&#38;#39;Y&#38;#39;) ?&#38;gt;&#38;lt;/span&#38;gt;
					&#38;lt;span class=&#38;#39;comment-container&#38;#39;&#38;gt;&#38;lt;?php comments_popup_link(&#38;quot;&#38;lt;strong&#38;gt;0&#38;lt;/strong&#38;gt; &#38;quot;.__(&#38;#39;Comments&#38;#39;,&#38;#39;avia_framework&#38;#39;), &#38;quot;&#38;lt;strong&#38;gt;1&#38;lt;/strong&#38;gt; &#38;quot;.__(&#38;#39;Comment&#38;#39; ,&#38;#39;avia_framework&#38;#39;),
																			  &#38;quot;&#38;lt;strong&#38;gt;%&#38;lt;/strong&#38;gt; &#38;quot;.__(&#38;#39;Comments&#38;#39;,&#38;#39;avia_framework&#38;#39;),&#38;#39;comments-link&#38;#39;,
																			  &#38;quot;&#38;lt;strong&#38;gt;&#38;lt;/strong&#38;gt; &#38;quot;.__(&#38;#39;Comments&#38;lt;br/&#38;gt;Off&#38;#39;,&#38;#39;avia_framework&#38;#39;)
																			  ); ?&#38;gt;
					&#38;lt;/span&#38;gt;

				&#38;lt;/span&#38;gt;	

				&#38;lt;?php 

				$cats = get_the_category();
				if(!empty($cats))
				{
					echo &#38;#39;&#38;lt;span class=&#38;quot;blog-categories&#38;quot;&#38;gt;&#38;#39;;
					echo &#38;#39;&#38;lt;strong&#38;gt;Categories:&#38;lt;/strong&#38;gt;&#38;#39;;
					the_category(&#38;#39;, &#38;#39;);
					echo &#38;#39;&#38;lt;/span&#38;gt;&#38;#39;;
				}

				if(has_tag())
				{
					echo &#38;#39;&#38;lt;span class=&#38;quot;blog-tags&#38;quot;&#38;gt;&#38;#39;;
					the_tags(&#38;#39;&#38;lt;strong&#38;gt;&#38;#39;.__(&#38;#39;Tags: &#38;#39;,&#38;#39;avia_frameworkt&#38;#39;).&#38;#39;&#38;lt;/strong&#38;gt;&#38;#39;);
					echo &#38;#39;&#38;lt;/span&#38;gt;&#38;#39;;
				}
				?&#38;gt;
&#38;lt;?php } ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>griffinyouthman on "Removing the Comment and date speach bubbles from the side of portfolio pieces"</title>
			<link>http://www.kriesi.at/support/topic/removing-the-comment-and-date-speach-bubbles-from-the-side-of-portfolio-pieces#post-28230</link>
			<pubDate>Thu, 29 Sep 2011 20:33:58 +0000</pubDate>
			<dc:creator>griffinyouthman</dc:creator>
			<guid isPermaLink="false">28230@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Broadscope Question.&#60;br /&#62;
I know how to change the icon of the bubbles to the left of a post.  What I would like to do is change the graphic, but remove the date and comments text.  Also I would like this to only apply to portfolio post and not to blog post.  Can you help?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Remove Featured Image in Post View - [HELP]"</title>
			<link>http://www.kriesi.at/support/topic/remove-featured-image-in-post-view-help#post-24969</link>
			<pubDate>Tue, 16 Aug 2011 06:50:14 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">24969@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok, open up single.php and delete following line:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;echo $preview; // echo the preview image&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>jamimullikin on "Remove Featured Image in Post View - [HELP]"</title>
			<link>http://www.kriesi.at/support/topic/remove-featured-image-in-post-view-help#post-24955</link>
			<pubDate>Tue, 16 Aug 2011 01:30:19 +0000</pubDate>
			<dc:creator>jamimullikin</dc:creator>
			<guid isPermaLink="false">24955@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I am using Display.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Remove Featured Image in Post View - [HELP]"</title>
			<link>http://www.kriesi.at/support/topic/remove-featured-image-in-post-view-help#post-24027</link>
			<pubDate>Wed, 03 Aug 2011 06:27:20 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">24027@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Which theme are you using?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jamimullikin on "Remove Featured Image in Post View - [HELP]"</title>
			<link>http://www.kriesi.at/support/topic/remove-featured-image-in-post-view-help#post-24024</link>
			<pubDate>Wed, 03 Aug 2011 03:14:38 +0000</pubDate>
			<dc:creator>jamimullikin</dc:creator>
			<guid isPermaLink="false">24024@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I am trying to remove the featured image on my post view as well but the code above is no where in my single.php file. the site is westburygraphicdesign.com
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Remove Featured Image in Post View - [HELP]"</title>
			<link>http://www.kriesi.at/support/topic/remove-featured-image-in-post-view-help#post-23959</link>
			<pubDate>Tue, 02 Aug 2011 07:34:48 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">23959@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ewenboey on "Remove Featured Image in Post View - [HELP]"</title>
			<link>http://www.kriesi.at/support/topic/remove-featured-image-in-post-view-help#post-23938</link>
			<pubDate>Tue, 02 Aug 2011 03:33:12 +0000</pubDate>
			<dc:creator>ewenboey</dc:creator>
			<guid isPermaLink="false">23938@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Oh ok, thanks for that.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Custom Navigation Bar"</title>
			<link>http://www.kriesi.at/support/topic/custom-navigation-bar#post-23808</link>
			<pubDate>Sat, 30 Jul 2011 10:00:20 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">23808@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that you solved the problem :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wspider on "Custom Navigation Bar"</title>
			<link>http://www.kriesi.at/support/topic/custom-navigation-bar#post-23765</link>
			<pubDate>Fri, 29 Jul 2011 12:26:06 +0000</pubDate>
			<dc:creator>wspider</dc:creator>
			<guid isPermaLink="false">23765@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok, I got it figured out. Playing around with Dev Tools in Firefox, found that it's linked to &#34;.catnav li&#34; .... not &#34;.nav li&#34;, once I made that change the color popped up.  Thanks for getting me in the right direction with the mod, without your help I probably wouldn't have figured out how to make this happen.&#60;/p&#62;
&#60;p&#62;Much appreciated!&#60;/p&#62;
&#60;p&#62;Erik
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wspider on "Custom Navigation Bar"</title>
			<link>http://www.kriesi.at/support/topic/custom-navigation-bar#post-23762</link>
			<pubDate>Fri, 29 Jul 2011 12:03:38 +0000</pubDate>
			<dc:creator>wspider</dc:creator>
			<guid isPermaLink="false">23762@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey guys, no luck. I viewed the source and I'm using style3.css - I put the following at the bottom of the style sheet ...&#60;/p&#62;
&#60;p&#62;.nav li a[href=&#34;http://chestermagazine.com/people-places&#34;] {&#60;br /&#62;
      background-color: #8e86a6;&#60;br /&#62;
    }&#60;/p&#62;
&#60;p&#62;... but it doesn't change. Just out of curiosity, I tried 1/2/4.css as well, and no luck.&#60;/p&#62;
&#60;p&#62;Is there something I'm doing wrong?  Or is there another area that needs to be edited?&#60;/p&#62;
&#60;p&#62;I'll turn off Maintenance Mode so you can look at the URL -- &#60;a href=&#34;http://chestermagazine.com/&#34; rel=&#34;nofollow&#34;&#62;http://chestermagazine.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Appreciate your help.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Erik
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Remove Featured Image in Post View - [HELP]"</title>
			<link>http://www.kriesi.at/support/topic/remove-featured-image-in-post-view-help#post-23684</link>
			<pubDate>Thu, 28 Jul 2011 14:52:51 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">23684@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
this is not possible. You can use only the featured image as thumbnail and not a content main image.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ewenboey on "Remove Featured Image in Post View - [HELP]"</title>
			<link>http://www.kriesi.at/support/topic/remove-featured-image-in-post-view-help#post-23664</link>
			<pubDate>Thu, 28 Jul 2011 09:55:40 +0000</pubDate>
			<dc:creator>ewenboey</dc:creator>
			<guid isPermaLink="false">23664@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;I've got a similar question.&#60;/p&#62;
&#60;p&#62;I want to display my article's image as a main image (not the thumbnail) like what Daven has on his page above. At the same time, I want my feature image to appear as a thumbnail on my home page and to also feature on the accordion slider.&#60;/p&#62;
&#60;p&#62;Is it possible to do so? Any help is really appreciated, thanks!&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ewen
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wspider on "Custom Navigation Bar"</title>
			<link>http://www.kriesi.at/support/topic/custom-navigation-bar#post-23522</link>
			<pubDate>Tue, 26 Jul 2011 13:22:22 +0000</pubDate>
			<dc:creator>wspider</dc:creator>
			<guid isPermaLink="false">23522@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Very cool Chris, thank you for your assistance, I'll give this a whirl.&#60;/p&#62;
&#60;p&#62;Appreciate the help!&#60;/p&#62;
&#60;p&#62;Erik
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "sidebar left + content + sidebar right"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-left-content-sidebar-right#post-23499</link>
			<pubDate>Tue, 26 Jul 2011 09:03:10 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">23499@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
you can create custom widget areas for categories. Go to Newscast Options &#38;gt; Sidebar &#38;amp; Footer and select your required categories there. Then you can add widgets for these categories (Appearance &#38;gt; Widgets). I'd use a textwidget to insert images.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ceciliam on "sidebar left + content + sidebar right"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-left-content-sidebar-right#post-23495</link>
			<pubDate>Tue, 26 Jul 2011 08:48:21 +0000</pubDate>
			<dc:creator>ceciliam</dc:creator>
			<guid isPermaLink="false">23495@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hi. first of all thank you for your theme I think it's fantastic.&#60;/p&#62;
&#60;p&#62;I need to customize the sidebars I'd like to change the category in news (and add other news) and change the pages in Gallery, where I'd like to insert some images.. can you help me? thank you in advance
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "show category description on blog pages / archives"</title>
			<link>http://www.kriesi.at/support/topic/show-category-description-on-blog-pages-archives#post-23486</link>
			<pubDate>Tue, 26 Jul 2011 06:55:45 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">23486@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
you can use following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
						$category_description = category_description();
						if ( ! empty( $category_description ) )
							echo apply_filters( &#38;#39;category_archive_meta&#38;#39;, &#38;#39;&#38;lt;div class=&#38;quot;category-archive-meta&#38;quot;&#38;gt;&#38;#39; . $category_description . &#38;#39;&#38;lt;/div&#38;gt;&#38;#39; );
					?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;for the category description. I.e. you can insert it in archive.php after:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php /* If this is a paged archive */ } elseif (isset($_GET[&#38;#39;paged&#38;#39;]) &#38;amp;&#38;amp; !empty($_GET[&#38;#39;paged&#38;#39;])) { ?&#38;gt;
				&#38;lt;?php _e(&#38;#39;Blog Archives&#38;#39;,&#38;#39;newscast&#38;#39;); ?&#38;gt;
				&#38;lt;?php } ?&#38;gt;&#38;lt;/h2&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Visum on "show category description on blog pages / archives"</title>
			<link>http://www.kriesi.at/support/topic/show-category-description-on-blog-pages-archives#post-23421</link>
			<pubDate>Mon, 25 Jul 2011 12:07:45 +0000</pubDate>
			<dc:creator>Visum</dc:creator>
			<guid isPermaLink="false">23421@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hi there&#60;br /&#62;
i have looked and looked and searched and searched the forum to no avail.&#60;/p&#62;
&#60;p&#62;categories have descriptions and i would like to show the category description on the archive and blog list pages (not single post) bu the archive.php&#60;/p&#62;
&#60;p&#62;any idea how to do this? (newscast theme)&#60;/p&#62;
&#60;p&#62;thanks&#60;br /&#62;
Darren
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Dropdown Menu&#039;s"</title>
			<link>http://www.kriesi.at/support/topic/dropdown-menus#post-23383</link>
			<pubDate>Sun, 24 Jul 2011 11:26:10 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">23383@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You need to add featured images to your slider posts. A featured image is uploaded by &#34;Set featured image =&#38;gt; Pick image =&#38;gt; Use as featured image&#34; (below the post thumbnail options). I think you clicked on &#34;Set featured image&#34;, then you picked an image but clicked on &#34;Insert into post&#34; afterwards. This will insert the image into the post content but it won't create a featured image :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hurricanewho on "Dropdown Menu&#039;s"</title>
			<link>http://www.kriesi.at/support/topic/dropdown-menus#post-23379</link>
			<pubDate>Sun, 24 Jul 2011 09:12:16 +0000</pubDate>
			<dc:creator>hurricanewho</dc:creator>
			<guid isPermaLink="false">23379@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks!&#60;/p&#62;
&#60;p&#62;Also.. is there a  FAQ or Tutorial on the Accordian Slider?? My images seem to be not populating, and I am sure I am just missing a step.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Dropdown Menu&#039;s"</title>
			<link>http://www.kriesi.at/support/topic/dropdown-menus#post-23372</link>
			<pubDate>Sun, 24 Jul 2011 08:17:06 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">23372@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
you can create custom menus - go to Appearance &#38;gt; Menus and create two menus. The top one must be called &#34;First&#34; and the lower menu &#34;Second&#34;. If you don't add sub menu items to the second menu you want get a dropdown list. A short tutorial about menus can be found 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>hurricanewho on "Dropdown Menu&#039;s"</title>
			<link>http://www.kriesi.at/support/topic/dropdown-menus#post-23369</link>
			<pubDate>Sun, 24 Jul 2011 05:38:55 +0000</pubDate>
			<dc:creator>hurricanewho</dc:creator>
			<guid isPermaLink="false">23369@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Greetings,&#60;/p&#62;
&#60;p&#62;Is there a way that you can turn off the dropdown menus from the lower menu bar, but keep them from the main one on the top?&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;Jarrod
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Custom Navigation Bar"</title>
			<link>http://www.kriesi.at/support/topic/custom-navigation-bar#post-23356</link>
			<pubDate>Sat, 23 Jul 2011 21:44:49 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">23356@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;depending on which site theme you're using you can edit your style1/2/3/4.css and add link styling to the bottom of this file.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.nav li a[href=&#38;quot;http://google.com&#38;quot;] {
      background-color: #ff0099;
    }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The above will change the background color of a link to google in your navigation to a bright pink. Replace the url in the code by your link and replace the color code to your liking.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wspider on "Custom Navigation Bar"</title>
			<link>http://www.kriesi.at/support/topic/custom-navigation-bar#post-23282</link>
			<pubDate>Fri, 22 Jul 2011 13:51:03 +0000</pubDate>
			<dc:creator>wspider</dc:creator>
			<guid isPermaLink="false">23282@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok, so this might be too custom to ask how to do it, but thought I'd give it a shot and if it is maybe you can point me in the right direction on where to get help.  I want to do a navigation bar like the one here -- &#60;a href=&#34;http://www.readcharlie.com&#34; rel=&#34;nofollow&#34;&#62;http://www.readcharlie.com&#60;/a&#62; -- where each category has it's own color. Is this possible to do within the confines of the theme CSS?&#60;/p&#62;
&#60;p&#62;Thanks for the help!&#60;/p&#62;
&#60;p&#62;Erik
&#60;/p&#62;</description>
		</item>
		<item>
			<title>simonadp on "sidebar left + content + sidebar right"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-left-content-sidebar-right#post-23025</link>
			<pubDate>Mon, 18 Jul 2011 16:12:46 +0000</pubDate>
			<dc:creator>simonadp</dc:creator>
			<guid isPermaLink="false">23025@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;ok, it works! now i have two sidebars, one on the left and one on the right. but they are exactly the same.&#60;/p&#62;
&#60;p&#62;before you wrote &#34;You need to create a new widget area for the other sidebar though because you can't use the standard 2 columns option anymore.&#34;&#60;/p&#62;
&#60;p&#62;can you help me to understand this?&#60;/p&#62;
&#60;p&#62;how can i create a new widget area and distinguish one from the other? &#60;/p&#62;
&#60;p&#62;i need also to create two different style classes.&#60;/p&#62;
&#60;p&#62;sorry if i'm insistent. your theme is the one that almost fits with my client's needs. i have only to solve this (not little) problem.&#60;/p&#62;
&#60;p&#62;thanks for your patience.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "sidebar left + content + sidebar right"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-left-content-sidebar-right#post-23021</link>
			<pubDate>Mon, 18 Jul 2011 15:53:24 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">23021@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Under Newscast Options &#38;gt; Sidebar Options choose the one sidebar column layout - this should solve your problem. Please be aware that I can't look into it in detail because it's not within the scope of this support forum - as James pointed out in this thread: &#60;a href=&#34;http://www.kriesi.at/support/topic/some-layout-questions&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/some-layout-questions&#60;/a&#62; you can hire someone to do the customization for you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>simonadp on "sidebar left + content + sidebar right"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-left-content-sidebar-right#post-23017</link>
			<pubDate>Mon, 18 Jul 2011 14:27:34 +0000</pubDate>
			<dc:creator>simonadp</dc:creator>
			<guid isPermaLink="false">23017@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;sorry, be patient. i didn't understand it.&#60;/p&#62;
&#60;p&#62;i have two files: sidebar-left.php and sidebar-right.php (with the same code as the old sidebar.php).&#60;/p&#62;
&#60;p&#62;i replaced the code you told me in both files:&#60;br /&#62;
$sidebarSize = ' fullwidth_sidebar';&#60;/p&#62;
&#60;p&#62;but the result is 4 larges columns. &#60;/p&#62;
&#60;p&#62;please, can you tell me what code i have do delete from each file? i tried to delete the div (where there is the php condition &#34;if...else&#34;) but i get php errors.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "sidebar left + content + sidebar right"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-left-content-sidebar-right#post-23013</link>
			<pubDate>Mon, 18 Jul 2011 13:57:31 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">23013@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'd change following code in sidebar.php:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if($k_option[&#38;#39;includes&#38;#39;][&#38;#39;sidebarCount&#38;#39;] != 2) $sidebarSize = &#38;#39; fullwidth_sidebar&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$sidebarSize = &#38;#39; fullwidth_sidebar&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and style the fullwidth sidebar accordingly. You need to create a new widget area for the other sidebar though because you can't use the standard 2 columns option anymore.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>simonadp on "sidebar left + content + sidebar right"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-left-content-sidebar-right#post-23006</link>
			<pubDate>Mon, 18 Jul 2011 12:55:41 +0000</pubDate>
			<dc:creator>simonadp</dc:creator>
			<guid isPermaLink="false">23006@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;sorry, just to be more precise. i know that i have to customize the css after, i'll do it by myself. i just need to know which content (php rows syntax) i have to delete from the two files.&#60;br /&#62;
thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>simonadp on "sidebar left + content + sidebar right"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-left-content-sidebar-right#post-23004</link>
			<pubDate>Mon, 18 Jul 2011 12:51:55 +0000</pubDate>
			<dc:creator>simonadp</dc:creator>
			<guid isPermaLink="false">23004@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hello. first of all thank you for your theme and this professional support platform.&#60;/p&#62;
&#60;p&#62;i need to customize the sidebars order, showing them in this order: &#60;/p&#62;
&#60;p&#62;sidebar left + content + sidebar right&#60;/p&#62;
&#60;p&#62;i followed your instructions here:&#60;br /&#62;
&#60;a href=&#34;http://www.kriesi.at/support/topic/some-layout-questions#post-14372&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/some-layout-questions#post-14372&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;so i duplicated the sidebars, that i renamed &#34;sidebar-left.php&#34; and &#34;sidebars-right.php&#34;, recalling them in the index.php.&#60;/p&#62;
&#60;p&#62;it works, but i need to know what i have to delete in the two sidebar files to separate the content. &#60;/p&#62;
&#60;p&#62;i tried to delete the div boxes, but i still have an empty column now. how can i delete the column? sorry, i'm not so good in php.&#60;/p&#62;
&#60;p&#62;can you help me please?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
