<?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 resize image list attached to gallery?</title>
		<link>http://www.kriesi.at/support/topic/how-to-resize-image-list-attached-to-gallery</link>
		<description>Support Forum - Topic: How to resize image list attached to gallery?</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 14:45:21 +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-resize-image-list-attached-to-gallery" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "How to resize image list attached to gallery?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-resize-image-list-attached-to-gallery#post-69335</link>
			<pubDate>Sat, 04 Aug 2012 14:57:24 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">69335@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;2) Open up includes/loop-index.php and cut following code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if(!post_password_required())
				{
					//embeded list gallery
					if(is_single() &#38;amp;&#38;amp; strpos($avia_config[&#38;#39;layout&#38;#39;],&#38;#39;attached_images&#38;#39;) !== false )
					{
						new avia_embed_images();
					}

					//embeded 3 column gallery
					if(is_single() &#38;amp;&#38;amp; strpos($avia_config[&#38;#39;layout&#38;#39;],&#38;#39;three_column&#38;#39;) !== false )
					{
						new avia_three_column();
					}

					//embeded list gallery
					if(is_single() &#38;amp;&#38;amp; strpos($avia_config[&#38;#39;layout&#38;#39;],&#38;#39;gallery_shortcode&#38;#39;) !== false )
					{
						global $gallery_active;
						if(!$gallery_active) echo do_shortcode(&#38;#39;[gallery force=&#38;quot;avia&#38;quot;]&#38;#39;);
					}
				}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then paste it before following line:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if(is_search() &#124;&#124; avia_is_overview())&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;3) Afaik it's currently not possible to apply a custom url to gallery images - thus you can't link the image to portfolio entries if you use the gallery shortcode. A workaround would be to insert the image directly into the post content (via the text editor) - by going this way you can change the link url.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lchales on "How to resize image list attached to gallery?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-resize-image-list-attached-to-gallery#post-68962</link>
			<pubDate>Thu, 02 Aug 2012 14:21:49 +0000</pubDate>
			<dc:creator>lchales</dc:creator>
			<guid isPermaLink="false">68962@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ismael i think they come from JetPack, i have no idea, why do you ask? do you think thats the problem for 2 and 3?&#60;br /&#62;
I actually change the blog gallery to slideshow, and the is no problems at all. But still what i want is to have just 1 images in the blog that when the user click on it take him to an specific portfolio. any help on that?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "How to resize image list attached to gallery?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-resize-image-list-attached-to-gallery#post-68829</link>
			<pubDate>Thu, 02 Aug 2012 01:30:35 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">68829@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Is the sharing buttons a plugin you just added?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lchales on "How to resize image list attached to gallery?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-resize-image-list-attached-to-gallery#post-68772</link>
			<pubDate>Wed, 01 Aug 2012 18:33:10 +0000</pubDate>
			<dc:creator>lchales</dc:creator>
			<guid isPermaLink="false">68772@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;1- done.&#60;br /&#62;
2- is still unresolved.&#60;br /&#62;
3- is still unresolved.&#60;br /&#62;
4- done
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lchales on "How to resize image list attached to gallery?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-resize-image-list-attached-to-gallery#post-68734</link>
			<pubDate>Wed, 01 Aug 2012 16:04:56 +0000</pubDate>
			<dc:creator>lchales</dc:creator>
			<guid isPermaLink="false">68734@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I resize te content width to 650px with a code i found somewhere in the forum, now the problem is:&#60;br /&#62;
1- If i attache an image to the entry the images is small, i can't find a way to resize it.&#60;br /&#62;
2- how to link that image to a portfolio item? not to the file itself.&#60;br /&#62;
3- the attache image goes below the text and the sharing buttons.&#60;br /&#62;
4- how can i remove the text below the comments box? You may use these blah blah.....&#60;/p&#62;
&#60;p&#62;here is the entry &#60;a href=&#34;http://luischales.com/quinces-photography/miami-quinces-photographer-luis-chales-daniela/&#34; rel=&#34;nofollow&#34;&#62;http://luischales.com/quinces-photography/miami-quinces-photographer-luis-chales-daniela/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Please help
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
