<?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: Lightbox</title>
		<link>http://www.kriesi.at/support/topic/lightbox-3</link>
		<description>Support Forum - Topic: Lightbox</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 22:11:48 +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/lightbox-3" rel="self" type="application/rss+xml" />

		<item>
			<title>James Morrison on "Lightbox"</title>
			<link>http://www.kriesi.at/support/topic/lightbox-3#post-19878</link>
			<pubDate>Thu, 26 May 2011 08:40:38 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">19878@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;No problem, glad you got this worked out!&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dwhitt on "Lightbox"</title>
			<link>http://www.kriesi.at/support/topic/lightbox-3#post-19763</link>
			<pubDate>Tue, 24 May 2011 17:36:20 +0000</pubDate>
			<dc:creator>dwhitt</dc:creator>
			<guid isPermaLink="false">19763@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi James&#60;br /&#62;
1 minute, done..................&#60;/p&#62;
&#60;p&#62;Many thanks as always James&#60;/p&#62;
&#60;p&#62;DWhitt
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Lightbox"</title>
			<link>http://www.kriesi.at/support/topic/lightbox-3#post-19733</link>
			<pubDate>Tue, 24 May 2011 11:22:48 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">19733@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Sorry for the misunderstanding. You can easily change this by editing the function which loads the images. In single.php find this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$big_prev_image = kriesi_post_thumb($post-&#38;gt;ID, array(&#38;#39;size&#38;#39;=&#38;gt; array(&#38;#39;L&#38;#39;),
															 &#38;#39;wh&#38;#39; =&#38;gt; $k_option[&#38;#39;custom&#38;#39;][&#38;#39;imgSize&#38;#39;][&#38;#39;L&#38;#39;],
															 &#38;#39;display_link&#38;#39; =&#38;gt; array(&#38;#39;lightbox&#38;#39;),
															&#38;#39;linkurl&#38;#39; =&#38;gt; array (&#38;#39;XL&#38;#39;,&#38;#39;_preview_big&#38;#39;)
															));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and change the &#60;strong&#62;display_link&#60;/strong&#62; and &#60;strong&#62;linkurl&#60;/strong&#62; so they look like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$big_prev_image = kriesi_post_thumb($post-&#38;gt;ID, array(&#38;#39;size&#38;#39;=&#38;gt; array(&#38;#39;L&#38;#39;),
															 &#38;#39;wh&#38;#39; =&#38;gt; $k_option[&#38;#39;custom&#38;#39;][&#38;#39;imgSize&#38;#39;][&#38;#39;L&#38;#39;],
															 &#38;#39;display_link&#38;#39; =&#38;gt; none,
															&#38;#39;linkurl&#38;#39; =&#38;gt; none
															));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you only want this for Portfolio page items (i.e. you want the lightbox effect on regular blog pages etc) then duplicate &#60;strong&#62;single.php&#60;/strong&#62; to &#60;strong&#62;single-portfolio.php&#60;/strong&#62; and make you changes there.&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dwhitt on "Lightbox"</title>
			<link>http://www.kriesi.at/support/topic/lightbox-3#post-19690</link>
			<pubDate>Mon, 23 May 2011 15:52:24 +0000</pubDate>
			<dc:creator>dwhitt</dc:creator>
			<guid isPermaLink="false">19690@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Support&#60;br /&#62;
Have been away for a few days so only just read your update, thanks for the reply. I seem to have not explained myself clearly enough and it is quite difficult to describe what I am talking about. When you gave the reply above to select between the lightbox and link to the individual portfolio entry, I have that selected to go to the individual entry from the portfolio pages.&#60;br /&#62;
However, when I am in the individual portfolio item page seeing the larger picture displayed, when I click on that there is a link that is trying to display a larger version of the picture in a lightbox?? That is the function I wish to turn off?&#60;br /&#62;
You can see the effect at: &#60;a href=&#34;http://www.stonedecor.co.uk/?portfolio=jewellery-box-2-drawer&#34; rel=&#34;nofollow&#34;&#62;http://www.stonedecor.co.uk/?portfolio=jewellery-box-2-drawer&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks for your patience guys&#60;/p&#62;
&#60;p&#62;DWhitt
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Lightbox"</title>
			<link>http://www.kriesi.at/support/topic/lightbox-3#post-19291</link>
			<pubDate>Tue, 17 May 2011 10:09:34 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">19291@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;I believe this is an option in the Theme Options under Portfolio. You can select between the lightbox and the link to the individual portfolio entry.&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dwhitt on "Lightbox"</title>
			<link>http://www.kriesi.at/support/topic/lightbox-3#post-19249</link>
			<pubDate>Mon, 16 May 2011 14:31:38 +0000</pubDate>
			<dc:creator>dwhitt</dc:creator>
			<guid isPermaLink="false">19249@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude&#60;br /&#62;
Me again with a small request/hiccup. How do I disable the lightbox feature?  I have my portfolio so that when I click on the thumb picture I am taken to the portfolio item in detail. However, when I see the picture in the item page and click on it, I see a small white square expecting a larger picture, (I think)?  However I wish to switch off the click feature that this is using as I do not wish to use the lightbox feature?&#60;br /&#62;
Is this in the code or a setting on one of the admin pages??&#60;/p&#62;
&#60;p&#62;Many thanks for any help....&#60;br /&#62;
DWhitt
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
