<?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"
	>
<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>
	<pubDate>Sat, 11 Oct 2008 00:32:14 +0000</pubDate>
	
		<item>
		<title>By: 30 Free Resources for Photoblogging and Image Galleries (Wordpress) &#124; onguides.net</title>
		<link>http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/#comment-2524</link>
		<dc:creator>30 Free Resources for Photoblogging and Image Galleries (Wordpress) &#124; onguides.net</dc:creator>
		<pubDate>Tue, 23 Sep 2008 17:39:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/#comment-2524</guid>
		<description>[...] 7. WP Smooth Gallery (http://www.christianschenk.org) [...]</description>
		<content:encoded><![CDATA[<p>[...] 7. WP Smooth Gallery (http://www.christianschenk.org) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastien Page</title>
		<link>http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/#comment-2453</link>
		<dc:creator>Sebastien Page</dc:creator>
		<pubDate>Fri, 19 Sep 2008 15:20:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/#comment-2453</guid>
		<description>Thanks (again) for your quick help!</description>
		<content:encoded><![CDATA[<p>Thanks (again) for your quick help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Schenk</title>
		<link>http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/#comment-2450</link>
		<dc:creator>Christian Schenk</dc:creator>
		<pubDate>Fri, 19 Sep 2008 10:29:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/#comment-2450</guid>
		<description>Hi Sebastien,
&lt;blockquote cite="http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/#comment-2435"&gt;It seems some of the styling is tied to my wordpress theme CSS. Is that the case?&lt;/blockquote&gt;
Yes, that's true. The CSS for SmoothGallery doesn't change very much - this way it should integrate seamlessly into most themes. If you really need to change something, make sure to be as specific as you can with new rules, i.e. don't add a stanza just for &lt;code&gt;h3&lt;/code&gt; but for &lt;code&gt;#myGallery .imageElement h3&lt;/code&gt;. With the latter you'll be able to overwrite the CSS of your theme.

&lt;blockquote cite="http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/#comment-2435"&gt;On another note, speaking of options, it would be great if all these options could be configured from WordPress admin panel directly, without having to deal with the config.php file.&lt;/blockquote&gt;
Currently you'll have to change something in the &lt;code&gt;config.php&lt;/code&gt; if you'd like to integrate a SmoothGallery into your theme. Maybe this gets replaced with a widget that you can put into your sidebar in the future, but I haven't figured this out yet.
The next release of this plugin adds a shortcode that generates the markup for the gallery. You just upload the images via WordPress, adjust the title, caption and description, add &lt;code&gt;[smoothgallery]&lt;/code&gt; somewhere into your content and the SmoothGallery will show up. If you decide to change the description of an image later, the gallery will reflect this immediately.
I'm not really convinced by idea that every plugin should have its own admin panel. If WordPress offers a way to do things, I don't think I should reimplement this. I admit that it's not that easy to integrate the gallery into your theme - let's see whether we can use a widget for that. For everything else integration should be as easy as possible, no admin panel, no config files, only the shortcode and some options in the custom fields.
But stay tuned, I'm redesigning this page and everything else, that's connected with this plugin to describe all this in more detail.</description>
		<content:encoded><![CDATA[<p>Hi Sebastien,</p>
<blockquote cite="http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/#comment-2435"><p>It seems some of the styling is tied to my wordpress theme CSS. Is that the case?</p></blockquote>
<p>Yes, that&#8217;s true. The CSS for SmoothGallery doesn&#8217;t change very much - this way it should integrate seamlessly into most themes. If you really need to change something, make sure to be as specific as you can with new rules, i.e. don&#8217;t add a stanza just for <code>h3</code> but for <code>#myGallery .imageElement h3</code>. With the latter you&#8217;ll be able to overwrite the CSS of your theme.</p>
<blockquote cite="http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/#comment-2435"><p>On another note, speaking of options, it would be great if all these options could be configured from WordPress admin panel directly, without having to deal with the config.php file.</p></blockquote>
<p>Currently you&#8217;ll have to change something in the <code>config.php</code> if you&#8217;d like to integrate a SmoothGallery into your theme. Maybe this gets replaced with a widget that you can put into your sidebar in the future, but I haven&#8217;t figured this out yet.<br />
The next release of this plugin adds a shortcode that generates the markup for the gallery. You just upload the images via WordPress, adjust the title, caption and description, add <code>[smoothgallery]</code> somewhere into your content and the SmoothGallery will show up. If you decide to change the description of an image later, the gallery will reflect this immediately.<br />
I&#8217;m not really convinced by idea that every plugin should have its own admin panel. If WordPress offers a way to do things, I don&#8217;t think I should reimplement this. I admit that it&#8217;s not that easy to integrate the gallery into your theme - let&#8217;s see whether we can use a widget for that. For everything else integration should be as easy as possible, no admin panel, no config files, only the shortcode and some options in the custom fields.<br />
But stay tuned, I&#8217;m redesigning this page and everything else, that&#8217;s connected with this plugin to describe all this in more detail.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastien Page</title>
		<link>http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/#comment-2435</link>
		<dc:creator>Sebastien Page</dc:creator>
		<pubDate>Thu, 18 Sep 2008 16:39:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/#comment-2435</guid>
		<description>Christian,

Thanks for the quick reply. I already tried to edit this CSS but it won't apply most of my changes.

It seems some of the styling is tied to my wordpress theme CSS. Is that the case? For example, when smoothgallery is live and running, I have a top margin of 15px for the h3 tag and I want to get rid of that. When I look at wp-content/plugins/smoothgallery/css, there is nothing showing a top margin at all but I know I have such a style applied in my  tags in my theme's CSS. Does that make sense? 

Being able to really customize the style of this great plugin is the only thing that stops me from using it so far. 

On another note, speaking of options, it would be great if all these options could be configured from WordPress admin panel directly, without having to deal with the config.php file. Ideally, you would just call smoothgallery in your template with one simple line of code and everything else would be set from the Admin panel (images, titles, descriptions). That is for future releases though :-)</description>
		<content:encoded><![CDATA[<p>Christian,</p>
<p>Thanks for the quick reply. I already tried to edit this CSS but it won&#8217;t apply most of my changes.</p>
<p>It seems some of the styling is tied to my wordpress theme CSS. Is that the case? For example, when smoothgallery is live and running, I have a top margin of 15px for the h3 tag and I want to get rid of that. When I look at wp-content/plugins/smoothgallery/css, there is nothing showing a top margin at all but I know I have such a style applied in my  tags in my theme&#8217;s CSS. Does that make sense? </p>
<p>Being able to really customize the style of this great plugin is the only thing that stops me from using it so far. </p>
<p>On another note, speaking of options, it would be great if all these options could be configured from WordPress admin panel directly, without having to deal with the config.php file. Ideally, you would just call smoothgallery in your template with one simple line of code and everything else would be set from the Admin panel (images, titles, descriptions). That is for future releases though <img src='http://www.christianschenk.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Schenk</title>
		<link>http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/#comment-2433</link>
		<dc:creator>Christian Schenk</dc:creator>
		<pubDate>Thu, 18 Sep 2008 16:16:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/#comment-2433</guid>
		<description>Hi Sebastien,
if you want to change the CSS do so by editing the &lt;code&gt;jd.gallery.css&lt;/code&gt; file under &lt;code&gt;wp-content/plugins/smoothgallery/css&lt;/code&gt; directly. If you think that you're changing things that everyone might want to change, I may implement a nice way to configure this, so you don't have to edit the CSS file. I haven't done this yet because I don't want to clutter the plugin with too many special options.</description>
		<content:encoded><![CDATA[<p>Hi Sebastien,<br />
if you want to change the CSS do so by editing the <code>jd.gallery.css</code> file under <code>wp-content/plugins/smoothgallery/css</code> directly. If you think that you&#8217;re changing things that everyone might want to change, I may implement a nice way to configure this, so you don&#8217;t have to edit the CSS file. I haven&#8217;t done this yet because I don&#8217;t want to clutter the plugin with too many special options.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastien Page</title>
		<link>http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/#comment-2420</link>
		<dc:creator>Sebastien Page</dc:creator>
		<pubDate>Thu, 18 Sep 2008 00:22:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/#comment-2420</guid>
		<description>i really like this plugin but it's giving headaches trying to configure the CSS. How can I easily change the style of the title and description. I am trying everything i can but i still can't figure out how all this works. I have huge margins at the top of the title and if the slideinfozone is not big enough, the description won't show up at all. Please someone help!
thanks</description>
		<content:encoded><![CDATA[<p>i really like this plugin but it&#8217;s giving headaches trying to configure the CSS. How can I easily change the style of the title and description. I am trying everything i can but i still can&#8217;t figure out how all this works. I have huge margins at the top of the title and if the slideinfozone is not big enough, the description won&#8217;t show up at all. Please someone help!<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian&#8217;s blog &#187; Blog Archive &#187; Looking for ideas for a wedding photography website</title>
		<link>http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/#comment-2364</link>
		<dc:creator>Adrian&#8217;s blog &#187; Blog Archive &#187; Looking for ideas for a wedding photography website</dc:creator>
		<pubDate>Sun, 14 Sep 2008 02:25:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/#comment-2364</guid>
		<description>[...] - Decided to use SmoothGallery 2.0 for my online photograhy site . Details can be found HERE I will use it in conjuntion with the &#8220;How to make your own gallery&#8221; php script to allow for dynamic editing (adding/deleting) of images. - How to integrate the SmoothGallery 2.0 into a WordPress blog (will need this for my photo blog) HERE [...]</description>
		<content:encoded><![CDATA[<p>[...] - Decided to use SmoothGallery 2.0 for my online photograhy site . Details can be found HERE I will use it in conjuntion with the &#8220;How to make your own gallery&#8221; php script to allow for dynamic editing (adding/deleting) of images. - How to integrate the SmoothGallery 2.0 into a WordPress blog (will need this for my photo blog) HERE [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stacey</title>
		<link>http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/#comment-2326</link>
		<dc:creator>stacey</dc:creator>
		<pubDate>Thu, 11 Sep 2008 12:42:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/#comment-2326</guid>
		<description>Hi!

Love this plugin! I have 1 question though...

I am wanting to have an album, with the thumbnails of each gallery, that when the thumbnail is clicked, it opens the smooth slideshow directly. How would I do this? I would also like it to open up in a new page/page template, as the structure needs to be quite different.

Is this possible?</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>Love this plugin! I have 1 question though&#8230;</p>
<p>I am wanting to have an album, with the thumbnails of each gallery, that when the thumbnail is clicked, it opens the smooth slideshow directly. How would I do this? I would also like it to open up in a new page/page template, as the structure needs to be quite different.</p>
<p>Is this possible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iPod Dude</title>
		<link>http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/#comment-2254</link>
		<dc:creator>iPod Dude</dc:creator>
		<pubDate>Sat, 06 Sep 2008 17:15:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/#comment-2254</guid>
		<description>As mentioned by many of you, Smoothgallery is not compatible with prototype.js. I love SmoothGallery and I use prototype.js for  However, I have found a cheap PHP workaround that allows me to have both scripts on my website. SmoothGallery is working &lt;a href="http://www.ipodstuffreviews.com" rel="nofollow"&gt;here&lt;/a&gt; while the Lightbox is working &lt;a href="http://www.ipodstuffreviews.com/2008/09/04/belkin-f8z342-laser-etched-silicone-sleeve-for-iphone-3g" rel="nofollow"&gt;here&lt;/a&gt;.

In case you are wondering, all I do is add a PHP &lt;code&gt;if&lt;/code&gt; statement in my template to check if I am in the home page or not. If I am in the home page, I only load the JavaScript for SmoothGallery. If I am on any other page, I load all the other JavaScripts. This is working very well for me and should work for you too if you have the same setup. If you need more help, contact me &lt;a href="http://www.ipodstuffreviews.com/contact" rel="nofollow"&gt;here&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>As mentioned by many of you, Smoothgallery is not compatible with prototype.js. I love SmoothGallery and I use prototype.js for  However, I have found a cheap PHP workaround that allows me to have both scripts on my website. SmoothGallery is working <a href="http://www.ipodstuffreviews.com">here</a> while the Lightbox is working <a href="http://www.ipodstuffreviews.com/2008/09/04/belkin-f8z342-laser-etched-silicone-sleeve-for-iphone-3g">here</a>.</p>
<p>In case you are wondering, all I do is add a PHP <code>if</code> statement in my template to check if I am in the home page or not. If I am in the home page, I only load the JavaScript for SmoothGallery. If I am on any other page, I load all the other JavaScripts. This is working very well for me and should work for you too if you have the same setup. If you need more help, contact me <a href="http://www.ipodstuffreviews.com/contact">here</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kai Davis&#8217; Ninjakai.com &#187; &#187; It was a close one</title>
		<link>http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/#comment-2235</link>
		<dc:creator>Kai Davis&#8217; Ninjakai.com &#187; &#187; It was a close one</dc:creator>
		<pubDate>Fri, 05 Sep 2008 23:05:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/#comment-2235</guid>
		<description>[...] featured story gallery for a long time and was even considering purchasing Featurific until I found SmoothGallery. This thing is great. Go check out The Weekly Enema and see how awesome it is. I finally have the [...]</description>
		<content:encoded><![CDATA[<p>[...] featured story gallery for a long time and was even considering purchasing Featurific until I found SmoothGallery. This thing is great. Go check out The Weekly Enema and see how awesome it is. I finally have the [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
