<?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: Larger image width for the image list attached to post</title>
		<link>http://www.kriesi.at/support/topic/larger-image-width-for-the-image-list-attached-to-post</link>
		<description>Support Forum - Topic: Larger image width for the image list attached to post</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 06:55:29 +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/larger-image-width-for-the-image-list-attached-to-post" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Larger image width for the image list attached to post"</title>
			<link>http://www.kriesi.at/support/topic/larger-image-width-for-the-image-list-attached-to-post#post-95597</link>
			<pubDate>Thu, 07 Feb 2013 06:38:47 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">95597@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Glad it is fixed.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alexthefunk on "Larger image width for the image list attached to post"</title>
			<link>http://www.kriesi.at/support/topic/larger-image-width-for-the-image-list-attached-to-post#post-95520</link>
			<pubDate>Wed, 06 Feb 2013 19:16:00 +0000</pubDate>
			<dc:creator>alexthefunk</dc:creator>
			<guid isPermaLink="false">95520@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you for your answer, that is the one!&#60;br /&#62;
Regards&#60;br /&#62;
Alex
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Larger image width for the image list attached to post"</title>
			<link>http://www.kriesi.at/support/topic/larger-image-width-for-the-image-list-attached-to-post#post-95511</link>
			<pubDate>Wed, 06 Feb 2013 18:21:14 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">95511@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Alex,&#60;/p&#62;
&#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;#top .avia_embed_image .exif_data_tooltip {
width: 300px;
position: absolute;
padding: 0 0 0 8px;
margin-left: 422px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can then adjust the margin-left if needed. It depends on what your final layout will be and if this is the tooltip behavior you were talking about.&#60;/p&#62;
&#60;p&#62;If not, can you link us to the specific page so we can inspect live?&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alexthefunk on "Larger image width for the image list attached to post"</title>
			<link>http://www.kriesi.at/support/topic/larger-image-width-for-the-image-list-attached-to-post#post-95432</link>
			<pubDate>Wed, 06 Feb 2013 12:39:46 +0000</pubDate>
			<dc:creator>alexthefunk</dc:creator>
			<guid isPermaLink="false">95432@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael,&#60;/p&#62;
&#60;p&#62;OK thanks! It was a silly question! ... It made me realise that the function.php was actually generating (however clearly mentioned in the php file) the thumbnails not choosing the size among the thumbnails.&#60;/p&#62;
&#60;p&#62;Could also give me a hint to style the tooltips so as they keep on the right of the image when I will turn all the galleries with their new width?&#60;/p&#62;
&#60;p&#62;Regards&#60;br /&#62;
Alex
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Larger image width for the image list attached to post"</title>
			<link>http://www.kriesi.at/support/topic/larger-image-width-for-the-image-list-attached-to-post#post-94751</link>
			<pubDate>Sun, 03 Feb 2013 06:22:00 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">94751@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Replace this code&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.postid-1013 .content .box {
width: 1024px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.postid-1013 .content .box {
width: 840px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and probably this code &#60;/p&#62;
&#60;p&#62;&#60;code&#62;$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;blog&#38;#39;] = array(&#38;#39;width&#38;#39;=&#38;gt;1000px, &#38;#39;height&#38;#39;=&#38;gt;9999, &#38;#39;crop&#38;#39;=&#38;gt;false);	 // image for blog posts&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;with&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;blog&#38;#39;] = array(&#38;#39;width&#38;#39;=&#38;gt;790px, &#38;#39;height&#38;#39;=&#38;gt;9999, &#38;#39;crop&#38;#39;=&#38;gt;false);	 // image for blog posts&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Again, regenerate thumbnails.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alexthefunk on "Larger image width for the image list attached to post"</title>
			<link>http://www.kriesi.at/support/topic/larger-image-width-for-the-image-list-attached-to-post#post-94698</link>
			<pubDate>Sat, 02 Feb 2013 18:37:52 +0000</pubDate>
			<dc:creator>alexthefunk</dc:creator>
			<guid isPermaLink="false">94698@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael,&#60;/p&#62;
&#60;p&#62;Thank you for your answer. It is awesome. &#60;/p&#62;
&#60;p&#62;However, I realised 1024px was a bit too large and wordpress does not make any intermediate in between 430 and 1024px when uploading the pictures... is there anyway to do some? around 840px?&#60;/p&#62;
&#60;p&#62;Regards&#60;br /&#62;
Alex
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Larger image width for the image list attached to post"</title>
			<link>http://www.kriesi.at/support/topic/larger-image-width-for-the-image-list-attached-to-post#post-94630</link>
			<pubDate>Sat, 02 Feb 2013 03:11:55 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">94630@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You can use this on your custom.css. .postid-1013 is the id of the page you provided.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.postid-1013 .content .box {
width: 1024px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then edit functions.php and find this code&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;blog&#38;#39;] 		= array(&#38;#39;width&#38;#39;=&#38;gt;430, &#38;#39;height&#38;#39;=&#38;gt;9999, &#38;#39;crop&#38;#39;=&#38;gt;false);		// image for blog posts&#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;blog&#38;#39;] 		= array(&#38;#39;width&#38;#39;=&#38;gt;1000px, &#38;#39;height&#38;#39;=&#38;gt;9999, &#38;#39;crop&#38;#39;=&#38;gt;false);		// image for blog posts&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Regenerate the thumbnails.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alexthefunk on "Larger image width for the image list attached to post"</title>
			<link>http://www.kriesi.at/support/topic/larger-image-width-for-the-image-list-attached-to-post#post-94429</link>
			<pubDate>Thu, 31 Jan 2013 23:54:04 +0000</pubDate>
			<dc:creator>alexthefunk</dc:creator>
			<guid isPermaLink="false">94429@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;For exemple the shortcode page is displayed on the whole width of the screen: &#60;a href=&#34;http://www.kriesi.at/themes/flashlight/shortcodes&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/themes/flashlight/shortcodes&#60;/a&#62;&#60;br /&#62;
I would like to do the same with the image list embedded to the post ...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alexthefunk on "Larger image width for the image list attached to post"</title>
			<link>http://www.kriesi.at/support/topic/larger-image-width-for-the-image-list-attached-to-post#post-94426</link>
			<pubDate>Thu, 31 Jan 2013 23:41:40 +0000</pubDate>
			<dc:creator>alexthefunk</dc:creator>
			<guid isPermaLink="false">94426@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;br /&#62;
I would like the images to be displayed in 1024px width straight from the image list attached to the post. (This one for example: &#60;a href=&#34;http://www.alexandremarcphotography.com/portfolio-item/travel&#34; rel=&#34;nofollow&#34;&#62;http://www.alexandremarcphotography.com/portfolio-item/travel&#60;/a&#62;)&#60;br /&#62;
Is it possible to do so? a bit of css to change somewhere?&#60;br /&#62;
Thanks in advance&#60;br /&#62;
Alex
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
