<?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: Change featured image size in &#039;small picture&#039; slideshow setting</title>
		<link>http://www.kriesi.at/support/topic/change-featured-image-size-in-small-picture-slideshow-setting</link>
		<description>Support Forum - Topic: Change featured image size in &#039;small picture&#039; slideshow setting</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 05:00:40 +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/change-featured-image-size-in-small-picture-slideshow-setting" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Change featured image size in &#039;small picture&#039; slideshow setting"</title>
			<link>http://www.kriesi.at/support/topic/change-featured-image-size-in-small-picture-slideshow-setting#post-32059</link>
			<pubDate>Wed, 16 Nov 2011 13:42:24 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">32059@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The image has a size of 650x235 now. The css code in style.css dictates a width of 600px only:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .slideshow{
height:235px; 	/*this changes the height of the main image slider*/
width:600px;
overflow: hidden;
position: relative;
list-style-type: none;
padding:0;
margin:0 0 20px 0;
border:none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You need to change one of these values. In addition increase the value of:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.entry img {
    max-width: 500px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to 600px or more. The sidebar shadows are background images and don't fit to the new content area (it overlaps the sidebar images). You can create new shadow mages (I'd use the included psd files for this task) or you remove them by using following css code in style.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.sidebar_top, .sidebar_bottom {
    background: none transparent !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>chrismv48 on "Change featured image size in &#039;small picture&#039; slideshow setting"</title>
			<link>http://www.kriesi.at/support/topic/change-featured-image-size-in-small-picture-slideshow-setting#post-31997</link>
			<pubDate>Tue, 15 Nov 2011 22:08:59 +0000</pubDate>
			<dc:creator>chrismv48</dc:creator>
			<guid isPermaLink="false">31997@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Also about the sidebar shading: It looks like the shading in the center of the sidebar has somehow been removed, which is causing the top and bottom sidebars to standout.  Any idea how to restore the original look, where the whole sidebar is shaded on the left side?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chrismv48 on "Change featured image size in &#039;small picture&#039; slideshow setting"</title>
			<link>http://www.kriesi.at/support/topic/change-featured-image-size-in-small-picture-slideshow-setting#post-31993</link>
			<pubDate>Tue, 15 Nov 2011 21:40:05 +0000</pubDate>
			<dc:creator>chrismv48</dc:creator>
			<guid isPermaLink="false">31993@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I tried this, but strangely enough it only decreased the height of my featured images.  See here: &#60;a href=&#34;http://www.therealestaterealist.com&#34; rel=&#34;nofollow&#34;&#62;http://www.therealestaterealist.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Change featured image size in &#039;small picture&#039; slideshow setting"</title>
			<link>http://www.kriesi.at/support/topic/change-featured-image-size-in-small-picture-slideshow-setting#post-31805</link>
			<pubDate>Sun, 13 Nov 2011 11:56:55 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">31805@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
you also need to adjust the thumbnail sizes in functions.php. Afterwards regenerate the thumbnails with: &#60;a href=&#34;http://wordpress.org/extend/plugins/regenerate-thumbnails/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/regenerate-thumbnails/&#60;/a&#62; - then the slideshow should display the bigger thumbs.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chrismv48 on "Change featured image size in &#039;small picture&#039; slideshow setting"</title>
			<link>http://www.kriesi.at/support/topic/change-featured-image-size-in-small-picture-slideshow-setting#post-31749</link>
			<pubDate>Sat, 12 Nov 2011 18:42:07 +0000</pubDate>
			<dc:creator>chrismv48</dc:creator>
			<guid isPermaLink="false">31749@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Great theme here.  I've recommended it to a few friends already :)&#60;/p&#62;
&#60;p&#62;I have multiple questions, but I'm going to post them in separate posts so your users can search them more easily (hopefully saving you time in answering duplicate posts!)&#60;/p&#62;
&#60;p&#62;My first question is how do I change the size of the featured images when the theme is set to display 'All Entries with Small Pictures'.  I previously adjusted the width of the main to be bigger, and the sidebar to be smaller, so now I'd like to make the featured images a bit bigger to take up the blank space created by this modification.  I thought I found the code to edit in style.css here:&#60;/p&#62;
&#60;p&#62;#top .slideshow{&#60;br /&#62;
height:235px; 	/*this changes the height of the main image slider*/&#60;br /&#62;
width:500px;&#60;br /&#62;
overflow: hidden;&#60;br /&#62;
position: relative;&#60;br /&#62;
list-style-type: none;&#60;br /&#62;
padding:0;&#60;br /&#62;
margin:0 0 20px 0;&#60;br /&#62;
border:none;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;But editing the width doesn't seem to do anything.  Is it being overridden by a different style sheet?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
