<?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: iridaproduzioni</title>
		<link><a href='http://www.kriesi.at/support/profile/iridaproduzioni'>iridaproduzioni</a></link>
		<description>Support Forum - User Favorites: iridaproduzioni</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 15:40:20 +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>Devin on "Velvet version 1.2 update"</title>
			<link>http://www.kriesi.at/support/topic/velvet-version-12-update#post-75177</link>
			<pubDate>Mon, 10 Sep 2012 13:49:06 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">75177@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Fabrizio,&#60;/p&#62;
&#60;p&#62;That is a mistake it looks like. The theme was updated but the stylesheet that tells wordpress which version it is wasn't updated to say 1.2.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>iridaproduzioni on "Velvet version 1.2 update"</title>
			<link>http://www.kriesi.at/support/topic/velvet-version-12-update#post-74657</link>
			<pubDate>Thu, 06 Sep 2012 11:52:37 +0000</pubDate>
			<dc:creator>iridaproduzioni</dc:creator>
			<guid isPermaLink="false">74657@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, did you updated Velvet to a new version (1.2)?&#60;br /&#62;
I downloaded it but the Style.css still have the old version number (1.1.6).&#60;/p&#62;
&#60;p&#62;Reguards&#60;br /&#62;
Fabrizio
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Menu allignment"</title>
			<link>http://www.kriesi.at/support/topic/menu-allignment#post-46625</link>
			<pubDate>Fri, 16 Mar 2012 20:05:29 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">46625@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that you found a fix. Some of the older themes from Kriesi aren't as bendable for every circumstance so you've gotta have a little bit of give when customizing them.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thoddi on "Menu allignment"</title>
			<link>http://www.kriesi.at/support/topic/menu-allignment#post-46237</link>
			<pubDate>Wed, 14 Mar 2012 14:08:20 +0000</pubDate>
			<dc:creator>thoddi</dc:creator>
			<guid isPermaLink="false">46237@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I discovered that it has to do with the number of menu items. I removed a couple and left only 4 main items, and it popped right in place on the right side of the logo. I think I will just add some sub-menus to the main menu, and hope to solve it that way.&#60;/p&#62;
&#60;p&#62;Thanks so far:-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thoddi on "Menu allignment"</title>
			<link>http://www.kriesi.at/support/topic/menu-allignment#post-46220</link>
			<pubDate>Wed, 14 Mar 2012 12:25:01 +0000</pubDate>
			<dc:creator>thoddi</dc:creator>
			<guid isPermaLink="false">46220@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, thanks!&#60;/p&#62;
&#60;p&#62;This fix divided the navbar onto two lines... the last menu item was forced to go on a new line. I changed the padding to 10px to keep it on one line. &#60;/p&#62;
&#60;p&#62;But it's not quite what I'm looking for... I'd like the menu to stay to the right of the logo, and not under it. More like you have it on the demo page, and how it appears if I turn on the main menu from the demo content. &#60;/p&#62;
&#60;p&#62;How's that done?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Menu allignment"</title>
			<link>http://www.kriesi.at/support/topic/menu-allignment#post-46089</link>
			<pubDate>Tue, 13 Mar 2012 21:20:18 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">46089@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi thoddi,&#60;/p&#62;
&#60;p&#62;Change your menu items from using a set width to padding for the spacing:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.main_menu .menu &#38;gt; li{
float:left;
padding: 20px;
line-height: 1.6em;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>thoddi on "Menu allignment"</title>
			<link>http://www.kriesi.at/support/topic/menu-allignment#post-45837</link>
			<pubDate>Mon, 12 Mar 2012 11:41:23 +0000</pubDate>
			<dc:creator>thoddi</dc:creator>
			<guid isPermaLink="false">45837@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have the same problem, but your CSS-fix doesn't seem to work at my page... Could you have a look and tell me why my menu items are not evenly distributed? &#60;a href=&#34;http://pastabakeriet.no/beta/&#34; rel=&#34;nofollow&#34;&#62;http://pastabakeriet.no/beta/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;PS! I take it that it is the page_id you're referring to when you say that &#34;Each menu item has its own id&#34;?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Menu allignment"</title>
			<link>http://www.kriesi.at/support/topic/menu-allignment#post-32398</link>
			<pubDate>Fri, 18 Nov 2011 21:58:45 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">32398@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that Dude could help :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>iridaproduzioni on "Menu allignment"</title>
			<link>http://www.kriesi.at/support/topic/menu-allignment#post-32396</link>
			<pubDate>Fri, 18 Nov 2011 21:54:23 +0000</pubDate>
			<dc:creator>iridaproduzioni</dc:creator>
			<guid isPermaLink="false">32396@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks&#60;br /&#62;
