<?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: raffoz</title>
		<link><a href='http://www.kriesi.at/support/profile/raffoz'>raffoz</a></link>
		<description>Support Forum - User Favorites: raffoz</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 01:38:50 +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>Ismael on "Email from the contact form"</title>
			<link>http://www.kriesi.at/support/topic/email-from-the-contact-form#post-87739</link>
			<pubDate>Wed, 12 Dec 2012 05:11:08 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">87739@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Thank you for the solution. A lot of users can benefit from this. &#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>raffoz on "Email from the contact form"</title>
			<link>http://www.kriesi.at/support/topic/email-from-the-contact-form#post-87700</link>
			<pubDate>Tue, 11 Dec 2012 22:42:06 +0000</pubDate>
			<dc:creator>raffoz</dc:creator>
			<guid isPermaLink="false">87700@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;They answered me and they solved the problem.&#60;br /&#62;
I apllied the solution and now everything works… :)&#60;/p&#62;
&#60;p&#62;I post the solution here, so maybe someone could use it… :)&#60;/p&#62;
&#60;p&#62;--------------&#60;/p&#62;
&#60;p&#62;Sorry to hear about your website mail form issues. We made some policy&#60;br /&#62;
changes regarding SMTP server usage recently:&#60;br /&#62;
&#60;a href=&#34;http://www.dreamhoststatus.com/2012/04/04/improvements-to-outgoing-spam-prevention-policy/&#34; rel=&#34;nofollow&#34;&#62;http://www.dreamhoststatus.com/2012/04/04/improvements-to-outgoing-spam-prevention-policy/&#60;/a&#62;&#60;br /&#62;
This new policy change started in April, and is nearing phase completion&#60;br /&#62;
now for all our clients.&#60;/p&#62;
&#60;p&#62;If you are trying to send emails from your website using an&#60;br /&#62;
unauthenticated email alias (web visitor's email) to our smtp&#60;br /&#62;
servers(dreamhost),&#60;br /&#62;
they will be rejected because our smtp servers don't allow relaying for&#60;br /&#62;
spam reasons(from non-dreamhost email accounts). &#60;/p&#62;
&#60;p&#62;For example, your webform&#60;br /&#62;
shows that the FROM(web visitor email) section is what the website&#60;br /&#62;
visitor inputs from your site. This is a problem because our smtp servers&#60;br /&#62;
where your website is hosted, does not allow email relaying from&#60;br /&#62;
unauthenticated email accounts not hosted on Dreamhost. &#60;/p&#62;
&#60;p&#62;Here is a copy of the last bounced message and error code:&#60;br /&#62;
To: &#60;a href=&#34;mailto:xxx@yourdomain.com&#34;&#62;xxx@yourdomain.com&#60;/a&#62;&#60;br /&#62;
Subject: Test (sent by contact form at xxx)&#60;br /&#62;
MIME-Version: 1.0&#60;br /&#62;
Content-type: text/html; charset=utf-8&#60;br /&#62;
From:yyy@gmail.com&#60;br /&#62;
Diagnostic-Code: smtp; 550 5.7.1 Sender domain not allowed.&#60;/p&#62;
&#60;p&#62;The reason why this message bounced was because your mail script or theme&#60;br /&#62;
is using the webvisitor's address instead&#60;br /&#62;
of a dreamhost hosted email account, and our spam protected smtp-relay&#60;br /&#62;
servers will reject this. You will need to implement&#60;br /&#62;
smtp authetication into your wordpress site.&#60;/p&#62;
&#60;p&#62;You will need to install &#38;amp; configure this WordPress plugin to use these&#60;br /&#62;
SMTP authentication settings:&#60;br /&#62;
&#60;a href=&#34;http://wordpress.org/extend/plugins/configure-smtp/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/configure-smtp/&#60;/a&#62;&#60;br /&#62;
If you install and use this plugin, this should correct all the&#60;br /&#62;
webforms/plugins on this site to use the settings you configured.&#60;/p&#62;
&#60;p&#62;Google SMTP authenticated settings:&#60;br /&#62;
smtp server: smtp.gmail.com&#60;br /&#62;
ssl is on&#60;br /&#62;
smtp authentication is on&#60;br /&#62;
port 465&#60;br /&#62;
user: &#60;a href=&#34;mailto:xxx@yourdomain.com&#34;&#62;xxx@yourdomain.com&#60;/a&#62;&#60;br /&#62;
pass: your password
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Email from the contact form"</title>
			<link>http://www.kriesi.at/support/topic/email-from-the-contact-form#post-87564</link>
			<pubDate>Tue, 11 Dec 2012 07:39:06 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">87564@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Kriesi (and also contact form 7) just use the standard php mail function: &#60;a href=&#34;http://php.net/manual/en/function.mail.php&#34; rel=&#34;nofollow&#34;&#62;http://php.net/manual/en/function.mail.php&#60;/a&#62; to send the mails. There's no easy way for the developer to change the &#34;from&#34;-header information without breaking the mail function. If the theme contact form and contact form 7 don't work for you you can try other contact forms like: &#60;a href=&#34;http://inoplugs.com/formidablepro&#34;&#62;Formidable&#60;/a&#62;. If you can't get it to work too you might want to switch the hoster.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>raffoz on "Email from the contact form"</title>
			<link>http://www.kriesi.at/support/topic/email-from-the-contact-form#post-87497</link>
			<pubDate>Mon, 10 Dec 2012 21:28:21 +0000</pubDate>
			<dc:creator>raffoz</dc:creator>
			<guid isPermaLink="false">87497@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;They told me this:&#60;/p&#62;
&#60;p&#62;I apologize for the inconvenience. &#60;/p&#62;
&#60;p&#62;I just verified that e-mail is flowing from your web server and there is&#60;br /&#62;
no backup of outgoing mail. &#60;/p&#62;
&#60;p&#62;It looks like the 'FROM&#34; address is not being set correctly reviewing&#60;br /&#62;
your &#34;xxx&#34; accounts mail logs. &#60;/p&#62;
&#60;p&#62;Please verify that the scripts you're using to send e-mail are using&#60;br /&#62;
valid envelope headers for a 'FROM' address that is *hosted in our&#60;br /&#62;
system*. Our updated anti-spam policies will block any outgoing messages&#60;br /&#62;
that are not coming from valid addresses hosted in our system. Note that&#60;br /&#62;
the &#34;REPLY-TO&#34; address can be an external address. &#60;/p&#62;
&#60;p&#62;If you have a specific example of an e-mail being sent with a valid&#60;br /&#62;
'FROM' address that is not making it out please give us the full&#60;br /&#62;
information for that message to we can search the logs. &#60;/p&#62;
&#60;p&#62;If you require further assistance let us know.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Email from the contact form"</title>
			<link>http://www.kriesi.at/support/topic/email-from-the-contact-form#post-87327</link>
			<pubDate>Mon, 10 Dec 2012 07:35:48 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">87327@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Did you try to contact your host? If Contact Form 7 doesn't work too it's probably a php mail() configuration issue and the host needs to check  the server configuration + error logs. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>raffoz on "Email from the contact form"</title>
			<link>http://www.kriesi.at/support/topic/email-from-the-contact-form#post-87326</link>
			<pubDate>Mon, 10 Dec 2012 05:21:41 +0000</pubDate>
			<dc:creator>raffoz</dc:creator>
			<guid isPermaLink="false">87326@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;yes, try now :)&#60;/p&#62;
