<?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 using the HTML version</title>
		<link>http://www.kriesi.at/support/topic/lightbox-using-the-html-version</link>
		<description>Support Forum - Topic: LIghtbox using the HTML version</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 18:44:56 +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-using-the-html-version" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Beard on "LIghtbox using the HTML version"</title>
			<link>http://www.kriesi.at/support/topic/lightbox-using-the-html-version#post-22634</link>
			<pubDate>Tue, 12 Jul 2011 23:30:10 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">22634@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This seems correct, yes.&#60;/p&#62;
&#60;p&#62;You'd ope your div, open a link to the image you want to be &#34;in the gallery&#34; and pop out, then you'd put a smaller image in an img tag, you'd then close the link and continue with your div, then close your div.&#60;/p&#62;
&#60;p&#62;Your last example should work. (You can see it in action in your second post on this topic =D, the links open in a lightbox but the path to the image is incorrect because this site doesn't hold the images ;) )
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tkny69 on "LIghtbox using the HTML version"</title>
			<link>http://www.kriesi.at/support/topic/lightbox-using-the-html-version#post-22627</link>
			<pubDate>Tue, 12 Jul 2011 22:04:04 +0000</pubDate>
			<dc:creator>tkny69</dc:creator>
			<guid isPermaLink="false">22627@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Oops this is the code:&#60;/p&#62;
&#60;p&#62;But do you put the lightbox code into the div in place of the &#60;code&#62;&#38;lt;a href=&#38;quot;files/content_pic2.jpg&#38;quot;&#38;gt;&#38;lt;img src=&#38;quot;files/content_pic_med2.jpg&#38;quot; alt=&#38;quot;&#38;quot; /&#38;gt;&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Like this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;one_fourth&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;files/content_pic2.jpg&#38;quot;&#38;gt;&#38;lt;img src=&#38;quot;files/content_pic_med2.jpg&#38;quot; alt=&#38;quot;&#38;quot; /&#38;gt;&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;br /&#62;
			&#38;lt;h3&#38;gt;2010&#38;lt;/h3&#38;gt;&#60;br /&#62;
	    &#38;lt;p&#38;gt;Click on photo to see year's winners!&#38;lt;/p&#38;gt;`&#60;br /&#62;
			&#38;lt;/div&#38;gt;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tkny69 on "LIghtbox using the HTML version"</title>
			<link>http://www.kriesi.at/support/topic/lightbox-using-the-html-version#post-22624</link>
			<pubDate>Tue, 12 Jul 2011 21:44:31 +0000</pubDate>
			<dc:creator>tkny69</dc:creator>
			<guid isPermaLink="false">22624@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Chris for your reply. My site isn't up yet. I was just playing around with the template for a possible uses. I am complete newbie to all of this, though I am making my way around everything (or at least I think I am).  I will explain what I want to do with the code.&#60;/p&#62;
&#60;p&#62;Here is the code that I will use for each photo (4) that I want on the page.&#60;/p&#62;
&#60;p&#62;&#38;lt;div class=&#34;one_fourth&#34;&#38;gt;&#60;a href=&#34;files/content_pic2.jpg&#34;&#62;&#60;img src=&#34;files/content_pic_med2.jpg&#34; alt=&#34;&#34; /&#62;&#60;/a&#62;&#60;br /&#62;
			&#38;lt;h3&#38;gt;2010&#38;lt;/h3&#38;gt;&#60;br /&#62;
	    &#38;lt;p&#38;gt;Click on photo to see year's winners!&#38;lt;/p&#38;gt;&#60;br /&#62;
			&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;Now can I change the photos that opens in the preloading into it's own gallery — meaning it's own photos that are different from the next div on the page? It seems that each of these divs use the same photos. I would like each div to house it's own photo gallery. I couldn't find where the photos are located in the jquery, etc.&#60;/p&#62;
