<?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 do I remove Lightbox on specific pages.</title>
		<link>http://www.kriesi.at/support/topic/how-do-i-remove-lightbox-on-specific-pages</link>
		<description>Support Forum - Topic: How do I remove Lightbox on specific pages.</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 21:25:05 +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-do-i-remove-lightbox-on-specific-pages" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "How do I remove Lightbox on specific pages."</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-remove-lightbox-on-specific-pages#post-27708</link>
			<pubDate>Sat, 24 Sep 2011 10:28:26 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">27708@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
the code is located in js/avia.js
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shanelives on "How do I remove Lightbox on specific pages."</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-remove-lightbox-on-specific-pages#post-27632</link>
			<pubDate>Fri, 23 Sep 2011 11:20:42 +0000</pubDate>
			<dc:creator>shanelives</dc:creator>
			<guid isPermaLink="false">27632@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Kriesi&#60;/p&#62;
&#60;p&#62;I want to do the same thing for my brightbox theme as I believe there's a conflict with another plugin I want to use. Just wondering about the custom.js file you mentioned. I can't seem to find that file anywhere.&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;Shane
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "How do I remove Lightbox on specific pages."</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-remove-lightbox-on-specific-pages#post-26663</link>
			<pubDate>Sat, 10 Sep 2011 15:57:03 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">26663@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Unfortunatley there is no easy dynamic way to pull this off.&#60;/p&#62;
&#60;p&#62;you would need to check on which page you are and then add a rule for that page manually.&#60;/p&#62;
&#60;p&#62;an example: each page gets unqiue body classes appended. so for example the frontpage gets the class home:&#60;/p&#62;
&#60;p&#62;now in your custom.js file at the very top search for &#60;/p&#62;
&#60;pre&#62;
my_lightbox(&#34;a[rel^='prettyPhoto'], a[rel^='lightbox']&#34;);
&#60;/pre&#62;
&#60;p&#62;and change it to:&#60;/p&#62;
&#60;pre&#62;

var nolightbox = jQuery('.home');

if(!nolightbox.length)
{
my_lightbox(&#34;a[rel^='prettyPhoto'], a[rel^='lightbox']&#34;);
}
&#60;/pre&#62;
&#60;p&#62;if you want to exclude the page with id 12 and the home page for example the nolightbox var would read: &#60;/p&#62;
&#60;pre&#62;

var nolightbox = jQuery( '.home, .page-id-2 ');
&#60;/pre&#62;</description>
		</item>
		<item>
			<title>krixo on "How do I remove Lightbox on specific pages."</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-remove-lightbox-on-specific-pages#post-26394</link>
			<pubDate>Mon, 05 Sep 2011 02:32:36 +0000</pubDate>
			<dc:creator>krixo</dc:creator>
			<guid isPermaLink="false">26394@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey all,&#60;/p&#62;
&#60;p&#62;I've been doing a bit of searching but am not completely clear as to how I can remove the Lightbox effect on specific pages.&#60;/p&#62;
&#60;p&#62;For example I'd like to shut the Lightbox effect off on the home page and some of the portfolio pages.&#60;/p&#62;
&#60;p&#62;Thanks for the help,&#60;/p&#62;
&#60;p&#62;JD
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
