<?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 - Tag: square - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/square</link>
		<description>Support Forum - Tag: square - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 13:28:22 +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/tags/square" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "How to change the proportion of the product slider images?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-the-proportion-of-the-product-slider-images#post-65927</link>
			<pubDate>Mon, 16 Jul 2012 17:55:59 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">65927@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi ekajatik,&#60;/p&#62;
&#60;p&#62;You'll need to change the image size in your woocommerce-config.php&#38;gt;config.php. Search for&#60;br /&#62;
&#60;code&#62;//product thumbnails&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;The size used for the slider element is the shop_catalog. Make sure to save the file back on to your server and regenerate your thumbnails using: &#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;&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ekajatik on "How to change the proportion of the product slider images?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-the-proportion-of-the-product-slider-images#post-64986</link>
			<pubDate>Wed, 11 Jul 2012 09:40:52 +0000</pubDate>
			<dc:creator>ekajatik</dc:creator>
			<guid isPermaLink="false">64986@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;We would like to change the proportion of the images as presented in product sliders in the template builder, and make the images render in landscape format (they are travel photographs which just don't look right as square images)&#60;/p&#62;
&#60;p&#62;Assistance would be appreciated.&#60;/p&#62;
&#60;p&#62;Many thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "Post image over the whole post width instead of just a square version?"</title>
			<link>http://www.kriesi.at/support/topic/post-image-over-the-whole-post-width-instead-of-just-a-square-version#post-59324</link>
			<pubDate>Fri, 08 Jun 2012 10:05:00 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">59324@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I've tried this solution here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.kriesi.at/support/topic/featured-image-larger-please#post-20617&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/featured-image-larger-please#post-20617&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;and created &#60;strong&#62;new&#60;/strong&#62; posts, to go sure, that I don't need to regenerate thumbnails by plugin new.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;functions.php, I add this in line 14:&#60;/strong&#62;&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$k_option[&#38;#39;custom&#38;#39;][&#38;#39;imgSize&#38;#39;][&#38;#39;P&#38;#39;] = array(&#38;#39;width&#38;#39;=&#38;gt;566, &#38;#39;height&#38;#39;=&#38;gt;250);     // single post featured image&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;In single.php I changed in line 25-29 the letter &#34;M&#34; to letter &#34;P&#34; according to my changes in the functions.php:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$preview_image = kriesi_post_thumb($post-&#38;gt;ID, array(&#38;#39;size&#38;#39;=&#38;gt; array(&#38;#39;P&#38;#39;),&#38;lt;br /&#38;gt;
													&#38;#39;display_link&#38;#39; =&#38;gt; array(&#38;#39;lightbox&#38;#39;), 				// &#38;#39;_prev_image_link&#38;#39; or array(&#38;#39;lightbox&#38;#39;)&#38;lt;br /&#38;gt;
													&#38;#39;linkurl&#38;#39; =&#38;gt; array (&#38;#39;fullscreen&#38;#39;,&#38;#39;_preview_big&#38;#39;),&#38;lt;br /&#38;gt;
													&#38;#39;wh&#38;#39; =&#38;gt; $k_option[&#38;#39;custom&#38;#39;][&#38;#39;imgSize&#38;#39;][&#38;#39;P&#38;#39;]&#38;lt;br /&#38;gt;
													));&#38;lt;br /&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;but I've got a &#60;strong&#62;strange result:&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;the square image remains, but when hovering this image, a magnifying glass is in the middle of the post, what would be the center of the new wider image; I can analyze with firebug an image width of 566 px for lightbox:&#60;/p&#62;
&#60;p&#62;Screenshot:&#60;br /&#62;
&#60;a href=&#34;http://i49.tinypic.com/w858pl.jpg&#34; rel=&#34;nofollow&#34;&#62;http://i49.tinypic.com/w858pl.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I can't change the CSS for &#60;/p&#62;
&#60;p&#62;&#60;code&#62;.entry-previewimage{&#60;br /&#62;
float:left;&#60;br /&#62;
height:180px;&#60;br /&#62;
margin:4px 20px 10px 0;&#60;br /&#62;
padding:7px;&#60;br /&#62;
width:180px;&#60;br /&#62;
}&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;because this&#60;br /&#62;
a) changes also the preview post images at the frontpage&#60;br /&#62;
b) has no effect to the &#34;cut&#34; of the images at the single post --&#38;gt; it still remains cut to a 180x180 image:&#60;/p&#62;
&#60;p&#62;What can I do, so that at a single post the featured image is really 566 px wide?&#60;br /&#62;
Note: the square version of this image should remain at the frontpage posts overview! &#60;/p&#62;
&#60;p&#62;Thanks in advance!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "Post image over the whole post width instead of just a square version?"</title>
			<link>http://www.kriesi.at/support/topic/post-image-over-the-whole-post-width-instead-of-just-a-square-version#post-59318</link>
			<pubDate>Fri, 08 Jun 2012 08:55:19 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">59318@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I would like to have a post image over the whole post width instead of this:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://i45.tinypic.com/2w6hslj.jpg&#34; rel=&#34;nofollow&#34;&#62;http://i45.tinypic.com/2w6hslj.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;- same behaviour as the standard (lightbox etc.), but just over the whole width, i.e. 580 px wide and around 250 px high.&#60;/p&#62;
&#60;p&#62;Where can I change this?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
