<?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 Plus still not working on AJAX Pages...</title>
		<link>http://www.kriesi.at/support/topic/lightbox-plus-still-not-working-on-ajax-pages</link>
		<description>Support Forum - Topic: Lightbox Plus still not working on AJAX Pages...</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 20:38:57 +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-plus-still-not-working-on-ajax-pages" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Lightbox Plus still not working on AJAX Pages..."</title>
			<link>http://www.kriesi.at/support/topic/lightbox-plus-still-not-working-on-ajax-pages#post-86579</link>
			<pubDate>Wed, 05 Dec 2012 07:52:07 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">86579@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Personally I'm using &#60;a href=&#34;https://github.com/fancyapps/fancyBox&#34; rel=&#34;nofollow&#34;&#62;https://github.com/fancyapps/fancyBox&#60;/a&#62; however it's not a free script (license fee for commercial websites). I posted a short tutorial here: &#60;a href=&#34;http://www.kriesi.at/support/topic/instapress#post-81553&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/instapress#post-81553&#60;/a&#62; which tells you how I integrated the lightbox on my website.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mgma on "Lightbox Plus still not working on AJAX Pages..."</title>
			<link>http://www.kriesi.at/support/topic/lightbox-plus-still-not-working-on-ajax-pages#post-86547</link>
			<pubDate>Wed, 05 Dec 2012 02:19:01 +0000</pubDate>
			<dc:creator>mgma</dc:creator>
			<guid isPermaLink="false">86547@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Dude. I'm not too clear about how different lightboxes work. Let me ask this... is there a lightbox type component you know WILL work here?&#60;/p&#62;
&#60;p&#62;Thanks again... I see people struggling with this, and they cite solutions... but they are not working for me.&#60;/p&#62;
&#60;p&#62;I'm still trying your recommendation above as well.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Lightbox Plus still not working on AJAX Pages..."</title>
			<link>http://www.kriesi.at/support/topic/lightbox-plus-still-not-working-on-ajax-pages#post-86257</link>
			<pubDate>Mon, 03 Dec 2012 08:04:32 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">86257@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm not familiar with the code of lightbox pro. You might want to contact the plugin author and ask him how to call/initialize the lightbox. Then replace the code I posted above with your custom lightbox code.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mgma on "Lightbox Plus still not working on AJAX Pages..."</title>
			<link>http://www.kriesi.at/support/topic/lightbox-plus-still-not-working-on-ajax-pages#post-86237</link>
			<pubDate>Mon, 03 Dec 2012 03:21:20 +0000</pubDate>
			<dc:creator>mgma</dc:creator>
			<guid isPermaLink="false">86237@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks. I'm not following you though. What code specifically would I replace this with? I don;t see anything in the Lightbox JS file that looks anything like it.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Lightbox Plus still not working on AJAX Pages..."</title>
			<link>http://www.kriesi.at/support/topic/lightbox-plus-still-not-working-on-ajax-pages#post-86075</link>
			<pubDate>Sat, 01 Dec 2012 07:13:26 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">86075@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm not sure how your lightbox works but maybe you need to init the js function after the ajax call. Open up js/avia.js and search for following function:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function avia_ajax_call(container)&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Note that Kriesi also calls the lightbox activation function there with following code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;//activates the prettyphoto lightbox
	if(jQuery.fn.avia_activate_lightbox)
	jQuery(container).avia_activate_lightbox();&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and you might want to replace this function with your lightbox code.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mgma on "Lightbox Plus still not working on AJAX Pages..."</title>
			<link>http://www.kriesi.at/support/topic/lightbox-plus-still-not-working-on-ajax-pages#post-86037</link>
			<pubDate>Fri, 30 Nov 2012 18:01:56 +0000</pubDate>
			<dc:creator>mgma</dc:creator>
			<guid isPermaLink="false">86037@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This previous post was closed...&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.kriesi.at/support/topic/lightbox-link-not-working-only-in-portfolio-pages?message=update-support-forums-topic-status-error&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/lightbox-link-not-working-only-in-portfolio-pages?message=update-support-forums-topic-status-error&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;but unresolved. It doesn't appear to be a Flash issue. Whatever content I try to pop-up here, it doesn't work. So apparantly it's an AJAX/Lightbox issue. &#60;/p&#62;
&#60;p&#62;Still need help! Thanks!!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
