<?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: How to make NextGEN Smooth Gallery link to any URL (or fake a flash banner)</title>
	<atom:link href="http://j3webworks.com/blog/how-to-make-nextgen-smooth-gallery-link-to-any-url-or-fake-a-flash-banner/feed" rel="self" type="application/rss+xml" />
	<link>http://j3webworks.com/blog/how-to-make-nextgen-smooth-gallery-link-to-any-url-or-fake-a-flash-banner</link>
	<description>Web Design and Blog Consulting</description>
	<lastBuildDate>Wed, 07 Apr 2010 16:34:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jason</title>
		<link>http://j3webworks.com/blog/how-to-make-nextgen-smooth-gallery-link-to-any-url-or-fake-a-flash-banner/comment-page-1#comment-820</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Wed, 07 Apr 2010 16:34:39 +0000</pubDate>
		<guid isPermaLink="false">http://j3webworks.com/?p=202#comment-820</guid>
		<description>You can insert it into your index.php file or into a blog post/page.</description>
		<content:encoded><![CDATA[<p>You can insert it into your index.php file or into a blog post/page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rebecca</title>
		<link>http://j3webworks.com/blog/how-to-make-nextgen-smooth-gallery-link-to-any-url-or-fake-a-flash-banner/comment-page-1#comment-505</link>
		<dc:creator>Rebecca</dc:creator>
		<pubDate>Tue, 09 Mar 2010 03:46:05 +0000</pubDate>
		<guid isPermaLink="false">http://j3webworks.com/?p=202#comment-505</guid>
		<description>Thanks for the code and the tips!  I&#039;m not sure exactly where I need to insert this code, though.  I have my gallery on my homepage.  Do I insert this code on my index.php document or on one of the smooth gallery files?</description>
		<content:encoded><![CDATA[<p>Thanks for the code and the tips!  I&#8217;m not sure exactly where I need to insert this code, though.  I have my gallery on my homepage.  Do I insert this code on my index.php document or on one of the smooth gallery files?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danyo</title>
		<link>http://j3webworks.com/blog/how-to-make-nextgen-smooth-gallery-link-to-any-url-or-fake-a-flash-banner/comment-page-1#comment-227</link>
		<dc:creator>Danyo</dc:creator>
		<pubDate>Mon, 30 Nov 2009 10:05:51 +0000</pubDate>
		<guid isPermaLink="false">http://j3webworks.com/?p=202#comment-227</guid>
		<description>This works great thanks!

one question though! is it possible to have the images linking, and also the arrows visible to slide to the next image? I have tested this but it seems to only work with one or the other?

Any suggestion would be a great help!</description>
		<content:encoded><![CDATA[<p>This works great thanks!</p>
<p>one question though! is it possible to have the images linking, and also the arrows visible to slide to the next image? I have tested this but it seems to only work with one or the other?</p>
<p>Any suggestion would be a great help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://j3webworks.com/blog/how-to-make-nextgen-smooth-gallery-link-to-any-url-or-fake-a-flash-banner/comment-page-1#comment-130</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Thu, 29 Oct 2009 02:45:26 +0000</pubDate>
		<guid isPermaLink="false">http://j3webworks.com/?p=202#comment-130</guid>
		<description>It has been awhile - I would&#039;ve tried changing the value to true too.  Looking through the code, your script should look something like: 

&quot;            function startGallery_3() { 
              var myGallery = new gallery($(&quot;myGallery_3&quot;), {                  timed: false,         showCarousel: true,         showInfopane: false,           showArrows: true,           embedLinks: true, slideInfoZoneOpacity: 0.80, textShowCarousel: &quot;Pictures&quot;   });
              
              document.getElementById(&quot;myGallery_3&quot;).style.display = &quot;block&quot;;
           myGallery.toggleCarousel();  }
            window.addEvent(&quot;domready&quot;, startGallery_3);
&quot;

Use CSS to center it by adding a margin or padding.</description>
		<content:encoded><![CDATA[<p>It has been awhile &#8211; I would&#8217;ve tried changing the value to true too.  Looking through the code, your script should look something like: </p>
<p>&#8221;            function startGallery_3() {<br />
              var myGallery = new gallery($(&#8220;myGallery_3&#8243;), {                  timed: false,         showCarousel: true,         showInfopane: false,           showArrows: true,           embedLinks: true, slideInfoZoneOpacity: 0.80, textShowCarousel: &#8220;Pictures&#8221;   });</p>
<p>              document.getElementById(&#8220;myGallery_3&#8243;).style.display = &#8220;block&#8221;;<br />
           myGallery.toggleCarousel();  }<br />
            window.addEvent(&#8220;domready&#8221;, startGallery_3);<br />
&#8221;</p>
<p>Use CSS to center it by adding a margin or padding.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sean</title>
		<link>http://j3webworks.com/blog/how-to-make-nextgen-smooth-gallery-link-to-any-url-or-fake-a-flash-banner/comment-page-1#comment-127</link>
		<dc:creator>sean</dc:creator>
		<pubDate>Wed, 28 Oct 2009 19:39:47 +0000</pubDate>
		<guid isPermaLink="false">http://j3webworks.com/?p=202#comment-127</guid>
		<description>Hi Jason, 

Thanks for the info.  I know that it has been a while you have dealt with this; but do you have any idea how to make the carousel work with this code.  I tried to set the carousel value to true, but when I do that nothing at all shows up.  Also, any idea how to center the slide show on the page.  I am a newbie to this stuff, so any guidance will be greatly appreciated.</description>
		<content:encoded><![CDATA[<p>Hi Jason, </p>
<p>Thanks for the info.  I know that it has been a while you have dealt with this; but do you have any idea how to make the carousel work with this code.  I tried to set the carousel value to true, but when I do that nothing at all shows up.  Also, any idea how to center the slide show on the page.  I am a newbie to this stuff, so any guidance will be greatly appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://j3webworks.com/blog/how-to-make-nextgen-smooth-gallery-link-to-any-url-or-fake-a-flash-banner/comment-page-1#comment-18</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Sat, 04 Jul 2009 18:01:42 +0000</pubDate>
		<guid isPermaLink="false">http://j3webworks.com/?p=202#comment-18</guid>
		<description>It works in my theme by putting the code directly into a text widget - but this may depend on your theme.

To add the code into your template files do the following from your WordPress admin backend:

Click on the Appearance menu -&gt; then click on the Editor link.

Select the theme you want to work on from the drop-down menu on the right.  Click on the template file you want to add the code in.  Sidebar.php for the sidebar, page.php for a page, and header.php for the header and top area of the theme.  You will have to add the code in the appropriate area of the theme and update the file.

Alternatively, I found a plugin a few days after I blogged this post that will let you make one instance of a slideshow with links.  Check out &lt;a href=&quot;http://wordpress.org/extend/plugins/wp-cycle/&quot; target=&quot;bank&quot; rel=&quot;nofollow&quot;&gt;WP-Cycle&lt;/a&gt;.

I&#039;m going to make a write up in a few days</description>
		<content:encoded><![CDATA[<p>It works in my theme by putting the code directly into a text widget &#8211; but this may depend on your theme.</p>
<p>To add the code into your template files do the following from your WordPress admin backend:</p>
<p>Click on the Appearance menu -> then click on the Editor link.</p>
<p>Select the theme you want to work on from the drop-down menu on the right.  Click on the template file you want to add the code in.  Sidebar.php for the sidebar, page.php for a page, and header.php for the header and top area of the theme.  You will have to add the code in the appropriate area of the theme and update the file.</p>
<p>Alternatively, I found a plugin a few days after I blogged this post that will let you make one instance of a slideshow with links.  Check out <a href="http://wordpress.org/extend/plugins/wp-cycle/" target="bank" rel="nofollow">WP-Cycle</a>.</p>
<p>I&#8217;m going to make a write up in a few days</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deyson</title>
		<link>http://j3webworks.com/blog/how-to-make-nextgen-smooth-gallery-link-to-any-url-or-fake-a-flash-banner/comment-page-1#comment-16</link>
		<dc:creator>Deyson</dc:creator>
		<pubDate>Sat, 04 Jul 2009 10:38:43 +0000</pubDate>
		<guid isPermaLink="false">http://j3webworks.com/?p=202#comment-16</guid>
		<description>Thank you for helping out with the link issue for smooth gallery, My question is where exactly would I put this code? I see widget and Template files, but I have no clue on how to do that.


Thank you</description>
		<content:encoded><![CDATA[<p>Thank you for helping out with the link issue for smooth gallery, My question is where exactly would I put this code? I see widget and Template files, but I have no clue on how to do that.</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
</channel>
</rss>