&#60;p&#62;sometimes (very few) email are sent, sometimes (a lot) not…&#60;br /&#62;
i can't understand why… :(
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Email from the contact form"</title>
			<link>http://www.kriesi.at/support/topic/email-from-the-contact-form#post-87297</link>
			<pubDate>Mon, 10 Dec 2012 02:31:57 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">87297@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi raffoz,&#60;/p&#62;
&#60;p&#62;I tried to check your contact form but when I clicked the link on your name, I can't get inside, I think you have set it in Maintenance Mode (I'm just assuming because I didn't understand the language. )&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>raffoz on "Email from the contact form"</title>
			<link>http://www.kriesi.at/support/topic/email-from-the-contact-form#post-87268</link>
			<pubDate>Sun, 09 Dec 2012 22:36:11 +0000</pubDate>
			<dc:creator>raffoz</dc:creator>
			<guid isPermaLink="false">87268@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;p.s.: i tried the check email plugin and it works&#60;br /&#62;
p.s. 2: i tried the contact form 7 plugin and it doesn0t work&#60;/p&#62;
&#60;p&#62;i never had problem, before, in sending email and my host (dreamhost.com) allows me to do it
&#60;/p&#62;</description>
		</item>
		<item>
			<title>raffoz on "Email from the contact form"</title>
			<link>http://www.kriesi.at/support/topic/email-from-the-contact-form#post-87252</link>
			<pubDate>Sun, 09 Dec 2012 19:17:29 +0000</pubDate>
			<dc:creator>raffoz</dc:creator>
			<guid isPermaLink="false">87252@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I can't make the contact form to send email to the address set in the &#34;contact &#38;amp; social stuff&#34; options?&#60;/p&#62;
