<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[SimpleViewer Forum - SimpleViewer and LightBox]]></title>
		<link>http://www.simpleviewer.net/forum/viewtopic.php?id=13259</link>
		<description><![CDATA[The most recent posts in SimpleViewer and LightBox.]]></description>
		<lastBuildDate>Wed, 06 Feb 2013 08:21:08 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: SimpleViewer and LightBox]]></title>
			<link>http://www.simpleviewer.net/forum/viewtopic.php?pid=47680#p47680</link>
			<description><![CDATA[<p>This worked beautifully.&nbsp; Thanks!</p><div class="quotebox"><cite>Steven Speirs wrote:</cite><blockquote><p>If you simply want to open a complete gallery in a lightbox-style pop-up/overlay (rather than open an image via the showOpenButton option) as &#039;john givens&#039; has done above with AutoViewer, then this can be easily achieved by using a script such as <a href="http://www.shadowbox-js.com/">Shadowbox</a>.</p><p>(1) Download Shadowbox and unzip the package into the same directory as your main HTML page.<br />(2) Copy the following code into the &lt;head&gt; section of your main HTML page.<br /></p><div class="codebox"><pre><code>&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;shadowbox.css&quot;&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;shadowbox.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
Shadowbox.init();
&lt;/script&gt;</code></pre></div><p>(3) Create a SimpleViewer gallery (for example using <a href="http://www.simpleviewer.net/simpleviewer/support/svbuilder/">svBuilder</a>) and upload the complete gallery folder (not just the contents) to your web server.<br />(4) Link to the gallery&#039;s HTML index page using the rel=&quot;shadowbox&quot; attribute, eg.<br /></p><div class="codebox"><pre><code>&lt;a href=&quot;gallery_folder/index.html&quot; rel=&quot;shadowbox&quot;&gt;Click here to open the gallery using Shadowbox.&lt;/a&gt;</code></pre></div></blockquote></div>]]></description>
			<author><![CDATA[null@example.com (smackmeister)]]></author>
			<pubDate>Wed, 06 Feb 2013 08:21:08 +0000</pubDate>
			<guid>http://www.simpleviewer.net/forum/viewtopic.php?pid=47680#p47680</guid>
		</item>
		<item>
			<title><![CDATA[Re: SimpleViewer and LightBox]]></title>
			<link>http://www.simpleviewer.net/forum/viewtopic.php?pid=45288#p45288</link>
			<description><![CDATA[<p>On further investigation, it looks like you may be using the wrong version of Shadowbox (which may not be capable of opening web pages).<br />When downloading <a href="http://www.shadowbox-js.com/download.html">Shadowbox</a>, be sure to select the &#039;External sites and pages&#039; checkbox.</p><p>However, you should still ensure that each of your web pages uses a Doctype Declaration and that they all have opening and closing &lt;html&gt;, &lt;head&gt; and &lt;body&gt; tags.</p>]]></description>
			<author><![CDATA[null@example.com (Steven Speirs)]]></author>
			<pubDate>Sat, 19 May 2012 22:24:08 +0000</pubDate>
			<guid>http://www.simpleviewer.net/forum/viewtopic.php?pid=45288#p45288</guid>
		</item>
		<item>
			<title><![CDATA[Re: SimpleViewer and LightBox]]></title>
			<link>http://www.simpleviewer.net/forum/viewtopic.php?pid=45286#p45286</link>
			<description><![CDATA[<p>Hello again!</p><p>Thanks for the tips, I will definately fix the things you mentioned. Obviously Dreamweaver doesn&#039;t include those tags when creating a new page.</p><p>I noticed that I missed to transfer one file, and after I did that I actually got the script to work. Although I can&#039;t link to my gallery, it just pops up a grey box - no gallery is viewed. If I try to link to one specific image, it is viewed correctly. Does this have to do with the things you mention or something else?</p>]]></description>
			<author><![CDATA[null@example.com (COMONLINE)]]></author>
			<pubDate>Sat, 19 May 2012 21:19:42 +0000</pubDate>
			<guid>http://www.simpleviewer.net/forum/viewtopic.php?pid=45286#p45286</guid>
		</item>
		<item>
			<title><![CDATA[Re: SimpleViewer and LightBox]]></title>
			<link>http://www.simpleviewer.net/forum/viewtopic.php?pid=45284#p45284</link>
			<description><![CDATA[<p>@COMONLINE</p><p>Initially, I notice that your none of your pages use a Doctype Declaration.<br />Please see here for details: <a href="http://www.w3.org/QA/2002/04/valid-dtd-list.html">http://www.w3.org/QA/2002/04/valid-dtd-list.html</a></p><p>Also, your <a href="http://www.comonline.nu/tjanster/foto.html">www.comonline.nu/tjanster/foto.html</a> page has no opening or closing &lt;html&gt;&lt;/html&gt; tags and no closing &lt;/body&gt; tag.</p><p>Try fixing the HTML errors on your web pages so that the code validates OK.<br />You can check your pages with the <a href="http://validator.w3.org/">W3C Markup Validation Service</a> and fix any errors reported.</p>]]></description>
			<author><![CDATA[null@example.com (Steven Speirs)]]></author>
			<pubDate>Sat, 19 May 2012 20:10:19 +0000</pubDate>
			<guid>http://www.simpleviewer.net/forum/viewtopic.php?pid=45284#p45284</guid>
		</item>
		<item>
			<title><![CDATA[Re: SimpleViewer and LightBox]]></title>
			<link>http://www.simpleviewer.net/forum/viewtopic.php?pid=45282#p45282</link>
			<description><![CDATA[<div class="quotebox"><cite>Steven Speirs wrote:</cite><blockquote><p>If you simply want to open a complete gallery in a lightbox-style pop-up/overlay (rather than open an image via the showOpenButton option) as &#039;john givens&#039; has done above with AutoViewer, then this can be easily achieved by using a script such as <a href="http://www.shadowbox-js.com/">Shadowbox</a>.</p><p>(1) Download Shadowbox and unzip the package into the same directory as your main HTML page.<br />(2) Copy the following code into the &lt;head&gt; section of your main HTML page.<br /></p><div class="codebox"><pre><code>&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;shadowbox.css&quot;&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;shadowbox.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
Shadowbox.init();
&lt;/script&gt;</code></pre></div><p>(3) Create a SimpleViewer gallery (for example using <a href="http://www.simpleviewer.net/simpleviewer/support/svbuilder/">svBuilder</a>) and upload the complete gallery folder (not just the contents) to your web server.<br />(4) Link to the gallery&#039;s HTML index page using the rel=&quot;shadowbox&quot; attribute, eg.<br /></p><div class="codebox"><pre><code>&lt;a href=&quot;gallery_folder/index.html&quot; rel=&quot;shadowbox&quot;&gt;Click here to open the gallery using Shadowbox.&lt;/a&gt;</code></pre></div></blockquote></div><p>Hi!</p><p>I tried this, but nothing happens. My gallery still opens as if it was target =&quot;_parent&quot; since I use an iframe. No shadowbox at all. Did I do something wrong? I tried putting the code in the head section of both my index.html and my foto.html (where the link is) but nothing works for me.</p><p>My homepage: <a href="http://www.comonline.nu">www.comonline.nu</a> - The shadow box link is in &quot;Tjänster&quot; in the meny, and then the option &quot;Foto&quot;. And the little image with all the photos refers to the link with the shadow box popup.</p><p>All the help I can get is appreciated!</p><p>Thanks</p><p>//Johan &quot;COMONLINE&quot; Hermansson</p>]]></description>
			<author><![CDATA[null@example.com (COMONLINE)]]></author>
			<pubDate>Sat, 19 May 2012 19:20:19 +0000</pubDate>
			<guid>http://www.simpleviewer.net/forum/viewtopic.php?pid=45282#p45282</guid>
		</item>
		<item>
			<title><![CDATA[Re: SimpleViewer and LightBox]]></title>
			<link>http://www.simpleviewer.net/forum/viewtopic.php?pid=44120#p44120</link>
			<description><![CDATA[<p>If you simply want to open a complete gallery in a lightbox-style pop-up/overlay (rather than open an image via the showOpenButton option) as &#039;john givens&#039; has done above with AutoViewer, then this can be easily achieved by using a script such as <a href="http://www.shadowbox-js.com/">Shadowbox</a>.</p><p>(1) Download Shadowbox and unzip the package into the same directory as your main HTML page.<br />(2) Copy the following code into the &lt;head&gt; section of your main HTML page.<br /></p><div class="codebox"><pre><code>&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;shadowbox.css&quot;&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;shadowbox.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
Shadowbox.init();
&lt;/script&gt;</code></pre></div><p>(3) Create a SimpleViewer gallery (for example using <a href="http://www.simpleviewer.net/simpleviewer/support/svbuilder/">svBuilder</a>) and upload the complete gallery folder (not just the contents) to your web server.<br />(4) Link to the gallery&#039;s HTML index page using the rel=&quot;shadowbox&quot; attribute, eg.<br /></p><div class="codebox"><pre><code>&lt;a href=&quot;gallery_folder/index.html&quot; rel=&quot;shadowbox&quot;&gt;Click here to open the gallery using Shadowbox.&lt;/a&gt;</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Steven Speirs)]]></author>
			<pubDate>Fri, 09 Mar 2012 10:39:27 +0000</pubDate>
			<guid>http://www.simpleviewer.net/forum/viewtopic.php?pid=44120#p44120</guid>
		</item>
		<item>
			<title><![CDATA[Re: SimpleViewer and LightBox]]></title>
			<link>http://www.simpleviewer.net/forum/viewtopic.php?pid=44117#p44117</link>
			<description><![CDATA[<p>Hi John<br />You have a very nice site and a great service.</p><p>Yes just like that would bee wonderfull. <br />I can click on the image but then it just going grey. No picture is showing. When I first opening that page I am getting an error. Div with id fadeshow1 not found.... </p><p>I am running Dell Vostro, Win7 ultimate 64bit, Chrome 17.0.963.66 m, Java 6, Flash 11.1.102.63</p>]]></description>
			<author><![CDATA[null@example.com (svenne duva)]]></author>
			<pubDate>Fri, 09 Mar 2012 08:26:28 +0000</pubDate>
			<guid>http://www.simpleviewer.net/forum/viewtopic.php?pid=44117#p44117</guid>
		</item>
		<item>
			<title><![CDATA[Re: SimpleViewer and LightBox]]></title>
			<link>http://www.simpleviewer.net/forum/viewtopic.php?pid=44115#p44115</link>
			<description><![CDATA[<p>I&#039;m working on an Autoviewer in a lightbox...it&#039;s not done yet, but the basic mechanics seem to work.<br />I know Autoviewer is different from Simpleviewer, but the same techniqes might work?</p><p>Check it out... go to <a href="http://www.storybookpages.com/albumgallerytest4">http://www.storybookpages.com/albumgallerytest4</a> , scroll down and and click on the Polina &amp; Mario thumbnail.&nbsp; It links to a page has an Autoviewer slide show in it and runs inside of a Lightbox (Lightwindow).</p><p>Is this the effect you&#039;re after?</p>]]></description>
			<author><![CDATA[null@example.com (john givens)]]></author>
			<pubDate>Fri, 09 Mar 2012 00:24:20 +0000</pubDate>
			<guid>http://www.simpleviewer.net/forum/viewtopic.php?pid=44115#p44115</guid>
		</item>
		<item>
			<title><![CDATA[SimpleViewer and LightBox]]></title>
			<link>http://www.simpleviewer.net/forum/viewtopic.php?pid=37550#p37550</link>
			<description><![CDATA[<p>I wish there could bee a nicer way to open pictures by the showOpenButton function. Now it is just opening in a new boring window. I wish I could open the pictures in a LightBox way. Any one that have a idea or solution?</p><p>Link to LightBox <a href="http://www.lokeshdhakar.com/projects/lightbox2/">http://www.lokeshdhakar.com/projects/lightbox2/</a></p>]]></description>
			<author><![CDATA[null@example.com (svenne duva)]]></author>
			<pubDate>Mon, 25 Jul 2011 17:11:33 +0000</pubDate>
			<guid>http://www.simpleviewer.net/forum/viewtopic.php?pid=37550#p37550</guid>
		</item>
	</channel>
</rss>