Fbrz
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Menu allignment"</title>
			<link>http://www.kriesi.at/support/topic/menu-allignment#post-31648</link>
			<pubDate>Thu, 10 Nov 2011 18:30:31 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">31648@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can only adjust each menu item width individually then. Open up custom.css and add the code like:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;li.menu-item-2097{
width: 60px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Each menu item has its own id - i.e. in this case 2097. You can find the id in the source code (right click &#38;gt; view source code). For each menu item duplicate the code above and change the item id + width value.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>iridaproduzioni on "Menu allignment"</title>
			<link>http://www.kriesi.at/support/topic/menu-allignment#post-31622</link>
			<pubDate>Thu, 10 Nov 2011 09:11:37 +0000</pubDate>
			<dc:creator>iridaproduzioni</dc:creator>
			<guid isPermaLink="false">31622@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I've tryed as you say, but I don't think it's the padding.&#60;/p&#62;
&#60;p&#62;It's like if you have five fixed columns: If you fill each column with words of different lengths, the distance between each item depends on the length of each word&#60;/p&#62;
&#60;p&#62;But if the columns are not fixed, if they fit the length of the word, then the space between each text item will depend on the padding.&#60;/p&#62;
&#60;p&#62;This is what I think, but only in theory, because I am not a programmer.&#60;/p&#62;
&#60;p&#62;Per il momento lascio tutto com'è. If you have any idea about what I'm sayng, please tell me.&#60;/p&#62;
&#60;p&#62;Thanks for your time&#60;/p&#62;
&#60;p&#62;Fabrizio
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Menu allignment"</title>
			<link>http://www.kriesi.at/support/topic/menu-allignment#post-31603</link>
			<pubDate>Thu, 10 Nov 2011 06:01:15 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">31603@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
in your style.css find:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;.main_menu .menu &#38;gt; li&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;change it to&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.main_menu .menu &#38;gt; li {
     float: left;
     line-height: 1.6em;
     padding: 0pt 20px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;In your custom.css remove the width you've set for the same item. The width shouldn't be stated anywhere for this item. The padding:0pt 20px; =&#38;gt; the 20 controls the padding on the left &#38;amp; right of the element, you can change this to any value you'd like.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>iridaproduzioni on "Menu allignment"</title>
			<link>http://www.kriesi.at/support/topic/menu-allignment#post-31538</link>
			<pubDate>Wed, 09 Nov 2011 11:03:56 +0000</pubDate>
			<dc:creator>iridaproduzioni</dc:creator>
			<guid isPermaLink="false">31538@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry,&#60;br /&#62;
something like THIS:&#60;/p&#62;
&#60;p&#62;HOME (------------) CHI SIAMO (-----) ATELIER (-----) BLOG (------------) CONTATTI&#60;/p&#62;
&#60;p&#62;bye&#60;br /&#62;
fbrz
&#60;/p&#62;</description>
		</item>
		<item>
			<title>iridaproduzioni on "Menu allignment"</title>
			<link>http://www.kriesi.at/support/topic/menu-allignment#post-31537</link>
			<pubDate>Wed, 09 Nov 2011 11:02:20 +0000</pubDate>
			<dc:creator>iridaproduzioni</dc:creator>
			<guid isPermaLink="false">31537@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I didn't solve it.&#60;br /&#62;
On the top menu I still have more white space between &#34;HOME&#34; and &#34;CHI SIAMO&#34; than the space between &#34;CHI SIAMO&#34; and &#34;ATELIER&#34;. The same, &#34;ATELIER&#34; and &#34;BLOG&#34; are closer than &#34;BLOG&#34; and &#34;CONTACT&#34;.&#60;/p&#62;
&#60;p&#62;Something like this:&#60;/p&#62;
&#60;p&#62;HOME              CHI SIAMO      ATELIER       BLOG              CONTATTI&#60;/p&#62;
&#60;p&#62;Reguards&#60;br /&#62;
fbrz
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Menu allignment"</title>
			<link>http://www.kriesi.at/support/topic/menu-allignment#post-31514</link>
			<pubDate>Wed, 09 Nov 2011 08:07:48 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">31514@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
did you solve the problem? As far as I can see the spaces are constant on your website now.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>iridaproduzioni on "Menu allignment"</title>
			<link>http://www.kriesi.at/support/topic/menu-allignment#post-31436</link>
			<pubDate>Tue, 08 Nov 2011 11:26:03 +0000</pubDate>
			<dc:creator>iridaproduzioni</dc:creator>
			<guid isPermaLink="false">31436@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
have another question about top menu in &#60;a href=&#34;http://www.madoridesign.com&#34; rel=&#34;nofollow&#34;&#62;http://www.madoridesign.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The white space between menu items isn't constant (like it is in &#60;a href=&#34;http://salon.angelica.co.za)&#34; rel=&#34;nofollow&#34;&#62;http://salon.angelica.co.za)&#60;/a&#62;.&#60;br /&#62;
It seems to be related to the length of the item: the space between &#34;Chi siamo&#34; and &#34;Atelier&#34; is less than the one between &#34;Blog&#34; and &#34;Contatti&#34;.&#60;br /&#62;
Is there a way to have this white space fixed?&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
fbrz
&#60;/p&#62;</description>
		</item>
		<item>
			<title>iridaproduzioni on "Menu allignment"</title>
			<link>http://www.kriesi.at/support/topic/menu-allignment#post-31430</link>
			<pubDate>Tue, 08 Nov 2011 08:58:43 +0000</pubDate>
			<dc:creator>iridaproduzioni</dc:creator>
			<guid isPermaLink="false">31430@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you,&#60;br /&#62;
solved with your help and this topic: &#60;a href=&#34;http://www.kriesi.at/support/topic/modifying-the-velvet-menus&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/modifying-the-velvet-menus&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;bye&#60;br /&#62;
fbrz
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Menu allignment"</title>
			<link>http://www.kriesi.at/support/topic/menu-allignment#post-31275</link>
			<pubDate>Sun, 06 Nov 2011 03:11:53 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">31275@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
in your style.css you can find&#60;br /&#62;
&#60;code&#62;.main_menu .menu &#38;gt; li&#60;/code&#62;&#60;br /&#62;
between the brackets you can change the width value to whatever you'd like, I think 100px is a good value.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>iridaproduzioni on "Featured images in portfolio and blog articles"</title>
			<link>http://www.kriesi.at/support/topic/featured-images-in-portfolio-and-blog-articles#post-31235</link>
			<pubDate>Sat, 05 Nov 2011 13:00:19 +0000</pubDate>
			<dc:creator>iridaproduzioni</dc:creator>
			<guid isPermaLink="false">31235@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I think that I'll use featured images in blog article as they are by default on your theme.&#60;br /&#62;
Thank you very mutch&#60;br /&#62;
Fbrz
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Breadcrumbs in velvet template?"</title>
			<link>http://www.kriesi.at/support/topic/breadcrumbs-in-velvet-template#post-31230</link>
			<pubDate>Sat, 05 Nov 2011 07:42:13 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">31230@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>iridaproduzioni on "Breadcrumbs in velvet template?"</title>
			<link>http://www.kriesi.at/support/topic/breadcrumbs-in-velvet-template#post-31217</link>
			<pubDate>Fri, 04 Nov 2011 22:25:35 +0000</pubDate>
			<dc:creator>iridaproduzioni</dc:creator>
			<guid isPermaLink="false">31217@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you!&#60;br /&#62;
Fbrz
&#60;/p&#62;</description>
		</item>
		<item>
			<title>iridaproduzioni on "Menu allignment"</title>
			<link>http://www.kriesi.at/support/topic/menu-allignment#post-31216</link>
			<pubDate>Fri, 04 Nov 2011 22:14:18 +0000</pubDate>
			<dc:creator>iridaproduzioni</dc:creator>
			<guid isPermaLink="false">31216@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I've a question about the main menu area. I've now six items on my menu &#60;a href=&#34;http://www.madoridesign.com&#34; rel=&#34;nofollow&#34;&#62;http://www.madoridesign.com&#60;/a&#62; (home, chi siamo, atelier, progetti, contatti, blog). The menu area goes under the logo image instead being beside it. Just to explain batter, I need it to be like this mai menu: &#60;a href=&#34;http://salon.angelica.co.za&#34; rel=&#34;nofollow&#34;&#62;http://salon.angelica.co.za&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;Can you help me?&#60;/p&#62;
&#60;p&#62;Reguards&#60;br /&#62;
Fbrz
&#60;/p&#62;</description>
		</item>
		<item>
			<title>iridaproduzioni on "Featured images in portfolio and blog articles"</title>
			<link>http://www.kriesi.at/support/topic/featured-images-in-portfolio-and-blog-articles#post-31202</link>
			<pubDate>Fri, 04 Nov 2011 15:30:57 +0000</pubDate>
			<dc:creator>iridaproduzioni</dc:creator>
			<guid isPermaLink="false">31202@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok,&#60;br /&#62;
maybe I do something wrong.&#60;br /&#62;
1) I edit custom.css with the code you gave me.&#60;br /&#62;
2) I edit an article and choose an image from &#34;Add Featured Media&#34; tool.&#60;br /&#62;
3) That's wat I see: &#60;a href=&#34;http://www.madoridesign.com/2011/09/28/siamo-on-line/&#34; rel=&#34;nofollow&#34;&#62;http://www.madoridesign.com/2011/09/28/siamo-on-line/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It's supposed not to have the image on the top of the article but just see it in the blog archive.&#60;/p&#62;
&#60;p&#62;Can you tell me where I do wrong?&#60;/p&#62;
&#60;p&#62;fbrz
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Featured images in portfolio and blog articles"</title>
			<link>http://www.kriesi.at/support/topic/featured-images-in-portfolio-and-blog-articles#post-31126</link>
			<pubDate>Thu, 03 Nov 2011 18:42:01 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">31126@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