&#60;p&#62;Any idea? :(
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Edit language"</title>
			<link>http://www.kriesi.at/support/topic/edit-language#post-71406</link>
			<pubDate>Thu, 16 Aug 2012 17:12:32 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">71406@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi webdepot,&#60;/p&#62;
&#60;p&#62;You can translate the contact form in includes&#38;gt;contact-form.php.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>webdepot on "Edit language"</title>
			<link>http://www.kriesi.at/support/topic/edit-language#post-71404</link>
			<pubDate>Thu, 16 Aug 2012 17:09:40 +0000</pubDate>
			<dc:creator>webdepot</dc:creator>
			<guid isPermaLink="false">71404@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
Where can I change or translate the Contact Form text without using a translate plugin?&#60;/p&#62;
&#60;p&#62;thnks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "Sidebar on the right"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-on-the-right#post-40458</link>
			<pubDate>Mon, 06 Feb 2012 21:55:58 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">40458@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! I ve now had time to look into the issue more closely.&#60;/p&#62;
&#60;p&#62;Unfortunately this is a limitation by design at the moment. If you need a custom right sidebar for specific pages I recommend to do the following:&#60;/p&#62;
&#60;p&#62;Lets say you have a page called &#34;Welcome&#34; and you want it to have a custom right sidebar: first of all add the new widget area for this page in Flashlight Theme Options -&#38;gt; Sidebar.&#60;/p&#62;
&#60;p&#62;Then open your widget settings at appearance -&#38;gt; widgets: you will notice that you now got a new widget area for the welcome page. however if you add a widget to the area it will always display at the left side.&#60;/p&#62;
&#60;p&#62;If you want it to appear on the right add the following code to your to sidebar.php line 18:&#60;/p&#62;
&#60;pre&#62;
if(is_page('welcome'))
{
	get_sidebar('right');
	$nowidgets_left = true;
}
&#60;/pre&#62;
&#60;p&#62;if you would want to do the same for several pages (eg: sample Page, Contact and This is so cool) the code would look like this:&#60;/p&#62;
&#60;pre&#62;
if(is_page('welcome') &#124;&#124; is_page('sample-page') &#124;&#124; is_page('contact') &#124;&#124; is_page('this-is-so-cool') )
{
	get_sidebar('right');
	$nowidgets_left = true;
}
&#60;/pre&#62;
&#60;p&#62;At the moment this unfortunately needs to be hard coded. I will look for a better way to introduce that feature into the theme with an update.&#60;br /&#62;
Best regards&#60;/p&#62;
&#60;p&#62;Kriesi
&#60;/p&#62;</description>
		</item>
		<item>
			<title>raffoz on "Right sidebar"</title>
			<link>http://www.kriesi.at/support/topic/right-sidebar-1#post-39202</link>
			<pubDate>Sun, 29 Jan 2012 17:00:17 +0000</pubDate>
			<dc:creator>raffoz</dc:creator>
			<guid isPermaLink="false">39202@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Is possible to have a right sidebar?&#60;/p&#62;
&#60;p&#62;When i active it, everything still goes on left.&#60;br /&#62;
I think it'a a bug.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JoeLamari on "Sidebar on the right"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-on-the-right#post-38316</link>
			<pubDate>Sat, 21 Jan 2012 14:47:11 +0000</pubDate>
			<dc:creator>JoeLamari</dc:creator>
			<guid isPermaLink="false">38316@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I third this!!!! This needs to be fixed. I am having a terrible time trying to make the widgets and side bars work properly. The complete sidebar function MUST BE reworked for the theme to work with any sense of reason.&#60;/p&#62;
&#60;p&#62;Thanks for your support, but this is very frustrating.&#60;/p&#62;
&#60;p&#62;Joe
&#60;/p&#62;</description>
		</item>
		<item>
			<title>raffoz on "Sidebar on the right"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-on-the-right#post-37996</link>
			<pubDate>Wed, 18 Jan 2012 06:52:20 +0000</pubDate>
			<dc:creator>raffoz</dc:creator>
			<guid isPermaLink="false">37996@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry, but i'ma  customer, as every other...&#60;br /&#62;
We bought the product and we'd like to receive answer, especially to thing that appear as a bug...&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>raffoz on "Sidebar on the right"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-on-the-right#post-37450</link>
			<pubDate>Thu, 12 Jan 2012 13:18:14 +0000</pubDate>
			<dc:creator>raffoz</dc:creator>
			<guid isPermaLink="false">37450@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;up
&#60;/p&#62;</description>
		</item>
		<item>
			<title>raffoz on "Sidebar on the right"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-on-the-right#post-36910</link>
			<pubDate>Sat, 07 Jan 2012 22:24:31 +0000</pubDate>
			<dc:creator>raffoz</dc:creator>
			<guid isPermaLink="false">36910@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;do we have news?&#60;/p&#62;
&#60;p&#62;or if Kriesi doesn't answer, is there a way to have a right sidebar only for the blog?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lio119 on "Size of the &#34;heading font&#34;"</title>
			<link>http://www.kriesi.at/support/topic/size-of-the-heading-font#post-36827</link>
			<pubDate>Fri, 06 Jan 2012 21:14:25 +0000</pubDate>
			<dc:creator>lio119</dc:creator>
			<guid isPermaLink="false">36827@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Perfect! That worked, thanks Dude :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Size of the &#34;heading font&#34;"</title>
			<link>http://www.kriesi.at/support/topic/size-of-the-heading-font#post-36765</link>
			<pubDate>Fri, 06 Jan 2012 09:35:02 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">36765@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
use following code to adjust the font size:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .entry-mini h1.post-title {
    font-size: 50px;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>lio119 on "Size of the &#34;heading font&#34;"</title>
			<link>http://www.kriesi.at/support/topic/size-of-the-heading-font#post-36732</link>
			<pubDate>Thu, 05 Jan 2012 23:18:48 +0000</pubDate>
			<dc:creator>lio119</dc:creator>
			<guid isPermaLink="false">36732@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I did as you said, I copied and pasted this&#60;br /&#62;
h1{clear:both; font-size:20px; font-weight:normal; text-transform: none;}&#60;br /&#62;
h2{font-size:18px; clear:both; font-weight:normal; text-transform: none;}&#60;br /&#62;
h3, legend{font-size:12px; clear:both;}&#60;br /&#62;
h4{font-size:12px; clear:both; text-transform: uppercase;}&#60;br /&#62;
h5{font-size:11px; clear:both; text-transform: uppercase;}&#60;br /&#62;
h6{font-size:10px; clear:both; }&#60;/p&#62;
&#60;p&#62;into the blank space at the bottom of css/custom.css and then I played with the font sizes in there, but it didn't seem to change the font size on sakhr.co.uk/test (the bit that says &#34;Joining us from...&#34; - i want to get that all on one line).&#60;/p&#62;
&#60;p&#62;Many thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Main Menu highlighting in 3.3"</title>
			<link>http://www.kriesi.at/support/topic/main-menu-highlighting-in-33#post-36638</link>
			<pubDate>Thu, 05 Jan 2012 09:15:54 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">36638@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Great. I'll close the thread now :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>raffoz on "Main Menu highlighting in 3.3"</title>
			<link>http://www.kriesi.at/support/topic/main-menu-highlighting-in-33#post-36603</link>
			<pubDate>Wed, 04 Jan 2012 17:23:49 +0000</pubDate>
			<dc:creator>raffoz</dc:creator>
			<guid isPermaLink="false">36603@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;ok, the problem has been solved by WP 3.3.1...&#60;br /&#62;
was a bug of WP :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Sidebar on the right"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-on-the-right#post-36493</link>
			<pubDate>Wed, 04 Jan 2012 03:26:58 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">36493@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;I'll check again with Kriesi if he received Dude's notice.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>raffoz on "Sidebar on the right"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-on-the-right#post-36334</link>
			<pubDate>Mon, 02 Jan 2012 08:10:56 +0000</pubDate>
			<dc:creator>raffoz</dc:creator>
			<guid isPermaLink="false">36334@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;still waiting... i can't publish my site until the problem is solved...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>raffoz on "Main Menu highlighting in 3.3"</title>
			<link>http://www.kriesi.at/support/topic/main-menu-highlighting-in-33#post-36135</link>
			<pubDate>Fri, 30 Dec 2011 01:54:22 +0000</pubDate>
			<dc:creator>raffoz</dc:creator>
			<guid isPermaLink="false">36135@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;in my case, it doesn't work in flashlight 1.3 and 1.4
&#60;/p&#62;</description>
		</item>
		<item>
			<title>heiber on "Main Menu highlighting in 3.3"</title>
			<link>http://www.kriesi.at/support/topic/main-menu-highlighting-in-33#post-36127</link>
			<pubDate>Thu, 29 Dec 2011 21:37:27 +0000</pubDate>
			<dc:creator>heiber</dc:creator>
			<guid isPermaLink="false">36127@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Menu highlighting works under WP 3.3 and Flashlight 1.3, but not with Flashlight 1.4. Returned to 1.3.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>raffoz on "Main Menu highlighting in 3.3"</title>
			<link>http://www.kriesi.at/support/topic/main-menu-highlighting-in-33#post-36122</link>
			<pubDate>Thu, 29 Dec 2011 19:36:10 +0000</pubDate>
			<dc:creator>raffoz</dc:creator>
			<guid isPermaLink="false">36122@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;i installed flashlight 1.4, but the problem hasn't been solved...&#60;/p&#62;
&#60;p&#62;please do something or tell us if the problem is a wp problem and not a flashlight problem...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>raffoz on "Sidebar on the right"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-on-the-right#post-36121</link>
			<pubDate>Thu, 29 Dec 2011 19:35:33 +0000</pubDate>
			<dc:creator>raffoz</dc:creator>
			<guid isPermaLink="false">36121@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;up
&#60;/p&#62;</description>
		</item>
		<item>
			<title>xoxo on "Sidebar on the right"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-on-the-right#post-36049</link>
			<pubDate>Thu, 29 Dec 2011 10:50:59 +0000</pubDate>
			<dc:creator>xoxo</dc:creator>
			<guid isPermaLink="false">36049@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I would really appreciate if somebody can explain us how to choose when widgets must be shown in right or left sidebar. I'm experiencing the same as prapsaru.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Size of the &#34;heading font&#34;"</title>
			<link>http://www.kriesi.at/support/topic/size-of-the-heading-font#post-35669</link>
			<pubDate>Wed, 21 Dec 2011 16:49:36 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">35669@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
