<?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 - Tag: single - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/single</link>
		<description>Support Forum - Tag: single - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 00:57:42 +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/tags/single" rel="self" type="application/rss+xml" />

		<item>
			<title>Nick on "how to remove the tags container from single blog post page, under the  body."</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-the-tags-container-from-single-blog-post-page-under-the-body#post-110603</link>
			<pubDate>Sun, 12 May 2013 00:43:37 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">110603@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Try&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top span.blog-tags{
display: none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or you can always open up /includes/format-standard.php and find line 91-96 (in last version of Propulsion , which is 2.0) and remove that entire block of code&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if(has_tag() &#38;amp;&#38;amp; is_single())
{
    echo &#38;#39;&#38;lt;span class=&#38;quot;blog-tags&#38;quot;&#38;gt;&#38;#39;;
    echo the_tags(&#38;#39;&#38;lt;strong&#38;gt;&#38;#39;.__(&#38;#39;Tags: &#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;#39;&#38;lt;/strong&#38;gt;&#38;lt;span&#38;gt;&#38;#39;);
    echo &#38;#39;&#38;lt;/span&#38;gt;&#38;lt;/span&#38;gt;&#38;#39;;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That same block of code is also located in the following files on line-numbers indicated in files: format-gallery.php(93-98), format-link.php(116-121), format-quote.php(89-94), and loop-archive.php (57-62) in the same folder as the above file.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>atst on "how to remove the tags container from single blog post page, under the  body."</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-the-tags-container-from-single-blog-post-page-under-the-body#post-110299</link>
			<pubDate>Fri, 10 May 2013 09:22:29 +0000</pubDate>
			<dc:creator>atst</dc:creator>
			<guid isPermaLink="false">110299@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;.blog-tags{&#60;br /&#62;
display: none!important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;this does not work does not work
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Single portfolio item page has columns? How to get rid of ..."</title>
			<link>http://www.kriesi.at/support/topic/single-portfolio-item-page-has-columns-how-to-get-rid-of#post-103119</link>
			<pubDate>Tue, 26 Mar 2013 09:55:16 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">103119@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Can you post a link to your website please? &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "Single portfolio item page has columns? How to get rid of ..."</title>
			<link>http://www.kriesi.at/support/topic/single-portfolio-item-page-has-columns-how-to-get-rid-of#post-103115</link>
			<pubDate>Tue, 26 Mar 2013 09:00:59 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">103115@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thanks, but I can't discover it ... as you see in the code above there is&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
echo &#34;&#38;lt;div class='grid3 first'&#38;gt;&#34;;&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Guess, that this is the reason?!?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Single portfolio item page has columns? How to get rid of ..."</title>
			<link>http://www.kriesi.at/support/topic/single-portfolio-item-page-has-columns-how-to-get-rid-of#post-103107</link>
			<pubDate>Tue, 26 Mar 2013 07:28:23 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">103107@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Check your website for html errors: &#60;a href=&#34;http://validator.w3.org/&#34; rel=&#34;nofollow&#34;&#62;http://validator.w3.org/&#60;/a&#62;  probably you forgot to close a div element somewhere. &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "Single portfolio item page has columns? How to get rid of ..."</title>
			<link>http://www.kriesi.at/support/topic/single-portfolio-item-page-has-columns-how-to-get-rid-of#post-103032</link>
			<pubDate>Mon, 25 Mar 2013 21:29:34 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">103032@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I have downloaded the latest CORONA files to go sure ... but the loop-portfolio-single.php file seems to show really more than 1 column, as far as I understand with my poor PHP:&#60;/p&#62;
&#60;p&#62;Around line 36:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
&#38;lt;div class=&#34;entry-content&#34;&#38;gt;&#60;br /&#62;
				&#38;lt;?php&#60;br /&#62;
				echo &#34;&#38;lt;div class='grid3 first'&#38;gt;&#34;;&#60;br /&#62;
				echo &#34;&#38;lt;h1 class='post-title portfolio-single-post-title'&#38;gt;&#34;.get_the_title().&#34;&#38;lt;/h1&#38;gt;&#34;;&#60;br /&#62;
				echo '&#38;lt;span class=&#34;portfolio-categories minor-meta&#34;&#38;gt;';&#60;br /&#62;
				echo get_the_term_list(  get_the_ID(), 'portfolio_entries', '&#60;strong&#62;'.__('Categories','avia_framework').': &#60;/strong&#62;&#38;lt;span&#38;gt;', '&#38;lt;/span&#38;gt;&#38;lt;span class=&#34;text-sep&#34;&#38;gt;/&#38;lt;/span&#38;gt;&#38;lt;span&#38;gt;','&#38;lt;/span&#38;gt;');&#60;br /&#62;
				echo &#34;&#38;lt;span class='date-container minor-meta'&#38;gt;&#34;.get_the_time('d M Y').&#34;&#38;lt;/span&#38;gt;&#34;;&#60;br /&#62;
				echo '&#38;lt;/span&#38;gt;';&#60;br /&#62;
				echo &#34;&#38;lt;/div&#38;gt;&#34;;&#60;br /&#62;
				echo &#34;&#38;lt;div class='grid9'&#38;gt;&#34;;&#60;br /&#62;
				//display the actual post content&#60;br /&#62;
				the_content(__('Read more  &#38;rarr;','avia_framework'));&#60;br /&#62;
				echo &#34;&#38;lt;/div&#38;gt;&#34;;&#60;br /&#62;
				 ?&#38;gt;&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Is this the reason, why my &#60;strong&#62;single&#60;/strong&#62; portfolio page shows the content/text not over the whole width of the page?&#60;/p&#62;
&#60;p&#62;&#60;img src=&#34;https://www.evernote.com/shard/s210/sh/62d93c56-eb01-4ffa-91f6-76c0562cdbe6/08cadbbb3ba91bac7fb753d522f573f1/res/66cdd120-9808-49f8-970b-eed6f1ab090a.png?resizeSmall&#38;amp;width=832&#34; /&#62;&#60;/p&#62;
&#60;p&#62;What can I do to have the single portfolio item like the demo here:&#60;br /&#62;
&#60;a href=&#34;http://www.kriesi.at/themes/corona/portfolio-item/asdf/&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/themes/corona/portfolio-item/asdf/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Rename Product-Description"</title>
			<link>http://www.kriesi.at/support/topic/rename-product-description#post-90358</link>
			<pubDate>Mon, 07 Jan 2013 12:35:26 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">90358@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; You can use the code I posted in this thread: &#60;a href=&#34;http://www.kriesi.at/support/topic/product-description-field-cut-off#post-74114&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/product-description-field-cut-off#post-74114&#60;/a&#62; and instead of &#34;My title&#34; insert  &#34;Something else...&#34;. &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alexschmidt on "Rename Product-Description"</title>
			<link>http://www.kriesi.at/support/topic/rename-product-description#post-90323</link>
			<pubDate>Mon, 07 Jan 2013 08:31:38 +0000</pubDate>
			<dc:creator>alexschmidt</dc:creator>
			<guid isPermaLink="false">90323@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;[Template for Product-Single-View]&#60;/p&#62;
&#60;p&#62;Actually it is possible, to insert the product-description in the normal WP-Editor and again in the &#34;Product-Short-Description&#34;. The normal WP-Editor Content is shown in the Replete-Template in the first Product-TAB (Bescheibung), the second TAB shows the Product-Attributes (Kurz&#38;amp;Bündig) and the third the testimonials/product reviews (Bewertungen).&#60;/p&#62;
&#60;p&#62;I don't need two product-Descriptions, so I wanna use the mail-WP-Editor Content for something else, shown in the TABS.&#60;/p&#62;
&#60;p&#62;I would like to change the TAB-headline from the first TAB from &#34;Beschreibung&#34; to &#34;Something else...&#34; and the H2-Headline in the TAB from &#34;Produkt-Beschreibung&#34; to &#34;Something very else :-) &#34;.&#60;/p&#62;
&#60;p&#62;Where can I do that? Is it hardcoded in the Template so I have to change it every time we got an update?&#60;/p&#62;
&#60;p&#62;Best,&#60;br /&#62;
Alex
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Eunoia Portfolio Single Headline Bug"</title>
			<link>http://www.kriesi.at/support/topic/eunoia-portfolio-single-headline-bug#post-87458</link>
			<pubDate>Mon, 10 Dec 2012 18:31:31 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">87458@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad we could help :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>doa on "Eunoia Portfolio Single Headline Bug"</title>
			<link>http://www.kriesi.at/support/topic/eunoia-portfolio-single-headline-bug#post-87441</link>
			<pubDate>Mon, 10 Dec 2012 18:11:13 +0000</pubDate>
			<dc:creator>doa</dc:creator>
			<guid isPermaLink="false">87441@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks a lot for the fast response ; )&#60;/p&#62;
&#60;p&#62;Problem solved....&#60;/p&#62;
&#60;p&#62;best regards,&#60;/p&#62;
&#60;p&#62;Marcus
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Eunoia Portfolio Single Headline Bug"</title>
			<link>http://www.kriesi.at/support/topic/eunoia-portfolio-single-headline-bug#post-87420</link>
			<pubDate>Mon, 10 Dec 2012 17:38:49 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">87420@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Marcus,&#60;/p&#62;
&#60;p&#62;That is the intended. behavior but you can change it by adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;@media only screen and (max-width: 767px) {
.responsive .stretch_full.title_container h1{font-size: 30px; }
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;In your example, one is hero text and the other is page title so they are different classes with different rules. This css however will let you change the size to your liking.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>doa on "Eunoia Portfolio Single Headline Bug"</title>
			<link>http://www.kriesi.at/support/topic/eunoia-portfolio-single-headline-bug#post-87414</link>
			<pubDate>Mon, 10 Dec 2012 17:22:43 +0000</pubDate>
			<dc:creator>doa</dc:creator>
			<guid isPermaLink="false">87414@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;i just noticed a little bug in the portfolio-single-Template:&#60;/p&#62;
&#60;p&#62;While on every other occasion  the font size of the Headline scales correct in responsive mode, the Headline of the portfolio-Single-template stays in the same size. Which is a big problem when it comes to long words.&#60;/p&#62;
&#60;p&#62;How can i manage to get the single-portfolio-headline to react responsive?&#60;/p&#62;
&#60;p&#62;here are two screenshots to illustrate the problem of the different Headline-Sizes:&#60;/p&#62;
&#60;p&#62;Right Headline Size:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://i54.photobucket.com/albums/g86/d-baser/Good.png&#34; rel=&#34;nofollow&#34;&#62;http://i54.photobucket.com/albums/g86/d-baser/Good.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Wrong Headline Size:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://i54.photobucket.com/albums/g86/d-baser/Bad.png&#34; rel=&#34;nofollow&#34;&#62;http://i54.photobucket.com/albums/g86/d-baser/Bad.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks for your help...&#60;/p&#62;
&#60;p&#62;Best regards,&#60;/p&#62;
&#60;p&#62;Marcus
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Help needed for portfolio"</title>
			<link>http://www.kriesi.at/support/topic/help-needed-for-portfolio#post-86490</link>
			<pubDate>Tue, 04 Dec 2012 18:41:02 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">86490@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Anthony,&#60;/p&#62;
&#60;p&#62;I'm not sure what you mean. The page you've linked to does what you have described. What is it differently that you want to do?&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>OuangDrak78 on "Help needed for portfolio"</title>
			<link>http://www.kriesi.at/support/topic/help-needed-for-portfolio#post-86283</link>
			<pubDate>Mon, 03 Dec 2012 11:06:52 +0000</pubDate>
			<dc:creator>OuangDrak78</dc:creator>
			<guid isPermaLink="false">86283@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi support team,&#60;br /&#62;
I need some help for the portfolio :&#60;br /&#62;
How could I display a simple single image on a portfolio item ?&#60;br /&#62;
The reason is that my client want to be able to download a full image with a right click and a print button aside.&#60;br /&#62;
How could I get this working with the theme ?&#60;br /&#62;
Here is the effect I want to accomplish : &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.fredericbouraly.com/?page_id=932&#34; rel=&#34;nofollow&#34;&#62;http://www.fredericbouraly.com/?page_id=932&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks for the time spent :)&#60;br /&#62;
Anthony
&#60;/p&#62;</description>
		</item>
		<item>
			<title>michoscopic on "Add Author bio at end of blog post"</title>
			<link>http://www.kriesi.at/support/topic/add-author-bio-at-end-of-blog-post#post-82894</link>
			<pubDate>Thu, 08 Nov 2012 15:52:49 +0000</pubDate>
			<dc:creator>michoscopic</dc:creator>
			<guid isPermaLink="false">82894@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry for the late reply. Yes the WP About Author plugin worked perfectly, no coding needed, even.&#60;/p&#62;
&#60;p&#62;Thank you very much.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Blog overview page with different sidebar (widgets) than a single post"</title>
			<link>http://www.kriesi.at/support/topic/blog-overview-page-with-different-sidebar-widgets-than-a-single-post#post-80633</link>
			<pubDate>Mon, 22 Oct 2012 14:26:41 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">80633@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi colorit2,&#60;/p&#62;
&#60;p&#62;You could put them in Display Everywhere or for your needs you could just add them to the Blog sidebar and then limit the ones you want to only show on is_single().&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Add Author bio at end of blog post"</title>
			<link>http://www.kriesi.at/support/topic/add-author-bio-at-end-of-blog-post#post-80602</link>
			<pubDate>Mon, 22 Oct 2012 07:47:08 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">80602@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Afaik Flagship does not offer such a feature out of the box but you can use plugins like: &#60;a href=&#34;http://wordpress.org/extend/plugins/wp-about-author/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/wp-about-author/&#60;/a&#62;  or another plugin from here: &#60;a href=&#34;http://wordpress.org/extend/plugins/search.php?q=author+bio&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/search.php?q=author+bio&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>michoscopic on "Add Author bio at end of blog post"</title>
			<link>http://www.kriesi.at/support/topic/add-author-bio-at-end-of-blog-post#post-80551</link>
			<pubDate>Sun, 21 Oct 2012 11:56:23 +0000</pubDate>
			<dc:creator>michoscopic</dc:creator>
			<guid isPermaLink="false">80551@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I want to add an Author section at the bottom of the blog post, just before the Comments. I can't seem to find any information on this in the documentation or forums.&#60;/p&#62;
&#60;p&#62;Refer: &#60;a href=&#34;http://www.reach.com.my/skyfall-contest-pc-com-oct-2012/&#34; rel=&#34;nofollow&#34;&#62;http://www.reach.com.my/skyfall-contest-pc-com-oct-2012/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Please help. &#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "Blog overview page with different sidebar (widgets) than a single post"</title>
			<link>http://www.kriesi.at/support/topic/blog-overview-page-with-different-sidebar-widgets-than-a-single-post#post-80507</link>
			<pubDate>Sat, 20 Oct 2012 17:01:58 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">80507@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thanks, and where do I put the widgets, in &#34;Display everywhere&#34; in general?&#60;br /&#62;
I remember have something read here in CORONA's forum ...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Blog overview page with different sidebar (widgets) than a single post"</title>
			<link>http://www.kriesi.at/support/topic/blog-overview-page-with-different-sidebar-widgets-than-a-single-post#post-80486</link>
			<pubDate>Sat, 20 Oct 2012 13:42:20 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">80486@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please install this plugin &#60;a href=&#34;http://wordpress.org/extend/plugins/widget-logic/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/widget-logic/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;When you look at any widgets after installing the plugin you will see an extra field. This is where you can place conditional tags to direct where the plugin is to be shown:. &#60;/p&#62;
&#60;p&#62;Example:&#60;br /&#62;
is_single()   - any post&#60;br /&#62;
is_single( '3' ) - only on post whose id=3&#60;br /&#62;
is_page() - any page&#60;/p&#62;
&#60;p&#62;and so on, there are a few dozen of these conditional tags so you can narrow it down as much as you want and add multiple instances of the same widget so that depending on the logic it will be shown in the same location but with different settings.&#60;/p&#62;
&#60;p&#62;Please read more here -&#38;gt; &#60;a href=&#34;http://www.bourncreative.com/wordpress-widget-logic&#34; rel=&#34;nofollow&#34;&#62;http://www.bourncreative.com/wordpress-widget-logic&#60;/a&#62;&#60;br /&#62;
Complete list of conditional tags -&#38;gt; &#60;a href=&#34;http://codex.wordpress.org/Conditional_Tags&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Conditional_Tags&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Good luck,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "Blog overview page with different sidebar (widgets) than a single post"</title>
			<link>http://www.kriesi.at/support/topic/blog-overview-page-with-different-sidebar-widgets-than-a-single-post#post-80282</link>
			<pubDate>Thu, 18 Oct 2012 19:50:56 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">80282@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;how can I solve it, so that a blog overview page (like &#60;a href=&#34;http://www.kriesi.at/themes/corona/blog/&#34;&#62;demo here&#60;/a&#62;) has a different sidebar, i.e. different widgets than a &#60;a href=&#34;http://www.kriesi.at/themes/corona/2011/03/31/this-is-a-nice-post/&#34;&#62;single post&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;I would like to add to the &#60;strong&#62;blog overview page&#60;/strong&#62; completely other widgets than I would place in the &#60;strong&#62;sidebar of a single post.&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;(Within themes options I can create custom sidebars, but only for PAGES - and a single post is not a page.)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Single Product Image Slideshow Size"</title>
			<link>http://www.kriesi.at/support/topic/single-product-image-slideshow-size#post-79786</link>
			<pubDate>Mon, 15 Oct 2012 11:51:06 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">79786@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Tomanow,&#60;/p&#62;
&#60;p&#62;Glad that you have fixed it. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Tomanow on "Single Product Image Slideshow Size"</title>
			<link>http://www.kriesi.at/support/topic/single-product-image-slideshow-size#post-79709</link>
			<pubDate>Sun, 14 Oct 2012 14:12:53 +0000</pubDate>
			<dc:creator>Tomanow</dc:creator>
			<guid isPermaLink="false">79709@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ah I found the solution! It is line 40 in propulsion/functions.php . After changing to the height of my images, I regenerated the thumbnails and everything is working beautifully.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Tomanow on "Single Product Image Slideshow Size"</title>
			<link>http://www.kriesi.at/support/topic/single-product-image-slideshow-size#post-79707</link>
			<pubDate>Sun, 14 Oct 2012 13:56:59 +0000</pubDate>
			<dc:creator>Tomanow</dc:creator>
			<guid isPermaLink="false">79707@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ultimately I just don't want the top and bottom of the image cut off!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Tomanow on "Single Product Image Slideshow Size"</title>
			<link>http://www.kriesi.at/support/topic/single-product-image-slideshow-size#post-79706</link>
			<pubDate>Sun, 14 Oct 2012 13:54:03 +0000</pubDate>
			<dc:creator>Tomanow</dc:creator>
			<guid isPermaLink="false">79706@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It is cropping the image at 445 x 335 so even if I adjust the height it just stretches the cropped image. Check out any of the products at &#60;a href=&#34;http://mumsthewordnj.tomanow.com/shop/peach-garden-planter/&#34; rel=&#34;nofollow&#34;&#62;http://mumsthewordnj.tomanow.com/shop/peach-garden-planter/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks for the support!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Single Product Image Slideshow Size"</title>
			<link>http://www.kriesi.at/support/topic/single-product-image-slideshow-size#post-79702</link>
			<pubDate>Sun, 14 Oct 2012 12:16:55 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">79702@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Tomanow,&#60;/p&#62;
&#60;p&#62;Try to post a link to your site, specifically the page affected to the code above. So, we can check your site further and might help you adjust it. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Tomanow on "Single Product Image Slideshow Size"</title>
			<link>http://www.kriesi.at/support/topic/single-product-image-slideshow-size#post-79575</link>
			<pubDate>Fri, 12 Oct 2012 21:20:09 +0000</pubDate>
			<dc:creator>Tomanow</dc:creator>
			<guid isPermaLink="false">79575@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm still trying to figure out how to do it without breaking the layout. There has to be another way. Please let me know I'm comfortable with advanced options.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Single Product Image Slideshow Size"</title>
			<link>http://www.kriesi.at/support/topic/single-product-image-slideshow-size#post-78848</link>
			<pubDate>Sun, 07 Oct 2012 15:12:35 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">78848@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Did that fix your problem Tomanow?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Tomanow on "Single Product Image Slideshow Size"</title>
			<link>http://www.kriesi.at/support/topic/single-product-image-slideshow-size#post-78842</link>
			<pubDate>Sun, 07 Oct 2012 14:22:01 +0000</pubDate>
			<dc:creator>Tomanow</dc:creator>
			<guid isPermaLink="false">78842@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you for your response Ismael.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Single Product Image Slideshow Size"</title>
			<link>http://www.kriesi.at/support/topic/single-product-image-slideshow-size#post-78816</link>
			<pubDate>Sun, 07 Oct 2012 04:11:50 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">78816@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;It is wrapped inside a container with 290x218px dimension. The real thumbnail is 445x500 if you set is so. Once you click it and the lightbox pops up the real size of the thumbnail will show up.&#60;/p&#62;
&#60;p&#62;You can add a custom.css like this and notice that the image will inherit its size. This might break the layout. &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.container .four.units.prev_image_container {
width: 425px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
