<?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: hotspot01</title>
		<link><a href='http://www.kriesi.at/support/profile/hotspot01'>hotspot01</a></link>
		<description>Support Forum - User Favorites: hotspot01</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 16:08:54 +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 "Making Page Width Wider"</title>
			<link>http://www.kriesi.at/support/topic/making-page-width-wider#post-86728</link>
			<pubDate>Thu, 06 Dec 2012 06:33:27 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">86728@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Bruno,&#60;/p&#62;
&#60;p&#62;Yes you can by targeting the class for those page types in the top ID. So for the category page it would be:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top.tax-product_cat.woocommerce-page .content .box {
min-width: 430px;
width: 430px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;For a single product:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top.single-product .content .box {
min-width: 430px;
width: 430px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bruwa on "Making Page Width Wider"</title>
			<link>http://www.kriesi.at/support/topic/making-page-width-wider#post-86623</link>
			<pubDate>Wed, 05 Dec 2012 14:06:15 +0000</pubDate>
			<dc:creator>bruwa</dc:creator>
			<guid isPermaLink="false">86623@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I wanted to increase the width of the product category page to allow the images to be displayed in bigger size.&#60;br /&#62;
So I used the code indicated in this post:&#60;br /&#62;
.content .box {&#60;br /&#62;
    min-width: 430px;&#60;br /&#62;
    width: 430px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;This also increased the width of the single-product page.&#60;br /&#62;
Can I define a different width for the product-category pages and the single-product pages, respectively? How &#38;amp; where?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Bruno
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Making Page Width Wider"</title>
			<link>http://www.kriesi.at/support/topic/making-page-width-wider#post-84930</link>
			<pubDate>Thu, 22 Nov 2012 02:40:19 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">84930@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi livkay,&#60;/p&#62;
&#60;p&#62;Glad that we could help. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>livkay on "Making Page Width Wider"</title>
			<link>http://www.kriesi.at/support/topic/making-page-width-wider#post-84919</link>
			<pubDate>Wed, 21 Nov 2012 22:06:16 +0000</pubDate>
			<dc:creator>livkay</dc:creator>
			<guid isPermaLink="false">84919@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Great, thanks so much for your help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Making Page Width Wider"</title>
			<link>http://www.kriesi.at/support/topic/making-page-width-wider#post-84489</link>
			<pubDate>Mon, 19 Nov 2012 01:17:33 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">84489@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You can adjust that on your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.page-id-13 .sidebar.sidebar2.box {
left: 1000px!important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>livkay on "Making Page Width Wider"</title>
			<link>http://www.kriesi.at/support/topic/making-page-width-wider#post-84476</link>
			<pubDate>Sun, 18 Nov 2012 20:12:57 +0000</pubDate>
			<dc:creator>livkay</dc:creator>
			<guid isPermaLink="false">84476@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I used&#60;br /&#62;
.content .box {&#60;br /&#62;
    min-width: 430px;&#60;br /&#62;
    width: 430px;&#60;br /&#62;
}&#60;br /&#62;
but on the blog page, the right sidebar now sits under the main cotent area. &#60;a href=&#34;http://daryapress.com/test/blog/&#34; rel=&#34;nofollow&#34;&#62;http://daryapress.com/test/blog/&#60;/a&#62;&#60;br /&#62;
Can you help?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Making Page Width Wider"</title>
			<link>http://www.kriesi.at/support/topic/making-page-width-wider#post-66657</link>
			<pubDate>Fri, 20 Jul 2012 02:04:11 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">66657@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Shfaya,&#60;/p&#62;
&#60;p&#62;Can you post a link to your website so we can take a look?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shfaya on "Making Page Width Wider"</title>
			<link>http://www.kriesi.at/support/topic/making-page-width-wider#post-66102</link>
			<pubDate>Tue, 17 Jul 2012 13:33:36 +0000</pubDate>
			<dc:creator>shfaya</dc:creator>
			<guid isPermaLink="false">66102@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;When I resize the content box this way the right side bar gets hidden behind. It should move as the witdth grows but it doesn`t can you fix this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "modify contact form"</title>
			<link>http://www.kriesi.at/support/topic/modify-contact-form#post-52400</link>
			<pubDate>Thu, 19 Apr 2012 19:04:09 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">52400@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi lotsdesign,&#60;/p&#62;
&#60;p&#62;You can add the following to your Quick CSS and edit the values as needed:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.ajax_form label {
font-size: 11px;
font-weight: bold;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lotsdesign on "modify contact form"</title>
			<link>http://www.kriesi.at/support/topic/modify-contact-form#post-52152</link>
			<pubDate>Wed, 18 Apr 2012 11:42:48 +0000</pubDate>
			<dc:creator>lotsdesign</dc:creator>
			<guid isPermaLink="false">52152@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I found this post very helpful.&#60;br /&#62;
But there one thing i can't seem to figure out. The text that says Name / Email / Subject etc is quite small, bold and hard to read. How do I change this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Bullet list alignment in Custom Menu widget, Submit Button Contact Form 7"</title>
			<link>http://www.kriesi.at/support/topic/bullet-list-alignment-in-custom-menu-widget-submit-button-contact-form-7#post-45966</link>
			<pubDate>Tue, 13 Mar 2012 08:12:49 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">45966@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Glad that Devin could help you :) &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>zulbino on "Bullet list alignment in Custom Menu widget, Submit Button Contact Form 7"</title>
			<link>http://www.kriesi.at/support/topic/bullet-list-alignment-in-custom-menu-widget-submit-button-contact-form-7#post-45942</link>
			<pubDate>Tue, 13 Mar 2012 05:48:11 +0000</pubDate>
			<dc:creator>zulbino</dc:creator>
			<guid isPermaLink="false">45942@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Works like a charm!&#60;/p&#62;
&#60;p&#62;Thanks a lot! xD
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Bullet list alignment in Custom Menu widget, Submit Button Contact Form 7"</title>
			<link>http://www.kriesi.at/support/topic/bullet-list-alignment-in-custom-menu-widget-submit-button-contact-form-7#post-45900</link>
			<pubDate>Mon, 12 Mar 2012 19:03:23 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">45900@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Zulbino,&#60;/p&#62;
&#60;p&#62;Try adding the following to your style sheet (style1.css). &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.sidebar .sub-menu li {
padding-left: 15px;
}

.wpcf7-form-control.wpcf7-submit {
color: #fff;
text-shadow: 1px 1px 0 #222;
background: #3f4c6b;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
padding: 7px 12px;
cursor: pointer;
font-size: 12px;
font-family: Arial, Helevtica, Verdana, san-serif;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>zulbino on "Bullet list alignment in Custom Menu widget, Submit Button Contact Form 7"</title>
			<link>http://www.kriesi.at/support/topic/bullet-list-alignment-in-custom-menu-widget-submit-button-contact-form-7#post-45678</link>
			<pubDate>Sun, 11 Mar 2012 01:36:59 +0000</pubDate>
			<dc:creator>zulbino</dc:creator>
			<guid isPermaLink="false">45678@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Kriesi!&#60;/p&#62;
&#60;p&#62;Here is the link and notice the custom menu and the bullet list on the right hand side:&#60;br /&#62;
&#60;a href=&#34;http://telecontinent.com/about-us/vision-mission/&#34; rel=&#34;nofollow&#34;&#62;http://telecontinent.com/about-us/vision-mission/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;And the contact form:&#60;br /&#62;
&#60;a href=&#34;http://telecontinent.com/career/&#34; rel=&#34;nofollow&#34;&#62;http://telecontinent.com/career/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Can I change the contact form button to be the same like the search button?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "Bullet list alignment in Custom Menu widget, Submit Button Contact Form 7"</title>
			<link>http://www.kriesi.at/support/topic/bullet-list-alignment-in-custom-menu-widget-submit-button-contact-form-7#post-45140</link>
			<pubDate>Thu, 08 Mar 2012 14:19:30 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">45140@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Hey! could you post a link to your site so I know what exactly you want to modify? &#60;/p&#62;
&#60;p&#62;Which bullets do you mean? &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Kriesi
&#60;/p&#62;</description>
		</item>
		<item>
			<title>zulbino on "Bullet list alignment in Custom Menu widget, Submit Button Contact Form 7"</title>
			<link>http://www.kriesi.at/support/topic/bullet-list-alignment-in-custom-menu-widget-submit-button-contact-form-7#post-44677</link>
			<pubDate>Mon, 05 Mar 2012 11:11:44 +0000</pubDate>
			<dc:creator>zulbino</dc:creator>
			<guid isPermaLink="false">44677@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;There are two things that I want to inquire:&#60;/p&#62;
&#60;p&#62;1. Is there a way to change the alignment of the bullet so that the bullet for the subpages move in a bit with the text itself? Or can we just omit it at all? Just for the subpages.&#60;/p&#62;
&#60;p&#62;2. I used Contact Form 7 to replace the native Avisio contact form, but can I customize the native Contact Form 7 submit button to be the same as Avisio default search, submit button? (blue button)&#60;/p&#62;
&#60;p&#62;Great theme btw. Thx!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Linking to external page in Iconbox"</title>
			<link>http://www.kriesi.at/support/topic/linking-to-external-page-in-iconbox#post-44482</link>
			<pubDate>Sat, 03 Mar 2012 07:14:16 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">44482@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Try to replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;a href=&#38;quot;http://www.youtube.com/supOfunk&#38;quot;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;a href=&#38;quot;http://www.youtube.com/supOfunk&#38;quot; class=&#38;quot;noLightbox&#38;quot;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hotspot01 on "Linking to external page in Iconbox"</title>
			<link>http://www.kriesi.at/support/topic/linking-to-external-page-in-iconbox#post-44478</link>
			<pubDate>Sat, 03 Mar 2012 06:00:26 +0000</pubDate>
			<dc:creator>hotspot01</dc:creator>
			<guid isPermaLink="false">44478@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Does anyone have a solution for this? I've added a couple extra buttons at the top and my YouTube button is having the exact same issue. &#60;/p&#62;
&#60;p&#62;You can see it here: &#60;a href=&#34;http://www.successthroughmanipulation.com&#34; rel=&#34;nofollow&#34;&#62;http://www.successthroughmanipulation.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ckschmid on "Linking to external page in Iconbox"</title>
			<link>http://www.kriesi.at/support/topic/linking-to-external-page-in-iconbox#post-40658</link>
			<pubDate>Wed, 08 Feb 2012 00:49:20 +0000</pubDate>
			<dc:creator>ckschmid</dc:creator>
			<guid isPermaLink="false">40658@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I assume this has to do with the theme making any link to youtube show up in a lightbox. Any quick fixes to prevent this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ckschmid on "Linking to external page in Iconbox"</title>
			<link>http://www.kriesi.at/support/topic/linking-to-external-page-in-iconbox#post-40293</link>
			<pubDate>Mon, 06 Feb 2012 01:51:27 +0000</pubDate>
			<dc:creator>ckschmid</dc:creator>
			<guid isPermaLink="false">40293@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm trying to link to a YouTube channel using the Iconbox shortcode on the contact page. I keep getting an error: &#34;Image cannot be loaded. Make sure the path is correct and image exist.&#34;&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;a href=&#38;quot;http://www.youtube.com/supOfunk&#38;quot;&#38;gt;[iconbox title=&#38;quot;YouTube&#38;quot; icon=&#38;quot;movie.png&#38;quot;]Supofunk YouTube Channel[/iconbox]&#38;lt;/a&#38;gt;&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>holstphoto on "Making Page Width Wider"</title>
			<link>http://www.kriesi.at/support/topic/making-page-width-wider#post-39339</link>
			<pubDate>Mon, 30 Jan 2012 18:18:08 +0000</pubDate>
			<dc:creator>holstphoto</dc:creator>
			<guid isPermaLink="false">39339@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ah dont worry about previous post, I found it
&#60;/p&#62;</description>
		</item>
		<item>
			<title>holstphoto on "Making Page Width Wider"</title>
			<link>http://www.kriesi.at/support/topic/making-page-width-wider#post-39338</link>
			<pubDate>Mon, 30 Jan 2012 18:12:55 +0000</pubDate>
			<dc:creator>holstphoto</dc:creator>
			<guid isPermaLink="false">39338@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi &#60;/p&#62;
&#60;p&#62;Thanks for the great theme, it rocks, beautiful and quick.&#60;br /&#62;
I have followed the instruction to make the page wider with codes above, however the right sidebar is being hidden under the content, how do I adjust code for this.?&#60;br /&#62;
to move the sidebar over more to the right.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>CindyLuken on "How to add portfolio gallery images from Wordpress&#039;s &#039;Media Library&#039;"</title>
			<link>http://www.kriesi.at/support/topic/how-to-add-portfolio-gallery-images-from-wordpresss-media-library#post-39028</link>
			<pubDate>Sat, 28 Jan 2012 04:02:38 +0000</pubDate>
			<dc:creator>CindyLuken</dc:creator>
			<guid isPermaLink="false">39028@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;this makes me feel so better - I thought is was my lack of experience! tx again.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "How to add portfolio gallery images from Wordpress&#039;s &#039;Media Library&#039;"</title>
			<link>http://www.kriesi.at/support/topic/how-to-add-portfolio-gallery-images-from-wordpresss-media-library#post-39007</link>
			<pubDate>Fri, 27 Jan 2012 23:05:14 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">39007@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Guys! I am still investigating the issue. Not exactly sure why images would vanish after upload, but due to the code base one thing that might be crucial is to save the post first, before uploading the images.&#60;/p&#62;
&#60;p&#62;The problem with the need to upload an image twice if you want to use it in multiple galleries is unfortunately a limitation by wordpress itself. The theme uses a slightly modified version of the wordpress gallery. &#60;/p&#62;
&#60;p&#62;Wordpress default behavior is like this:&#60;br /&#62;
Whenever you upload a picture, it is attached to a post. if you upload multiple pictures they all get attached to the same post, and you can then display them as a gallery by using the [gallery] shortcode. if you would want to use the same image in another gallery you need to upload it to another post.&#60;/p&#62;
&#60;p&#62;Since I used the wordpress gallery as a starting point for the flashlight gallery it behaves the same way. I have tried to find a way around this, but quite frankly I would need to recode a totally new version of the gallery feature to circumvent that problem.&#60;/p&#62;
&#60;p&#62;That would mean breaking all current installations once they update, which is not an option in my mind.&#60;br /&#62;
The second problem is: I already have tested adavend self build galleries in my follow up themes, but the backend does not play well with large amounts of images which to my mind is crucial in a theme like flashlight.&#60;/p&#62;
&#60;p&#62;You see we got a little bit of a problem here and I am not quite sure how to solve that at the moment. Once I have a solution I will of course apply it but for now you are unfortunately stuck with the limitations of wordpress (and therefore the limitations of flashlight) :/
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Blog Featured Image"</title>
			<link>http://www.kriesi.at/support/topic/blog-featured-image-1#post-37462</link>
			<pubDate>Thu, 12 Jan 2012 15:09:54 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">37462@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that it works now :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>remeoner on "Blog Featured Image"</title>
			<link>http://www.kriesi.at/support/topic/blog-featured-image-1#post-37456</link>
			<pubDate>Thu, 12 Jan 2012 14:07:35 +0000</pubDate>
			<dc:creator>remeoner</dc:creator>
			<guid isPermaLink="false">37456@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;i knew i wasnt going crazy. funny how Themeforest didnt have the updated banner on your icon. or maybe i missed it, nonetheless problem is solved.  Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>remeoner on "Blog Featured Image"</title>
			<link>http://www.kriesi.at/support/topic/blog-featured-image-1#post-37453</link>
			<pubDate>Thu, 12 Jan 2012 13:57:26 +0000</pubDate>
			<dc:creator>remeoner</dc:creator>
			<guid isPermaLink="false">37453@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thanks doing it just now.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Blog Featured Image"</title>
			<link>http://www.kriesi.at/support/topic/blog-featured-image-1#post-37204</link>
			<pubDate>Tue, 10 Jan 2012 21:51:29 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">37204@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
the option is only included in the latest theme version (v1.4). Please download the latest version from &#60;a href=&#34;http://themeforest.net&#34; rel=&#34;nofollow&#34;&#62;http://themeforest.net&#60;/a&#62; and install it. Afterwards you'll see the option field.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>remeoner on "Blog Featured Image"</title>
			<link>http://www.kriesi.at/support/topic/blog-featured-image-1#post-37161</link>
			<pubDate>Tue, 10 Jan 2012 14:27:44 +0000</pubDate>
			<dc:creator>remeoner</dc:creator>
			<guid isPermaLink="false">37161@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;i feel like one of the three blind mice right now - bc I did what you suggested - Flashlight &#38;gt; General Settings &#38;gt; ???  But i dont see anything that adjust the Blog Overview Image Layout.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hotspot01 on "Blog Featured Image"</title>
			<link>http://www.kriesi.at/support/topic/blog-featured-image-1#post-37150</link>
			<pubDate>Tue, 10 Jan 2012 10:49:54 +0000</pubDate>
			<dc:creator>hotspot01</dc:creator>
			<guid isPermaLink="false">37150@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Go to your flashlight settings. Under General Settings it is the first option at the top of the page.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
