<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: Lightview JS WordPress Plugin</title>
	<atom:link href="http://sivel.net/2008/03/lightview-js/feed/" rel="self" type="application/rss+xml" />
	<link>http://sivel.net/2008/03/lightview-js/</link>
	<description></description>
	<pubDate>Wed, 20 Aug 2008 02:26:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7-bleeding</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Atlantis.Qiu</title>
		<link>http://sivel.net/2008/03/lightview-js/#comment-399</link>
		<dc:creator>Atlantis.Qiu</dc:creator>
		<pubDate>Sun, 17 Aug 2008 03:47:42 +0000</pubDate>
		<guid isPermaLink="false">http://sivel.net/?p=44#comment-399</guid>
		<description>so Nice....THX</description>
		<content:encoded><![CDATA[<p>so Nice&#8230;.THX</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymousse</title>
		<link>http://sivel.net/2008/03/lightview-js/#comment-364</link>
		<dc:creator>anonymousse</dc:creator>
		<pubDate>Thu, 14 Aug 2008 15:08:12 +0000</pubDate>
		<guid isPermaLink="false">http://sivel.net/?p=44#comment-364</guid>
		<description>my deepest thanks for keeping this alive ...</description>
		<content:encoded><![CDATA[<p>my deepest thanks for keeping this alive &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shadowbox şi Lightview sub WordPress &#124; CNET.ro</title>
		<link>http://sivel.net/2008/03/lightview-js/#comment-357</link>
		<dc:creator>Shadowbox şi Lightview sub WordPress &#124; CNET.ro</dc:creator>
		<pubDate>Thu, 14 Aug 2008 05:41:58 +0000</pubDate>
		<guid isPermaLink="false">http://sivel.net/?p=44#comment-357</guid>
		<description>[...] Sivel.net oferă un alt plugin, Lightview JS. Acesta foloseşte evident ca suport JavaScript produsul Lightview. Din păcate autorul lui, Nick [...]</description>
		<content:encoded><![CDATA[<p>[...] Sivel.net oferă un alt plugin, Lightview JS. Acesta foloseşte evident ca suport JavaScript produsul Lightview. Din păcate autorul lui, Nick [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George</title>
		<link>http://sivel.net/2008/03/lightview-js/#comment-252</link>
		<dc:creator>George</dc:creator>
		<pubDate>Mon, 07 Jul 2008 13:33:36 +0000</pubDate>
		<guid isPermaLink="false">http://sivel.net/?p=44#comment-252</guid>
		<description>Can you please tell me how to remove the image loading, when the cursor is hovering over the plugin ? I have put many images, ~2mB each on my blog, and if somebody hovers the images, they start loading. I only want to start loading when being clicked.

Thank you.

P.S.: I've also sent this via the contact form, but maybe there is somebody else looking for this fix.</description>
		<content:encoded><![CDATA[<p>Can you please tell me how to remove the image loading, when the cursor is hovering over the plugin ? I have put many images, ~2mB each on my blog, and if somebody hovers the images, they start loading. I only want to start loading when being clicked.</p>
<p>Thank you.</p>
<p>P.S.: I&#8217;ve also sent this via the contact form, but maybe there is somebody else looking for this fix.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: YouTube Downloader</title>
		<link>http://sivel.net/2008/03/lightview-js/#comment-250</link>
		<dc:creator>YouTube Downloader</dc:creator>
		<pubDate>Wed, 04 Jun 2008 09:26:01 +0000</pubDate>
		<guid isPermaLink="false">http://sivel.net/?p=44#comment-250</guid>
		<description>I like light style,so this plugin is very useful for me.</description>
		<content:encoded><![CDATA[<p>I like light style,so this plugin is very useful for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian</title>
		<link>http://sivel.net/2008/03/lightview-js/#comment-245</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Sat, 24 May 2008 11:19:51 +0000</pubDate>
		<guid isPermaLink="false">http://sivel.net/?p=44#comment-245</guid>
		<description>Its working!

Thanks Matt :))</description>
		<content:encoded><![CDATA[<p>Its working!</p>
<p>Thanks Matt :))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://sivel.net/2008/03/lightview-js/#comment-249</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 15 May 2008 14:26:56 +0000</pubDate>
		<guid isPermaLink="false">http://sivel.net/?p=44#comment-249</guid>
		<description>@Christian: I see 2 things right away when looking at the source for your page.

1:  The DOCTYPE declaration happens after
&lt;code&gt;
&lt;div id="container"&gt;
  &lt;div id="oben"&gt;
&lt;/code&gt;
which is invalid.  There should be no html code before the DOCTYPE declaration.

2: I do not see the code that should have been inserted into the head of the document by Lightview which means that your theme probably does not include &lt;code&gt;&lt;?php wp_head(); ?&gt;&lt;/code&gt; in header.php.  This should appear on the line immediately before &lt;code&gt;&lt;/head&gt;&lt;/code&gt; in the file titled header.php.</description>
		<content:encoded><![CDATA[<p>@Christian: I see 2 things right away when looking at the source for your page.</p>
<p>1:  The DOCTYPE declaration happens after<br />
<pre><code>&lt;div id="container"&gt;
  &lt;div id="oben"&gt;</code></pre><br />
which is invalid.  There should be no html code before the DOCTYPE declaration.</p>
<p>2: I do not see the code that should have been inserted into the head of the document by Lightview which means that your theme probably does not include <code>&lt;?php wp_head(); ?&gt;</code> in header.php.  This should appear on the line immediately before <code>&lt;/head&gt;</code> in the file titled header.php.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian</title>
		<link>http://sivel.net/2008/03/lightview-js/#comment-248</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Thu, 15 May 2008 14:17:02 +0000</pubDate>
		<guid isPermaLink="false">http://sivel.net/?p=44#comment-248</guid>
		<description>Sorry Matt,

here is a post where i tried to use lightview but it won't work :(

http://www.viernullvier.org/?p=55

thanks a lot!</description>
		<content:encoded><![CDATA[<p>Sorry Matt,</p>
<p>here is a post where i tried to use lightview but it won&#8217;t work :(</p>
<p><a href="http://www.viernullvier.org/?p=55" rel="nofollow">http://www.viernullvier.org/?p=55</a></p>
<p>thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://sivel.net/2008/03/lightview-js/#comment-247</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 15 May 2008 13:29:45 +0000</pubDate>
		<guid isPermaLink="false">http://sivel.net/?p=44#comment-247</guid>
		<description>@Christian: I wish I could help, but unless you give me a link to a post where you are trying to use the plugin it is doubtful that I could diagnose the problem.</description>
		<content:encoded><![CDATA[<p>@Christian: I wish I could help, but unless you give me a link to a post where you are trying to use the plugin it is doubtful that I could diagnose the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian</title>
		<link>http://sivel.net/2008/03/lightview-js/#comment-246</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Mon, 12 May 2008 19:31:43 +0000</pubDate>
		<guid isPermaLink="false">http://sivel.net/?p=44#comment-246</guid>
		<description>Hey Matt,

i just don't get it work for me? just added the "class="lightview"" but the images won't "popup" ;(</description>
		<content:encoded><![CDATA[<p>Hey Matt,</p>
<p>i just don&#8217;t get it work for me? just added the &#8220;class=&#8221;lightview&#8221;" but the images won&#8217;t &#8220;popup&#8221; ;(</p>
]]></content:encoded>
	</item>
</channel>
</rss>
