<?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: Change defaults for &#34;Apply link to the image&#34;</title>
		<link>http://www.kriesi.at/support/topic/change-defaults-for-apply-link-to-the-image</link>
		<description>Support Forum - Topic: Change defaults for &quot;Apply link to the image&quot;</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 13:40:59 +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/change-defaults-for-apply-link-to-the-image" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Change defaults for &#34;Apply link to the image&#34;"</title>
			<link>http://www.kriesi.at/support/topic/change-defaults-for-apply-link-to-the-image#post-85803</link>
			<pubDate>Thu, 29 Nov 2012 05:58:04 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">85803@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Go to includes &#38;gt; admin folder then edit register-admin-metabox.php, find this line of codes&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;array(	&#38;quot;name&#38;quot; 	=&#38;gt; &#38;quot;Apply link to the image?&#38;quot;,
										&#38;quot;desc&#38;quot; 	=&#38;gt; &#38;quot;&#38;quot;,
										&#38;quot;slug&#38;quot;  =&#38;gt; &#38;quot;media&#38;quot;,
										&#38;quot;class&#38;quot; =&#38;gt; &#38;quot;av_2columns av_col_1&#38;quot;,
							            &#38;quot;id&#38;quot; 	=&#38;gt; &#38;quot;slideshow_link&#38;quot;,
							            &#38;quot;type&#38;quot; 	=&#38;gt; &#38;quot;select&#38;quot;,
							            &#38;quot;std&#38;quot; 	=&#38;gt; &#38;quot;self&#38;quot;,
							            &#38;quot;no_first&#38;quot;  =&#38;gt; &#38;quot;true&#38;quot;,
							            &#38;quot;subtype&#38;quot; =&#38;gt; array(&#38;#39;No link&#38;#39;=&#38;gt;&#38;#39;&#38;#39;,&#38;#39;Open Lightbox when clicked&#38;#39;=&#38;gt;&#38;#39;lightbox&#38;#39;,&#38;#39;Link to this Post&#38;#39;=&#38;gt;&#38;#39;self&#38;#39;,&#38;#39;Link to Page&#38;#39;=&#38;gt;&#38;#39;page&#38;#39;,&#38;#39;Link to Category&#38;#39;=&#38;gt;&#38;#39;cat&#38;#39;,&#38;#39;Link manually&#38;#39;=&#38;gt;&#38;#39;url&#38;#39;),

							           ),&#60;/code&#62;&#60;/pre&#62;
&#60;pre&#62;&#60;code&#62;array(	&#38;quot;name&#38;quot; 	=&#38;gt; &#38;quot;Apply link to the image?&#38;quot;,
										&#38;quot;desc&#38;quot; 	=&#38;gt; &#38;quot;&#38;quot;,
										&#38;quot;slug&#38;quot;  =&#38;gt; &#38;quot;media&#38;quot;,
										&#38;quot;class&#38;quot; =&#38;gt; &#38;quot;av_2columns av_col_1&#38;quot;,
							            &#38;quot;id&#38;quot; 	=&#38;gt; &#38;quot;slideshow_link&#38;quot;,
							            &#38;quot;type&#38;quot; 	=&#38;gt; &#38;quot;select&#38;quot;,
							            &#38;quot;std&#38;quot; 	=&#38;gt; &#38;quot;lightbox&#38;quot;,
							            &#38;quot;no_first&#38;quot;  =&#38;gt; &#38;quot;true&#38;quot;,
							            &#38;quot;subtype&#38;quot; =&#38;gt; array(&#38;#39;No link&#38;#39;=&#38;gt;&#38;#39;&#38;#39;,&#38;#39;Open Lightbox when clicked&#38;#39;=&#38;gt;&#38;#39;lightbox&#38;#39;,&#38;#39;Link to this Post&#38;#39;=&#38;gt;&#38;#39;self&#38;#39;,&#38;#39;Link to Page&#38;#39;=&#38;gt;&#38;#39;page&#38;#39;,&#38;#39;Link to Category&#38;#39;=&#38;gt;&#38;#39;cat&#38;#39;,&#38;#39;Link manually&#38;#39;=&#38;gt;&#38;#39;url&#38;#39;),

							           ),&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;We change std to lightbox. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rsn8 on "Change defaults for &#34;Apply link to the image&#34;"</title>
			<link>http://www.kriesi.at/support/topic/change-defaults-for-apply-link-to-the-image#post-85791</link>
			<pubDate>Thu, 29 Nov 2012 01:48:56 +0000</pubDate>
			<dc:creator>rsn8</dc:creator>
			<guid isPermaLink="false">85791@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I would love to change the default for this &#34;Apply link to the image&#34; from &#34;link to this Post&#34; to &#34;Open Lightbox when clicked&#34;  Is this possible?&#60;/p&#62;
&#60;p&#62;I know I can change it individually for each portfolio item, but would love to make this the default for future portfolio items.&#60;/p&#62;
&#60;p&#62;thanks...jay
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
