<?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: how to change this?</title>
		<link>http://www.kriesi.at/support/topic/how-to-change-this</link>
		<description>Support Forum - Topic: how to change this?</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 05:33:12 +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/how-to-change-this" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "how to change this?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-this#post-92717</link>
			<pubDate>Mon, 21 Jan 2013 20:53:26 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">92717@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You need to get back on my previous post, try to change this line on your function.php&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;widget&#38;#39;] = array(&#38;#39;width&#38;#39;=&#38;gt;36, &#38;#39;height&#38;#39;=&#38;gt;36);	 // small preview pics eg sidebar news&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Replace it with &#60;/p&#62;
&#60;p&#62;&#60;code&#62;$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;widget&#38;#39;] = array(&#38;#39;width&#38;#39;=&#38;gt;100, &#38;#39;height&#38;#39;=&#38;gt;60);	 // small preview pics eg sidebar news&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Now, regenerate thumbnails.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>G on "how to change this?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-this#post-92575</link>
			<pubDate>Mon, 21 Jan 2013 08:57:02 +0000</pubDate>
			<dc:creator>G</dc:creator>
			<guid isPermaLink="false">92575@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hi dude,&#60;br /&#62;
is it only for jpeg file? how about png file?&#60;br /&#62;
i had tried to change to png name in the code&#60;br /&#62;
but seem like no luck :(&#60;/p&#62;
&#60;p&#62;i added b4&#60;br /&#62;
require_once( 'functions-choices.php');
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "how to change this?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-this#post-92570</link>
			<pubDate>Mon, 21 Jan 2013 08:12:23 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">92570@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; You can try to increase the thumbnail quality: &#60;a href=&#34;http://inspectelement.com/snippets/change-the-default-wordpress-thumbnail-jpg-compression-quality/&#34; rel=&#34;nofollow&#34;&#62;http://inspectelement.com/snippets/change-the-default-wordpress-thumbnail-jpg-compression-quality/&#60;/a&#62; &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>G on "how to change this?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-this#post-92547</link>
			<pubDate>Mon, 21 Jan 2013 06:32:53 +0000</pubDate>
			<dc:creator>G</dc:creator>
			<guid isPermaLink="false">92547@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Ismael, the 100px and 60px size is what i like but NOT the smaller 60px and 36px.&#60;br /&#62;
size is okay for me, just the blurry image problem now.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "how to change this?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-this#post-92541</link>
			<pubDate>Mon, 21 Jan 2013 05:32:25 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">92541@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi giore,&#60;/p&#62;
&#60;p&#62;I checked your site and found this code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.search .news-thumb {
width: 100px;
height: 60px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Try to replace it with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.search .news-thumb {
width: 60px;
height: 36px;
}&#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>G on "how to change this?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-this#post-92535</link>
			<pubDate>Mon, 21 Jan 2013 04:34:00 +0000</pubDate>
			<dc:creator>G</dc:creator>
			<guid isPermaLink="false">92535@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Ismael, Dude and Devin,&#60;br /&#62;
the code works, for the Ismael last code i used, it was changed the thumb size but the image becomes blurry??&#60;br /&#62;
how to fix it?&#60;br /&#62;
&#60;a href=&#34;http://bit.ly/VIkwDt&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/VIkwDt&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "how to change this?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-this#post-92522</link>
			<pubDate>Sun, 20 Jan 2013 22:06:05 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">92522@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please add this on your custom.css to change the text color&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.title_meta p, .breadcrumb-trail a {
color: black !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;To modify the thumbnail size, try this one&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.search .news-thumb {
width: 100px;
height: 100px;
}

.search .news-thumb img {
width: 100%;
height: 100%;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>G on "how to change this?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-this#post-92471</link>
			<pubDate>Sun, 20 Jan 2013 09:21:20 +0000</pubDate>
			<dc:creator>G</dc:creator>
			<guid isPermaLink="false">92471@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes, i set the color to black, but it only works for partial text ! , the &#34;1 search result for: ASF&#34; text and link text did not changed !&#60;br /&#62;
&#60;a href=&#34;http://bit.ly/UGT0Ff&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/UGT0Ff&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;also, how to modify the search display thumbnail size?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "how to change this?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-this#post-92462</link>
			<pubDate>Sun, 20 Jan 2013 08:05:11 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">92462@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can change the color with following css code - add it to css/custom.css and change the color value:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.slideshow_color .breadcrumb {
color: #8F8F8F !important;
}

.slideshow_color .breadcrumb a:hover {
color: #333 !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>G on "how to change this?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-this#post-92371</link>
			<pubDate>Sat, 19 Jan 2013 04:03:08 +0000</pubDate>
			<dc:creator>G</dc:creator>
			<guid isPermaLink="false">92371@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hi, how to change this text color??&#60;br /&#62;
&#60;a href=&#34;http://bit.ly/XlrNpC&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/XlrNpC&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "how to change this?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-this#post-91640</link>
			<pubDate>Tue, 15 Jan 2013 07:42:39 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">91640@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; I tagged the thread for Devin. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>G on "how to change this?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-this#post-91554</link>
			<pubDate>Mon, 14 Jan 2013 19:44:12 +0000</pubDate>
			<dc:creator>G</dc:creator>
			<guid isPermaLink="false">91554@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hi, may i know why use #portfoliobox-2 ? is it stand for widget no2?&#60;br /&#62;
and how to remove the border(frame) or make it thinner?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "how to change this?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-this#post-91540</link>
			<pubDate>Mon, 14 Jan 2013 18:25:39 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">91540@http://www.kriesi.at/support/</guid>
			<description>&#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;#footer #portfoliobox-2 .image_size_widget .news-thumb img {
    height: 36px;
    width: 60px;
}

#footer #portfoliobox-2 .image_size_widget .news-thumb {
height: 36px;
width: 60px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That should allow you to modify both the height and the width in conjunction with changing the code in the php file as you've already done.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>G on "how to change this?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-this#post-91539</link>
			<pubDate>Mon, 14 Jan 2013 18:14:04 +0000</pubDate>
			<dc:creator>G</dc:creator>
			<guid isPermaLink="false">91539@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hi, Devin, an email sent to you !
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "how to change this?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-this#post-91529</link>
			<pubDate>Mon, 14 Jan 2013 17:34:55 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">91529@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sure thing, You can send the information to my email at DevinVinson (at) gmail.com. Make sure to include a link to this topic so that my spam filter doesn't grab it :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>G on "how to change this?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-this#post-91528</link>
			<pubDate>Mon, 14 Jan 2013 17:27:41 +0000</pubDate>
			<dc:creator>G</dc:creator>
			<guid isPermaLink="false">91528@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, Devin, can i have your email? so i can sent you a backend login password or you can sent your email to my email.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "how to change this?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-this#post-91522</link>
			<pubDate>Mon, 14 Jan 2013 17:06:36 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">91522@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey G,&#60;/p&#62;
&#60;p&#62;Can we take a look at your page live? I believe the widget also needs a minor change to the css but I'd like it to be specific to the footer area and widget for your site so that it doesn't effect any other setting/widgets.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>G on "how to change this?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-this#post-91463</link>
			<pubDate>Mon, 14 Jan 2013 13:12:26 +0000</pubDate>
			<dc:creator>G</dc:creator>
			<guid isPermaLink="false">91463@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;yes Ismael, i tried b4 and now, i changed only the width to 60, it still same &#34;square&#34; as default?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "how to change this?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-this#post-91450</link>
			<pubDate>Mon, 14 Jan 2013 11:11:12 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">91450@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi G,&#60;/p&#62;
&#60;p&#62;Kindly open functions.php and find this line of code (line 65):&#60;br /&#62;
&#60;code&#62;$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;widget&#38;#39;] 			 	= array(&#38;#39;width&#38;#39;=&#38;gt;36,  &#38;#39;height&#38;#39;=&#38;gt;36);						// small preview pics eg sidebar news&#60;/code&#62;&#60;br /&#62;
Just replace the height and width.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>G on "how to change this?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-this#post-91428</link>
			<pubDate>Mon, 14 Jan 2013 08:16:39 +0000</pubDate>
			<dc:creator>G</dc:creator>
			<guid isPermaLink="false">91428@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;oh,...seem like i have to think again how to sort out my items :)&#60;br /&#62;