&#60;p&#62;If I wanted to use the lightbox how do I use the code in the div? Like this??&#60;/p&#62;
&#60;p&#62;div class=&#34;one_fourth&#34;&#38;gt;&#60;a href=&#34;images/fullscreen/1.jpg&#34; rel=&#34;prettyPhoto[pp_gal]&#34; title=&#34;You can add caption to pictures.&#34;&#62;&#60;img src=&#34;images/thumbnails/t_1.jpg&#34; alt=&#34;Red round shape&#34; /&#62;&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;images/fullscreen/1.jpg&#34; rel=&#34;prettyPhoto[pp_gal]&#34; title=&#34;You can add caption to pictures.&#34;&#62;&#60;img src=&#34;images/thumbnails/t_1.jpg&#34; alt=&#34;Red round shape&#34; /&#62;&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;images/fullscreen/1.jpg&#34; rel=&#34;prettyPhoto[pp_gal]&#34; title=&#34;You can add caption to pictures.&#34;&#62;&#60;img src=&#34;images/thumbnails/t_1.jpg&#34; alt=&#34;Red round shape&#34; /&#62;&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;images/fullscreen/1.jpg&#34; rel=&#34;prettyPhoto[pp_gal]&#34; title=&#34;You can add caption to pictures.&#34;&#62;&#60;img src=&#34;images/thumbnails/t_1.jpg&#34; alt=&#34;Red round shape&#34; /&#62;&#60;/a&#62;&#60;br /&#62;
			&#38;lt;h3&#38;gt;2010&#38;lt;/h3&#38;gt;&#60;br /&#62;
	    &#38;lt;p&#38;gt;Click on photo to see year's winners!&#38;lt;/p&#38;gt;&#60;br /&#62;
			&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;Is this correct?&#60;/p&#62;
&#60;p&#62;And do I have to put this “before the closing tag of your body ()”&#60;/p&#62;
&#60;p&#62;&#38;lt;script type=&#34;text/javascript&#34; charset=&#34;utf-8&#34;&#38;gt;&#60;br /&#62;
  $(document).ready(function(){&#60;br /&#62;
    $(&#34;a[rel^='prettyPhoto']&#34;).prettyPhoto();&#60;br /&#62;
  });&#60;br /&#62;
&#38;lt;/script&#38;gt;&#60;/p&#62;
&#60;p&#62;Sorry for all the questions. I'm just semi new to all of this!&#60;/p&#62;
&#60;p&#62;Tina
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "LIghtbox using the HTML version"</title>
			<link>http://www.kriesi.at/support/topic/lightbox-using-the-html-version#post-22611</link>
			<pubDate>Tue, 12 Jul 2011 20:10:15 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">22611@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;So you want to open every image in a seperate window and have no option to go to the next picture in the group? Which steps have you taken to make it work? Do you have a link to your site so we can check what might be missing? &#60;a href=&#34;http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/&#34;&#62;This&#60;/a&#62; should really help you out, can you explain what is unclear?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tkny69 on "LIghtbox using the HTML version"</title>
			<link>http://www.kriesi.at/support/topic/lightbox-using-the-html-version#post-22587</link>
			<pubDate>Tue, 12 Jul 2011 17:12:15 +0000</pubDate>
			<dc:creator>tkny69</dc:creator>
			<guid isPermaLink="false">22587@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello!&#60;/p&#62;
&#60;p&#62;Your template is great! I am using the HTML version. I am using the div class &#34;one_fourth&#34; to create a series of photos across the page. Now here is my question. Where can I change the photos so that each photo opens into it's own  lightbox slideshow gallery? I'm getting a little confused over at &#60;a href=&#34;http://www.no-margin-for-errors.com&#34; rel=&#34;nofollow&#34;&#62;http://www.no-margin-for-errors.com&#60;/a&#62; about the whole lightbox things. I just want to make sure I have the right code in order to do a unique slideshow for each picture ....&#60;/p&#62;
&#60;p&#62;Thanks!&#60;/p&#62;
&#60;p&#62;Tina
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
