<?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: Make &#34;Open Lightbox When Clicked&#34; Default Option</title>
		<link>http://www.kriesi.at/support/topic/make-open-lightbox-when-clicked-default-option</link>
		<description>Support Forum - Topic: Make &quot;Open Lightbox When Clicked&quot; Default Option</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 14:04:20 +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/make-open-lightbox-when-clicked-default-option" rel="self" type="application/rss+xml" />

		<item>
			<title>Kriesi on "Make &#34;Open Lightbox When Clicked&#34; Default Option"</title>
			<link>http://www.kriesi.at/support/topic/make-open-lightbox-when-clicked-default-option#post-93522</link>
			<pubDate>Sat, 26 Jan 2013 16:25:39 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">93522@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; pretty much yes. just search for the correct array and set the &#34;std&#34; value to lightbox :) &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Kriesi
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JNYB on "Make &#34;Open Lightbox When Clicked&#34; Default Option"</title>
			<link>http://www.kriesi.at/support/topic/make-open-lightbox-when-clicked-default-option#post-93355</link>
			<pubDate>Fri, 25 Jan 2013 08:22:40 +0000</pubDate>
			<dc:creator>JNYB</dc:creator>
			<guid isPermaLink="false">93355@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Does this same code work for the Angular theme?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Make &#34;Open Lightbox When Clicked&#34; Default Option"</title>
			<link>http://www.kriesi.at/support/topic/make-open-lightbox-when-clicked-default-option#post-88729</link>
			<pubDate>Tue, 18 Dec 2012 08:34:24 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">88729@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Glad that I could help you :) &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kmac on "Make &#34;Open Lightbox When Clicked&#34; Default Option"</title>
			<link>http://www.kriesi.at/support/topic/make-open-lightbox-when-clicked-default-option#post-88630</link>
			<pubDate>Mon, 17 Dec 2012 17:53:22 +0000</pubDate>
			<dc:creator>kmac</dc:creator>
			<guid isPermaLink="false">88630@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude,&#60;/p&#62;
&#60;p&#62;Thanks so much for the quick reply &#38;amp; solution.&#60;/p&#62;
&#60;p&#62;Cheers
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Make &#34;Open Lightbox When Clicked&#34; Default Option"</title>
			<link>http://www.kriesi.at/support/topic/make-open-lightbox-when-clicked-default-option#post-88627</link>
			<pubDate>Mon, 17 Dec 2012 17:38:01 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">88627@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Open up coherence\includes\admin\register-admin-metabox.php and replace following code:&#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;p&#62;with:&#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;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;</description>
		</item>
		<item>
			<title>kmac on "Make &#34;Open Lightbox When Clicked&#34; Default Option"</title>
			<link>http://www.kriesi.at/support/topic/make-open-lightbox-when-clicked-default-option#post-88617</link>
			<pubDate>Mon, 17 Dec 2012 17:05:47 +0000</pubDate>
			<dc:creator>kmac</dc:creator>
			<guid isPermaLink="false">88617@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Would it be possible to make &#34;Open Lightbox When Clicked&#34; the default option when adding images to a portfolio entry?&#60;br /&#62;
As it stands now &#34;Link to Post&#34; is the default &#38;amp; as my client will only be utilizing the lightbox feature it would be great if I could set this up for him.&#60;/p&#62;
&#60;p&#62;Cheers
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