btw, how to change this? &#60;a href=&#34;http://bit.ly/ZO35A8&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/ZO35A8&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;thanks&#60;br /&#62;
G
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "how to change this?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-this#post-91370</link>
			<pubDate>Sun, 13 Jan 2013 17:16:23 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">91370@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The theme framework does not support portfolio categories for widgets at the moment but you can use widget logic: &#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; instead. You can use the is_tax() conditional to check against a certain portfolio category: &#60;a href=&#34;http://codex.wordpress.org/Function_Reference/is_tax&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Function_Reference/is_tax&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If you have a portfolio category called &#34;company&#34; the conditional would look like:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;is_tax(&#38;#39;portfolio_entries&#38;#39;, &#38;#39;company&#38;#39;)&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can also use the term id instead of the term slug and you can use an array if you want to display a widget on several archive pages like:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;is_tax(&#38;#39;portfolio_entries&#38;#39;, array(&#38;#39;company&#38;#39;,&#38;#39;foundation&#38;#39;,&#38;#39;organization&#38;#39;))&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>G on "how to change this?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-this#post-91367</link>
			<pubDate>Sun, 13 Jan 2013 16:27:16 +0000</pubDate>
			<dc:creator>G</dc:creator>
			<guid isPermaLink="false">91367@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
first of all, i would like to apologize for my english is not so well, therefore i use a link to explain my question will be more better and less confusing you,&#60;br /&#62;
here is the link to the question and image, &#60;a href=&#34;http://bit.ly/UIPsAB&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/UIPsAB&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
G
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
