<?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 - Topic: Featured Image Issues</title>
		<link>http://www.kriesi.at/support/topic/featured-image-issues-1</link>
		<description>Support Forum - Topic: Featured Image Issues</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 15:37:49 +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/topic/featured-image-issues-1" rel="self" type="application/rss+xml" />

		<item>
			<title>tjmaxwell on "Featured Image Issues"</title>
			<link>http://www.kriesi.at/support/topic/featured-image-issues-1#post-95545</link>
			<pubDate>Wed, 06 Feb 2013 23:28:58 +0000</pubDate>
			<dc:creator>tjmaxwell</dc:creator>
			<guid isPermaLink="false">95545@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Devin.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Featured Image Issues"</title>
			<link>http://www.kriesi.at/support/topic/featured-image-issues-1#post-95448</link>
			<pubDate>Wed, 06 Feb 2013 13:26:27 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">95448@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi tjmaxwell,&#60;/p&#62;
&#60;p&#62;Try 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;br /&#62;
&#60;pre&#62;&#60;code&#62;#top.blog .template-blog .slideshow_container {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;In the woo commerce settings, you choose if you want to show category thumbnails or not in your normal shop page. The same with sub-categories on the other pages. It isn't a theme design decisions its just part of the plugin to give users more flexibility.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tjmaxwell on "Featured Image Issues"</title>
			<link>http://www.kriesi.at/support/topic/featured-image-issues-1#post-95349</link>
			<pubDate>Tue, 05 Feb 2013 20:48:54 +0000</pubDate>
			<dc:creator>tjmaxwell</dc:creator>
			<guid isPermaLink="false">95349@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I fixed the second issue by just hiding subcategories altogether.  It works for my particular setup.  Now I'm just concerned about the first issue and I should be good.  Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tjmaxwell on "Featured Image Issues"</title>
			<link>http://www.kriesi.at/support/topic/featured-image-issues-1#post-95344</link>
			<pubDate>Tue, 05 Feb 2013 19:17:09 +0000</pubDate>
			<dc:creator>tjmaxwell</dc:creator>
			<guid isPermaLink="false">95344@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Alright, I tried this and it solves the problem for the posts themselves, but my homepage still displays the huge images:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://squaresound.wpengine.com&#34; rel=&#34;nofollow&#34;&#62;http://squaresound.wpengine.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Also, is there any way to just not display the sub-category thumbnails at all?  I know I can just remove the category thumbnail, but then there are no thumbnail images showing  on the category pages.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://squaresound.wpengine.com/catalog/anime-sheet-music/fullmetal-alchemist/&#34; rel=&#34;nofollow&#34;&#62;http://squaresound.wpengine.com/catalog/anime-sheet-music/fullmetal-alchemist/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It seems like some strange design decisions were made with this theme.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Featured Image Issues"</title>
			<link>http://www.kriesi.at/support/topic/featured-image-issues-1#post-93149</link>
			<pubDate>Thu, 24 Jan 2013 07:26:06 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">93149@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can use a workaround i this case. Open up wp-content\themes\replete\includes\helper-slideshow.php and replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if($this-&#38;gt;slideshow_poster == &#38;#39;poster&#38;#39;)
		{
			if(avia_is_overview())
			{
				if(is_array($this-&#38;gt;slides)) { $this-&#38;gt;slides = array_slice($this-&#38;gt;slides, 0, 1); $this-&#38;gt;type = $this-&#38;gt;defaultSlider; }
			}
			else
			{
				if(is_array($this-&#38;gt;slides) &#38;amp;&#38;amp; isset($this-&#38;gt;slides[1])) $this-&#38;gt;slides = array_slice($this-&#38;gt;slides, 1, count($this-&#38;gt;slides));
			}
		}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if($this-&#38;gt;slideshow_poster == &#38;#39;poster&#38;#39;)
		{
			if(avia_is_overview())
			{
				if(is_array($this-&#38;gt;slides)) { $this-&#38;gt;slides = array_slice($this-&#38;gt;slides, 0, 1); $this-&#38;gt;type = $this-&#38;gt;defaultSlider; }
			}
			else
			{
				if(count($this-&#38;gt;slides) &#38;gt; 1)
				{
					if(is_array($this-&#38;gt;slides) &#38;amp;&#38;amp; isset($this-&#38;gt;slides[1])) $this-&#38;gt;slides = array_slice($this-&#38;gt;slides, 1, count($this-&#38;gt;slides));
				}
				else
				{
					$this-&#38;gt;slides = array();
				}
			}
		}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then go to Theme Options &#38;gt; Layout &#38;amp; Settings and search for the &#34;Slideshow behavior on overview pages&#34; dropdown. Select the last option (&#34;Display only single image on overview pages and all slideshow images except the first one on single entries&#34;). By going this way you won't see a slideshow if you just add one image to an entry.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tjmaxwell on "Featured Image Issues"</title>
			<link>http://www.kriesi.at/support/topic/featured-image-issues-1#post-93013</link>
			<pubDate>Wed, 23 Jan 2013 14:47:41 +0000</pubDate>
			<dc:creator>tjmaxwell</dc:creator>
			<guid isPermaLink="false">93013@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I understand that, but then none of my posts have featured images for the sidebar widgets or &#34;related posts&#34; section at the bottom of the post.  Is there any other suggestion?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Featured Image Issues"</title>
			<link>http://www.kriesi.at/support/topic/featured-image-issues-1#post-92940</link>
			<pubDate>Wed, 23 Jan 2013 07:13:06 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">92940@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
you can use the default image/media embed feature to insert an image into your text content. Go to the post/page editor page and click on the media button in the top left corner of the text editor.  Then select an image (just click on it) and hit the blue &#34;insert into post&#34; button. You can also change the alignment, image description, etc.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tjmaxwell on "Featured Image Issues"</title>
			<link>http://www.kriesi.at/support/topic/featured-image-issues-1#post-92892</link>
			<pubDate>Tue, 22 Jan 2013 19:27:31 +0000</pubDate>
			<dc:creator>tjmaxwell</dc:creator>
			<guid isPermaLink="false">92892@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;On my blog posts, I would just like to have a small image appear as the featured image to the left or right of the text.  When I set a featured image to the post, it's blown up huge and shows up in the slideshow area of the site.  I'm aware of the image size options, but the image still shows up very large and in the slideshow area as opposed to next to the post.  How can I make this work?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
