<?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: WordPress SmoothGallery Plugin</title>
	<atom:link href="http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.christianschenk.org</link>
	<description>Writing about my experiences with technology and all different kinds of projects and experiments</description>
	<lastBuildDate>Wed, 10 Mar 2010 07:15:07 +0100</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Christian Schenk</title>
		<link>http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/comment-page-15/#comment-14176</link>
		<dc:creator>Christian Schenk</dc:creator>
		<pubDate>Wed, 10 Mar 2010 07:15:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/#comment-14176</guid>
		<description>Hi traveller and Blake,
&lt;blockquote&gt;I can’t get rid of the white space of about 15px on the right and underneath my iframes.&lt;/blockquote&gt;
You can set the amount of pixels in the file &lt;code&gt;config.php&lt;/code&gt;. If you reduce that to zero and change the CSS a bit (hint: &lt;code&gt;overflow:hidden&lt;/code&gt;) you can get rid of the white space.
Regarding the watermark: this plugin hasn&#039;t got a feature to add something like this to an image but there should be no conflicts with plugins that do this.
@Blake: please have a look at &lt;a href=&quot;#customlinks&quot; rel=&quot;nofollow&quot;&gt;this&lt;/a&gt;: it allows you to add custom links to each and every image in your gallery.</description>
		<content:encoded><![CDATA[<p>Hi traveller and Blake,</p>
<blockquote><p>I can’t get rid of the white space of about 15px on the right and underneath my iframes.</p></blockquote>
<p>You can set the amount of pixels in the file <code>config.php</code>. If you reduce that to zero and change the CSS a bit (hint: <code>overflow:hidden</code>) you can get rid of the white space.<br />
Regarding the watermark: this plugin hasn&#8217;t got a feature to add something like this to an image but there should be no conflicts with plugins that do this.<br />
@Blake: please have a look at <a href="#customlinks">this</a>: it allows you to add custom links to each and every image in your gallery.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blake</title>
		<link>http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/comment-page-15/#comment-14148</link>
		<dc:creator>Blake</dc:creator>
		<pubDate>Tue, 09 Mar 2010 14:38:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/#comment-14148</guid>
		<description>I&#039;m trying to get the url to change as I rotate through the gallery, showing the respective url, eg. www.examplesite.com/gallery/image#3
so that I can link to a specific slide in the sequence, rather than to the image only. Is this possible? Historymanager.js?</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to get the url to change as I rotate through the gallery, showing the respective url, eg. <a href="http://www.examplesite.com/gallery/image#3">http://www.examplesite.com/gallery/image#3</a><br />
so that I can link to a specific slide in the sequence, rather than to the image only. Is this possible? Historymanager.js?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: traveller</title>
		<link>http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/comment-page-15/#comment-14144</link>
		<dc:creator>traveller</dc:creator>
		<pubDate>Tue, 09 Mar 2010 11:57:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/#comment-14144</guid>
		<description>Hi Christian
Please ignore the above - I got the &#039;id=&#039; tag to work, but am still struggling with the &#039;dir&#039; method. So I now have images from two different places on the same page. I&#039;m still stuck with a couple of things though - firstly I can&#039;t get rid of the white space of about 15px on the right and underneath my iframes. I&#039;ve tried the &#039;iframebgcolor=&#039; property and in FF no matter what colour I set for that it appears transparent (great, the background colour of the page shows through which is what I want) but on IE the white border remains no matter what colour I choose. 
Secondly I have to remember to watermark each of my images before uploading - isn&#039;t there a way of adding a watermark to the pictures automatically? Or does your script work with another WP plugin that adds a watermark?</description>
		<content:encoded><![CDATA[<p>Hi Christian<br />
Please ignore the above &#8211; I got the &#8216;id=&#8217; tag to work, but am still struggling with the &#8216;dir&#8217; method. So I now have images from two different places on the same page. I&#8217;m still stuck with a couple of things though &#8211; firstly I can&#8217;t get rid of the white space of about 15px on the right and underneath my iframes. I&#8217;ve tried the &#8216;iframebgcolor=&#8217; property and in FF no matter what colour I set for that it appears transparent (great, the background colour of the page shows through which is what I want) but on IE the white border remains no matter what colour I choose.<br />
Secondly I have to remember to watermark each of my images before uploading &#8211; isn&#8217;t there a way of adding a watermark to the pictures automatically? Or does your script work with another WP plugin that adds a watermark?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Schenk</title>
		<link>http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/comment-page-15/#comment-14142</link>
		<dc:creator>Christian Schenk</dc:creator>
		<pubDate>Tue, 09 Mar 2010 11:15:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/#comment-14142</guid>
		<description>Hi traveller,
right now the plugin expects that &lt;em&gt;all&lt;/em&gt; the images attached to a particular post/page should be used in the gallery. That said, you can use the attribute &lt;code&gt;id&lt;/code&gt; in your second shortcode referencing another post/page which holds the images for the second gallery and the plugin will use those image instead of the ones attached to the current post. Just create a dummy post/page, don&#039;t publish it and attach the images for the second gallery to it. Then in the shortcode add the &lt;code&gt;id&lt;/code&gt; attribute and point to the dummy post. This way you&#039;ll have two galleries on a single page showing a distinct set of images.</description>
		<content:encoded><![CDATA[<p>Hi traveller,<br />
right now the plugin expects that <em>all</em> the images attached to a particular post/page should be used in the gallery. That said, you can use the attribute <code>id</code> in your second shortcode referencing another post/page which holds the images for the second gallery and the plugin will use those image instead of the ones attached to the current post. Just create a dummy post/page, don&#8217;t publish it and attach the images for the second gallery to it. Then in the shortcode add the <code>id</code> attribute and point to the dummy post. This way you&#8217;ll have two galleries on a single page showing a distinct set of images.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: traveller</title>
		<link>http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/comment-page-15/#comment-14140</link>
		<dc:creator>traveller</dc:creator>
		<pubDate>Tue, 09 Mar 2010 11:04:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/#comment-14140</guid>
		<description>The plugin itself is absolutely awesome and sincere thanks for releasing it, but I have to confess its not exactly &#039;straightforward&#039; to configure! I&#039;ve read above about having a second gallery on the same page, and yes running an iframe for each gallery DOES work - I have two galleries on the same page - but both galleries show the same images, which rather defeats the idea of multiple galleries! How can I set parameters for an image to have it display in [gallery iframe=1 height=250 showCarousel=false timed=true delay=3000] or in [gallery iframe=2 height=250 showCarousel=false timed=true delay=3000] ??</description>
		<content:encoded><![CDATA[<p>The plugin itself is absolutely awesome and sincere thanks for releasing it, but I have to confess its not exactly &#8217;straightforward&#8217; to configure! I&#8217;ve read above about having a second gallery on the same page, and yes running an iframe for each gallery DOES work &#8211; I have two galleries on the same page &#8211; but both galleries show the same images, which rather defeats the idea of multiple galleries! How can I set parameters for an image to have it display in [gallery iframe=1 height=250 showCarousel=false timed=true delay=3000] or in [gallery iframe=2 height=250 showCarousel=false timed=true delay=3000] ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: garginis</title>
		<link>http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/comment-page-15/#comment-14128</link>
		<dc:creator>garginis</dc:creator>
		<pubDate>Mon, 08 Mar 2010 19:44:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/#comment-14128</guid>
		<description>Thank you Christian very much.Recently i have linked your plugin here: http://www.tooft.com/15-wordpress-slide-show-plugins-featured-articles-home-page/

cheers,Garginis</description>
		<content:encoded><![CDATA[<p>Thank you Christian very much.Recently i have linked your plugin here: <a href="http://www.tooft.com/15-wordpress-slide-show-plugins-featured-articles-home-page/">http://www.tooft.com/15-wordpress-slide-show-plugins-featured-articles-home-page/</a></p>
<p>cheers,Garginis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Schenk</title>
		<link>http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/comment-page-15/#comment-14092</link>
		<dc:creator>Christian Schenk</dc:creator>
		<pubDate>Sun, 07 Mar 2010 08:16:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/#comment-14092</guid>
		<description>Hi garginis,
please have a look at &lt;a href=&quot;/projects/wordpress-smoothgallery-plugin/faq/#iframe_open_links&quot; rel=&quot;nofollow&quot;&gt;this&lt;/a&gt; FAQ item which tells you how to open links in another window when using the iFrame.</description>
		<content:encoded><![CDATA[<p>Hi garginis,<br />
please have a look at <a href="/projects/wordpress-smoothgallery-plugin/faq/#iframe_open_links">this</a> FAQ item which tells you how to open links in another window when using the iFrame.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: garginis</title>
		<link>http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/comment-page-15/#comment-14078</link>
		<dc:creator>garginis</dc:creator>
		<pubDate>Sat, 06 Mar 2010 19:20:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/#comment-14078</guid>
		<description>Hi Christian
You made good plugin,10+ for plugin.I have a little problem.Everything is fine,i made no white space around slide show,no info panel, everything was fine.I made new page and type id of page in smooth gallery short code.It runs very well,but problem is when i click on image.When i do this,it open post links not in new window,it’s opened in same window instead of slide show with scroll bar.I dont know how to fix this.This is not easy plugin like most wordpress plugins.I tried to change add_pixels_to_iframe to 40 but it&#039;s not working.


Cheers, garginis</description>
		<content:encoded><![CDATA[<p>Hi Christian<br />
You made good plugin,10+ for plugin.I have a little problem.Everything is fine,i made no white space around slide show,no info panel, everything was fine.I made new page and type id of page in smooth gallery short code.It runs very well,but problem is when i click on image.When i do this,it open post links not in new window,it’s opened in same window instead of slide show with scroll bar.I dont know how to fix this.This is not easy plugin like most wordpress plugins.I tried to change add_pixels_to_iframe to 40 but it&#8217;s not working.</p>
<p>Cheers, garginis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ww</title>
		<link>http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/comment-page-15/#comment-14016</link>
		<dc:creator>ww</dc:creator>
		<pubDate>Thu, 04 Mar 2010 09:48:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/#comment-14016</guid>
		<description>Hi, how could I change the font on the slideshow?

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi, how could I change the font on the slideshow?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Schenk</title>
		<link>http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/comment-page-15/#comment-13957</link>
		<dc:creator>Christian Schenk</dc:creator>
		<pubDate>Tue, 02 Mar 2010 07:21:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/#comment-13957</guid>
		<description>Hi JP,
if you&#039;ve uploaded the images to a post/page and are using the shortcode, it&#039;s as easy as opening the media gallery for the particular post/page and reordering the images. Just drag and drop the images up and down or change the numbers in the right column.</description>
		<content:encoded><![CDATA[<p>Hi JP,<br />
if you&#8217;ve uploaded the images to a post/page and are using the shortcode, it&#8217;s as easy as opening the media gallery for the particular post/page and reordering the images. Just drag and drop the images up and down or change the numbers in the right column.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
