<?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: category image size</title>
		<link>http://www.kriesi.at/support/topic/category-image-size</link>
		<description>Support Forum - Topic: category image size</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 17:59:07 +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/category-image-size" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "category image size"</title>
			<link>http://www.kriesi.at/support/topic/category-image-size#post-85305</link>
			<pubDate>Mon, 26 Nov 2012 04:59:09 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">85305@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Idaskal,&#60;/p&#62;
&#60;p&#62;I just checked your site and its seems that you had already fixed it. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ldaskal on "category image size"</title>
			<link>http://www.kriesi.at/support/topic/category-image-size#post-84953</link>
			<pubDate>Thu, 22 Nov 2012 06:45:27 +0000</pubDate>
			<dc:creator>ldaskal</dc:creator>
			<guid isPermaLink="false">84953@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry Devin!&#60;/p&#62;
&#60;p&#62;But I just need know how to tweak this code:&#60;/p&#62;
&#60;p&#62;#top .slideshow li img {&#60;br /&#62;
   max-height: 212px;&#60;br /&#62;
   max-width: 320px;&#60;br /&#62;
   border: 1px solid black;&#60;br /&#62;
   -webkit-box-sizing: border-box;&#60;br /&#62;
   -moz-box-sizing: border-box;&#60;br /&#62;
   box-sizing: border-box;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;I'm looking to only change the sizes of the frontpage &#34;featured&#34; images and keep the rest the same size. Also, once the image is clicked and it goes the post...I would like the image to be the same size I uploaded it. Also, is the there a way to make the border, this color: #5abfde and possibly the dotted border?&#60;/p&#62;
&#60;p&#62;I hope I make sense.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "category image size"</title>
			<link>http://www.kriesi.at/support/topic/category-image-size#post-84616</link>
			<pubDate>Mon, 19 Nov 2012 21:06:43 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">84616@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi ldaskal,&#60;/p&#62;
&#60;p&#62;An image will be clickable if the featured image for that post has the setting to be clickable. For a post item its editable by expanding the image in the meta box under the visual editor and selecting different Link Options from the dropdown. For portfolio items its the same thing but on the invidual portfolio item page.&#60;/p&#62;
&#60;p&#62;I also think I just answered a similar if not identical question as this one shortly ago. If so, please keep questions to a single topic so that we aren't duplicating support topics/responses.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ldaskal on "category image size"</title>
			<link>http://www.kriesi.at/support/topic/category-image-size#post-84523</link>
			<pubDate>Mon, 19 Nov 2012 06:14:55 +0000</pubDate>
			<dc:creator>ldaskal</dc:creator>
			<guid isPermaLink="false">84523@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;they're not portfolio images?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "category image size"</title>
			<link>http://www.kriesi.at/support/topic/category-image-size#post-84522</link>
			<pubDate>Mon, 19 Nov 2012 06:12:42 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">84522@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Idaskal,&#60;/p&#62;
&#60;p&#62;For the border, kindly replace the code I gave you above with this code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .slideshow li img {
   max-height: 212px;
   max-width: 320px;
   border: 1px solid black;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Just adjust the border properties.&#60;/p&#62;
&#60;p&#62;For the linkable pics, inside your WP Dashboard, kindly go to Portfolio Items and edit a specific portfolio, then Find Featured Media (located on the bottom) and click Show. Then find Apply link to the image? and you can choose &#34;Link to this post&#34; or other options available and Save it. Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ldaskal on "category image size"</title>
			<link>http://www.kriesi.at/support/topic/category-image-size#post-84521</link>
			<pubDate>Mon, 19 Nov 2012 06:11:47 +0000</pubDate>
			<dc:creator>ldaskal</dc:creator>
			<guid isPermaLink="false">84521@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;sorry, I just noticed this...the front looks good, but when you click into the post - the image stays small - &#60;a href=&#34;http://www.yyscene.com/analog-cafe/&#34; rel=&#34;nofollow&#34;&#62;http://www.yyscene.com/analog-cafe/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;how can I fix this or move up the text?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ldaskal on "category image size"</title>
			<link>http://www.kriesi.at/support/topic/category-image-size#post-84514</link>
			<pubDate>Mon, 19 Nov 2012 05:37:10 +0000</pubDate>
			<dc:creator>ldaskal</dc:creator>
			<guid isPermaLink="false">84514@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;great, that worked - another quick question, why are some pics linkable and other not - on the frontpage and how can I put a border around the  pic?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "category image size"</title>
			<link>http://www.kriesi.at/support/topic/category-image-size#post-84510</link>
			<pubDate>Mon, 19 Nov 2012 04:41:44 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">84510@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi ldaskal,&#60;/p&#62;
&#60;p&#62;Kindly add this code in your Quick CSS(inside Theme Options &#38;gt; Styling) or custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .slideshow li img {
   max-height: 212px;
   max-width: 320px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ldaskal on "category image size"</title>
			<link>http://www.kriesi.at/support/topic/category-image-size#post-84347</link>
			<pubDate>Sat, 17 Nov 2012 03:02:38 +0000</pubDate>
			<dc:creator>ldaskal</dc:creator>
			<guid isPermaLink="false">84347@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://www.yyscene.com&#34; rel=&#34;nofollow&#34;&#62;http://www.yyscene.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "category image size"</title>
			<link>http://www.kriesi.at/support/topic/category-image-size#post-83226</link>
			<pubDate>Sat, 10 Nov 2012 15:36:17 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">83226@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi ldaskal,&#60;/p&#62;
&#60;p&#62;Can you post a link to your site? specifically the one that has the issue above. I tried to check the site linked in your name but it gives me an empty page.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ldaskal on "category image size"</title>
			<link>http://www.kriesi.at/support/topic/category-image-size#post-83165</link>
			<pubDate>Sat, 10 Nov 2012 00:31:38 +0000</pubDate>
			<dc:creator>ldaskal</dc:creator>
			<guid isPermaLink="false">83165@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;How can I fix the size on the frontpage column image so they are similar in size and look?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