you can put the code into velvet/css/custom.css (you need to use a ftp software like filezilla to access the file).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Eliminate page title in feature heading"</title>
			<link>http://www.kriesi.at/support/topic/eliminate-page-title-in-feature-heading#post-31125</link>
			<pubDate>Thu, 03 Nov 2011 18:40:45 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">31125@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>iridaproduzioni on "Featured images in portfolio and blog articles"</title>
			<link>http://www.kriesi.at/support/topic/featured-images-in-portfolio-and-blog-articles#post-31106</link>
			<pubDate>Thu, 03 Nov 2011 15:38:59 +0000</pubDate>
			<dc:creator>iridaproduzioni</dc:creator>
			<guid isPermaLink="false">31106@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
excuse me for my stupid question (I'm a code novice)&#60;br /&#62;
but where should I write this css code?&#60;br /&#62;
Not in Quick CSS, cause it doesn't work there. :-(&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
fbrz
&#60;/p&#62;</description>
		</item>
		<item>
			<title>iridaproduzioni on "Eliminate page title in feature heading"</title>
			<link>http://www.kriesi.at/support/topic/eliminate-page-title-in-feature-heading#post-31104</link>
			<pubDate>Thu, 03 Nov 2011 15:21:02 +0000</pubDate>
			<dc:creator>iridaproduzioni</dc:creator>
			<guid isPermaLink="false">31104@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Dude,&#60;br /&#62;
for your help and speed!&#60;/p&#62;
&#60;p&#62;fbrz
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Featured images in portfolio and blog articles"</title>
			<link>http://www.kriesi.at/support/topic/featured-images-in-portfolio-and-blog-articles#post-31088</link>
			<pubDate>Thu, 03 Nov 2011 12:14:36 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">31088@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
you can hide the slideshow with following css code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.single .slideshow{
display: none;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Dude on "Breadcrumbs in velvet template?"</title>
			<link>http://www.kriesi.at/support/topic/breadcrumbs-in-velvet-template#post-31087</link>
			<pubDate>Thu, 03 Nov 2011 12:09:35 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">31087@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
it requires some manual editing and a plugin like: &#60;a href=&#34;http://wordpress.org/extend/plugins/breadcrumb-navxt/installation/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/breadcrumb-navxt/installation/&#60;/a&#62;. I'd add the plugin code to header.php before following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;/div&#38;gt;
			&#38;lt;!-- end container_wrap_header --&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;- i.e. it woild look like:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;breadcrumbs&#38;quot;&#38;gt;
&#38;lt;?php
if(function_exists(&#38;#39;bcn_display&#38;#39;))
{
    bcn_display();
}
?&#38;gt;
&#38;lt;/div&#38;gt;

&#38;lt;/div&#38;gt;
			&#38;lt;!-- end container_wrap_header --&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Dude on "Eliminate page title in feature heading"</title>
			<link>http://www.kriesi.at/support/topic/eliminate-page-title-in-feature-heading#post-31086</link>
			<pubDate>Thu, 03 Nov 2011 12:08:00 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">31086@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
use following code to hide the title (quiick css field or css/custom.css):&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.home .post-title{
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Our forum software doesn't offer email notifications atm.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
