<?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 - User Favorites: VikR</title>
		<link><a href='http://www.kriesi.at/support/profile/vikr'>vikr</a></link>
		<description>Support Forum - User Favorites: VikR</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 13:01: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/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Crop All Images in Slider to the Same Height?"</title>
			<link>http://www.kriesi.at/support/topic/crop-all-images-in-slider-to-the-same-height#post-97994</link>
			<pubDate>Fri, 22 Feb 2013 08:39:26 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">97994@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Glad that you solved the issue :) &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pcprincess77 on "Crop All Images in Slider to the Same Height?"</title>
			<link>http://www.kriesi.at/support/topic/crop-all-images-in-slider-to-the-same-height#post-97925</link>
			<pubDate>Thu, 21 Feb 2013 20:00:19 +0000</pubDate>
			<dc:creator>pcprincess77</dc:creator>
			<guid isPermaLink="false">97925@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin&#60;br /&#62;
You can remove my post under this topic if you'd like. I figured it out and have posted my solution under a different thread&#60;/p&#62;
&#60;p&#62;Thx :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Crop All Images in Slider to the Same Height?"</title>
			<link>http://www.kriesi.at/support/topic/crop-all-images-in-slider-to-the-same-height#post-97453</link>
			<pubDate>Tue, 19 Feb 2013 16:04:35 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">97453@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi pcprincess77,&#60;/p&#62;
&#60;p&#62;Setting crop to false will just have the images adjust proportionally. From the wordpress codex:&#60;br /&#62;
&#60;code&#62;False - Soft proportional crop mode ; True - Hard crop mode&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;The generated thumbnail image will then be called by its name and whatever size was generated will get spit out into that usage. CSS will usually then adjust the image to make it fit the container so that the theme isn't generating a whole bunch of single use images and instead a handful that can be used for multiple uses.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pcprincess77 on "Crop All Images in Slider to the Same Height?"</title>
			<link>http://www.kriesi.at/support/topic/crop-all-images-in-slider-to-the-same-height#post-97318</link>
			<pubDate>Mon, 18 Feb 2013 20:24:29 +0000</pubDate>
			<dc:creator>pcprincess77</dc:creator>
			<guid isPermaLink="false">97318@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I hope it's okay to add to this question.&#60;br /&#62;
If I don't want the images cropped but do want them to be displayed smaller than the default settings, do I just keep the &#34;crop&#34; value set to false?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Crop All Images in Slider to the Same Height?"</title>
			<link>http://www.kriesi.at/support/topic/crop-all-images-in-slider-to-the-same-height#post-97210</link>
			<pubDate>Mon, 18 Feb 2013 10:54:58 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">97210@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi VikR,&#60;/p&#62;
&#60;p&#62;Kindly open functions.php and find this code:&#60;br /&#62;
&#60;code&#62;$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;fullsize&#38;#39;] 		 	= array(&#38;#39;width&#38;#39;=&#38;gt;930, &#38;#39;height&#38;#39;=&#38;gt;930, &#38;#39;crop&#38;#39;=&#38;gt;false);		// big images for lightbox and portfolio single entries&#60;/code&#62;&#60;br /&#62;
and replace it with:&#60;br /&#62;
&#60;code&#62;$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;fullsize&#38;#39;] 		 	= array(&#38;#39;width&#38;#39;=&#38;gt;930, &#38;#39;height&#38;#39;=&#38;gt;450, &#38;#39;crop&#38;#39;=&#38;gt;true);		// big images for lightbox and portfolio single entries&#60;/code&#62;&#60;br /&#62;
save it and use Regenerate Thumbnails plugin to regenerate images.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>VikR on "Crop All Images in Slider to the Same Height?"</title>
			<link>http://www.kriesi.at/support/topic/crop-all-images-in-slider-to-the-same-height#post-97208</link>
			<pubDate>Mon, 18 Feb 2013 10:18:27 +0000</pubDate>
			<dc:creator>VikR</dc:creator>
			<guid isPermaLink="false">97208@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have a slider in a blog post at &#60;a href=&#34;http://www.freedomsflame.biz/blog/&#34; rel=&#34;nofollow&#34;&#62;http://www.freedomsflame.biz/blog/&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;The images have different heights. The slider has a cool feature where it adjusts its height to display the full height of each image.&#60;/p&#62;
