<?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: Image size in Archives</title>
		<link>http://www.kriesi.at/support/topic/image-size-in-archives</link>
		<description>Support Forum - Topic: Image size in Archives</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 04:17:56 +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/image-size-in-archives" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Image size in Archives"</title>
			<link>http://www.kriesi.at/support/topic/image-size-in-archives#post-91098</link>
			<pubDate>Fri, 11 Jan 2013 07:55:54 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">91098@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;We encourage you to experiment on it. You can change the values and add more if you want, you will find more interesting variations.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rita01 on "Image size in Archives"</title>
			<link>http://www.kriesi.at/support/topic/image-size-in-archives#post-91057</link>
			<pubDate>Thu, 10 Jan 2013 21:34:35 +0000</pubDate>
			<dc:creator>rita01</dc:creator>
			<guid isPermaLink="false">91057@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You really rule here !&#60;/p&#62;
&#60;p&#62;That's perfect now. I think I can play a little bit with the values right ?&#60;/p&#62;
&#60;p&#62;Thank you Devin and Dude
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Image size in Archives"</title>
			<link>http://www.kriesi.at/support/topic/image-size-in-archives#post-91041</link>
			<pubDate>Thu, 10 Jan 2013 20:50:59 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">91041@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi rita01,&#60;/p&#62;
&#60;p&#62;This wouldn't work with any other image size but since you are using the small icon size we can manually set the image container and then position it a bit. I'm not sure if this is what you were going for but 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;/p&#62;
&#60;pre&#62;&#60;code&#62;#top.archive .slideshow.fade_slider {
width: 36px !important;
height: 36px !important;
position: absolute;
top: -36px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rita01 on "Image size in Archives"</title>
			<link>http://www.kriesi.at/support/topic/image-size-in-archives#post-90968</link>
			<pubDate>Thu, 10 Jan 2013 14:17:08 +0000</pubDate>
			<dc:creator>rita01</dc:creator>
			<guid isPermaLink="false">90968@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you very much Dude !&#60;/p&#62;
&#60;p&#62;I have tried your tip but it doesn't work for me. The format changes but the image keep filling all the container in spite of its low resolution (I have used &#34;widget&#34; size), look at here :&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://lacroiseedeschemins.ma/portfolio_entries/collectif/&#34; rel=&#34;nofollow&#34;&#62;http://lacroiseedeschemins.ma/portfolio_entries/collectif/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I have tried to regenerate thumbnails too.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Image size in Archives"</title>
			<link>http://www.kriesi.at/support/topic/image-size-in-archives#post-90943</link>
			<pubDate>Thu, 10 Jan 2013 11:28:50 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">90943@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Open up wp-content\themes\angular\includes\format-standard.php and replace following code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$slider = new avia_slideshow(get_the_ID());&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$slider = new avia_slideshow(get_the_ID());

if(is_archive()){
$slider-&#38;gt;setImageSize(&#38;#39;portfolio&#38;#39;);
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can also use any other thumbnail size and you're not limited to the &#34;portfolio&#34; size. All available thumbnail sizes are defined in functions.php - i.e &#34;widget&#34;, &#34;post-format-image&#34;, etc.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rita01 on "Image size in Archives"</title>
			<link>http://www.kriesi.at/support/topic/image-size-in-archives#post-90810</link>
			<pubDate>Wed, 09 Jan 2013 15:27:26 +0000</pubDate>
			<dc:creator>rita01</dc:creator>
			<guid isPermaLink="false">90810@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I there,&#60;/p&#62;
&#60;p&#62;I would like to reduce (or delete if not possible) image size in categories archives. This page for example :&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://lacroiseedeschemins.ma/portfolio_entries/maradji/&#34; rel=&#34;nofollow&#34;&#62;http://lacroiseedeschemins.ma/portfolio_entries/maradji/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I have read some little help into the forum but I don't really understand, sorry. As i tell you, if it's not possible or to complicated I prefer to not have any image, just the title and exerpt.&#60;/p&#62;
&#60;p&#62;Thank you again for your kind support, and best wishes to your team.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
