<?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>Sun, 18 Dec 2011 02:03:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Amar</title>
		<link>http://j3webworks.com/blog/how-to-make-nextgen-smooth-gallery-link-to-any-url-or-fake-a-flash-banner#comment-1641</link>
		<dc:creator>Amar</dc:creator>
		<pubDate>Wed, 02 Nov 2011 17:25:54 +0000</pubDate>
		<guid isPermaLink="false">http://j3webworks.com/?p=202#comment-1641</guid>
		<description>Wow, you have really helped me out there, ive been looking everywhere on the net for this information. total star, hats off for that.</description>
		<content:encoded><![CDATA[<p>Wow, you have really helped me out there, ive been looking everywhere on the net for this information. total star, hats off for that.</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-12</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Thu, 24 Feb 2011 04:28:04 +0000</pubDate>
		<guid isPermaLink="false">http://j3webworks.com/?p=202#comment-12</guid>
		<description>I&#039;ll have to look that up...thanks for sharing!</description>
		<content:encoded><![CDATA[<p>I&#8217;ll have to look that up&#8230;thanks for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shelly</title>
		<link>http://j3webworks.com/blog/how-to-make-nextgen-smooth-gallery-link-to-any-url-or-fake-a-flash-banner#comment-11</link>
		<dc:creator>Shelly</dc:creator>
		<pubDate>Sun, 20 Feb 2011 16:47:45 +0000</pubDate>
		<guid isPermaLink="false">http://j3webworks.com/?p=202#comment-11</guid>
		<description>The inline-js plugin for wordpress works great with inserting the javascript into a page or post. Thanks for the tutorial!</description>
		<content:encoded><![CDATA[<p>The inline-js plugin for wordpress works great with inserting the javascript into a page or post. Thanks for the tutorial!</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-10</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Thu, 06 Jan 2011 03:59:25 +0000</pubDate>
		<guid isPermaLink="false">http://j3webworks.com/?p=202#comment-10</guid>
		<description>sounds like a great alternative...thanks for sharing Charlotte!</description>
		<content:encoded><![CDATA[<p>sounds like a great alternative&#8230;thanks for sharing Charlotte!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charlotte</title>
		<link>http://j3webworks.com/blog/how-to-make-nextgen-smooth-gallery-link-to-any-url-or-fake-a-flash-banner#comment-9</link>
		<dc:creator>Charlotte</dc:creator>
		<pubDate>Fri, 03 Sep 2010 09:18:27 +0000</pubDate>
		<guid isPermaLink="false">http://j3webworks.com/?p=202#comment-9</guid>
		<description>Another way of doing this is installing the NextGEN Custom Fields plugin - create an image custom field and add a link in it for each image. Then open nggSmoothSharedFunctions.php and edit the line:

$aux[&quot;link&quot;]  = BASE_URL . &quot;/&quot; . $picture-&gt;path .&quot;/&quot; . $picture-&gt;filename;

To say:

$aux[&quot;link&quot;]  = nggcf_get_field($picture-&gt;pid, &#039;Page Link&#039;);

Where &#039;Page Link&#039; is the name of your custom field.

You can also edit target=&quot;_blank&quot; at the bottom to be target=&quot;_self&quot; so that it opens in the same window and edit title=&quot;View project info&quot; to change the hover text.

Now your smooth gallery images should link to whatever link you put in the custom field.</description>
		<content:encoded><![CDATA[<p>Another way of doing this is installing the NextGEN Custom Fields plugin &#8211; create an image custom field and add a link in it for each image. Then open nggSmoothSharedFunctions.php and edit the line:</p>
<p>$aux["link"]  = BASE_URL . &#8220;/&#8221; . $picture-&gt;path .&#8221;/&#8221; . $picture-&gt;filename;</p>
<p>To say:</p>
<p>$aux["link"]  = nggcf_get_field($picture-&gt;pid, &#8216;Page Link&#8217;);</p>
<p>Where &#8216;Page Link&#8217; is the name of your custom field.</p>
<p>You can also edit target=&#8221;_blank&#8221; at the bottom to be target=&#8221;_self&#8221; so that it opens in the same window and edit title=&#8221;View project info&#8221; to change the hover text.</p>
<p>Now your smooth gallery images should link to whatever link you put in the custom field.</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-8</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-8</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-7</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-7</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-6</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-6</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-5</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-5</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-4</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-4</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>
</channel>
</rss>