&#60;p&#62;I would like to keep the slider at the same height for each image, even if that means losing some off the top and/or bottom of each image. I've gone to the WP Gallery and edited each image to be 450px high. However, my edits don't seem to be reflected when the slider displays them. The slider still has to change height from image to image.&#60;/p&#62;
&#60;p&#62;How can I keep the slider the same height for each image? Thanks in advance for the info.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>VikR on "Newbie Question: Where Do I Edit the Footer?"</title>
			<link>http://www.kriesi.at/support/topic/newbie-question-where-do-i-edit-the-footer#post-96807</link>
			<pubDate>Thu, 14 Feb 2013 17:48:00 +0000</pubDate>
			<dc:creator>VikR</dc:creator>
			<guid isPermaLink="false">96807@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Great. Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Newbie Question: Where Do I Edit the Footer?"</title>
			<link>http://www.kriesi.at/support/topic/newbie-question-where-do-i-edit-the-footer#post-96683</link>
			<pubDate>Thu, 14 Feb 2013 07:30:55 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">96683@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You can find those on Appearance &#38;gt; Widgets. Look for the Footer widget areas. Supply them with widgets to override the defaults.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>VikR on "Newbie Question: Where Do I Edit the Footer?"</title>
			<link>http://www.kriesi.at/support/topic/newbie-question-where-do-i-edit-the-footer#post-96612</link>
			<pubDate>Wed, 13 Feb 2013 21:36:18 +0000</pubDate>
			<dc:creator>VikR</dc:creator>
			<guid isPermaLink="false">96612@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;In Theme Options for Footer, I see options to change the number of Footer Columns, and the Footer Contact Info.  I do not yet see how to change the theme defaults such as &#34;Interesting Info&#34;, &#34;Pages&#34;, &#34;Categories,&#34; etc. Where do I access and change those sections and their contents?  Thanks in advance for the info.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Newbie Question: Where Do I Edit the Footer?"</title>
			<link>http://www.kriesi.at/support/topic/newbie-question-where-do-i-edit-the-footer#post-96523</link>
			<pubDate>Wed, 13 Feb 2013 14:23:23 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">96523@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi VikR,&#60;/p&#62;
&#60;p&#62;In the Theme Options you can modify the footer columns and contact info in the tab labeled Footer. For the socket (copyright and menus), you can modify the footer menu in Appearance&#38;gt;Menus with the dropdown &#34;Replete Socket Menu&#34;.&#60;/p&#62;
&#60;p&#62;The copyright can be modified in the footer.php file. Look for:&#60;br /&#62;
&#60;code&#62;&#38;lt;span class=&#38;#39;copyright&#38;#39;&#38;gt;&#38;amp;copy; &#38;lt;?php _e(&#38;#39;Copyright&#38;#39;,&#38;#39;avia_framework&#38;#39;); ?&#38;gt; - &#38;lt;a href=&#38;#39;&#38;lt;?php echo home_url(&#38;#39;/&#38;#39;); ?&#38;gt;&#38;#39;&#38;gt;&#38;lt;?php echo get_bloginfo(&#38;#39;name&#38;#39;);?&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;?php echo $kriesi_at_backlink; ?&#38;gt;&#38;lt;/span&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>VikR on "Newbie Question: Where Do I Edit the Footer?"</title>
			<link>http://www.kriesi.at/support/topic/newbie-question-where-do-i-edit-the-footer#post-96480</link>
			<pubDate>Wed, 13 Feb 2013 07:48:16 +0000</pubDate>
			<dc:creator>VikR</dc:creator>
			<guid isPermaLink="false">96480@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Where do I find the option to edit the content of the footer? Thanks in advance for the info.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Using Slider in Logo/Partner List?"</title>
			<link>http://www.kriesi.at/support/topic/using-slider-in-logopartner-list#post-96283</link>
			<pubDate>Tue, 12 Feb 2013 05:20:52 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">96283@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Let me tag this on to Kriesi for future updates.&#60;/p&#62;
&#60;p&#62;You can also use the slideshow to showcase the logos. Place 3 logos side by side as a single image then upload it on a slideshow.  Let's say you have 3 sets or 9 logos, it will look like a logo slider.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>VikR on "Using Slider in Logo/Partner List?"</title>
			<link>http://www.kriesi.at/support/topic/using-slider-in-logopartner-list#post-96230</link>
			<pubDate>Mon, 11 Feb 2013 19:19:26 +0000</pubDate>
			<dc:creator>VikR</dc:creator>
			<guid isPermaLink="false">96230@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hmmmm...... I guess a slideshow just shows one image at a time.  For a possible future update, it might be good to have a version of the Product Slider that can be used for logos. A Partner/Logo slider. Cool! For now 5 logos will be fine. :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>VikR on "Using Slider in Logo/Partner List?"</title>
			<link>http://www.kriesi.at/support/topic/using-slider-in-logopartner-list#post-96227</link>
			<pubDate>Mon, 11 Feb 2013 18:59:38 +0000</pubDate>
			<dc:creator>VikR</dc:creator>
			<guid isPermaLink="false">96227@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok. Hmmm.... Can I add a slide show element to the template to get a slider functionality?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Using Slider in Logo/Partner List?"</title>
			<link>http://www.kriesi.at/support/topic/using-slider-in-logopartner-list#post-96163</link>
			<pubDate>Mon, 11 Feb 2013 12:53:18 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">96163@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi VikR,&#60;/p&#62;
&#60;p&#62;No, it doesn't support any kind of slideshow function at this time.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>VikR on "Using Slider in Logo/Partner List?"</title>
			<link>http://www.kriesi.at/support/topic/using-slider-in-logopartner-list#post-96072</link>
			<pubDate>Sun, 10 Feb 2013 19:01:33 +0000</pubDate>
			<dc:creator>VikR</dc:creator>
			<guid isPermaLink="false">96072@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;In the Logo/Partner List section for Frontpage in Themebuilder, there is space for 5 logos. I would like to include 6 logos. Is there a way to use a slider in this section?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
