<?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: NextGEN Gallery Plugin and Thumbnail Generation Support</title>
	<atom:link href="http://www.sakinshrestha.com/wordpress/nextgen-gallery-plugin-and-thumbnail-generation-support/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sakinshrestha.com/wordpress/nextgen-gallery-plugin-and-thumbnail-generation-support/</link>
	<description>Articles related to Management, Technology, WordPress,  News, Travel to Nepal</description>
	<lastBuildDate>Wed, 21 Jul 2010 05:20:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Enrico</title>
		<link>http://www.sakinshrestha.com/wordpress/nextgen-gallery-plugin-and-thumbnail-generation-support/comment-page-1/#comment-655</link>
		<dc:creator>Enrico</dc:creator>
		<pubDate>Mon, 15 Feb 2010 10:41:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.sakinshrestha.com/?p=197#comment-655</guid>
		<description>Thanks for your post, awesome.</description>
		<content:encoded><![CDATA[<p>Thanks for your post, awesome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Susan</title>
		<link>http://www.sakinshrestha.com/wordpress/nextgen-gallery-plugin-and-thumbnail-generation-support/comment-page-1/#comment-643</link>
		<dc:creator>Susan</dc:creator>
		<pubDate>Sun, 14 Feb 2010 17:49:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.sakinshrestha.com/?p=197#comment-643</guid>
		<description>I&#039;m getting this error but with the image.php, not the thumbnail. Is there a fix for that one?

plugins/nextgen-gallery/lib/image.php</description>
		<content:encoded><![CDATA[<p>I&#8217;m getting this error but with the image.php, not the thumbnail. Is there a fix for that one?</p>
<p>plugins/nextgen-gallery/lib/image.php</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maja Williams</title>
		<link>http://www.sakinshrestha.com/wordpress/nextgen-gallery-plugin-and-thumbnail-generation-support/comment-page-1/#comment-640</link>
		<dc:creator>Maja Williams</dc:creator>
		<pubDate>Fri, 12 Feb 2010 14:12:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.sakinshrestha.com/?p=197#comment-640</guid>
		<description>Hello there,
I have used your wonderful plugin to display a slideshow in the header of the website and also in the content in few places. However, there is lots of padding around each image displayed in the slideshow. I have tried everything, reupload, changing sizes, stylesheets, even uploading images that are bigger than the slideshow, but nothing works. Could you help please?

The website is at victorian-extravaganza dot co dot uk

Thanks a lot!
Maya</description>
		<content:encoded><![CDATA[<p>Hello there,<br />
I have used your wonderful plugin to display a slideshow in the header of the website and also in the content in few places. However, there is lots of padding around each image displayed in the slideshow. I have tried everything, reupload, changing sizes, stylesheets, even uploading images that are bigger than the slideshow, but nothing works. Could you help please?</p>
<p>The website is at victorian-extravaganza dot co dot uk</p>
<p>Thanks a lot!<br />
Maya</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marlee O'Neal</title>
		<link>http://www.sakinshrestha.com/wordpress/nextgen-gallery-plugin-and-thumbnail-generation-support/comment-page-1/#comment-481</link>
		<dc:creator>Marlee O'Neal</dc:creator>
		<pubDate>Sun, 27 Dec 2009 19:24:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.sakinshrestha.com/?p=197#comment-481</guid>
		<description>That worked! Awesome, thanks so much!! :)</description>
		<content:encoded><![CDATA[<p>That worked! Awesome, thanks so much!! <img src='http://www.sakinshrestha.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sakin</title>
		<link>http://www.sakinshrestha.com/wordpress/nextgen-gallery-plugin-and-thumbnail-generation-support/comment-page-1/#comment-425</link>
		<dc:creator>sakin</dc:creator>
		<pubDate>Wed, 23 Dec 2009 07:26:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.sakinshrestha.com/?p=197#comment-425</guid>
		<description>Hi Marlee,

I just checked your site and found that you have define the background color in two files. One is in the ngggallery.css which is the file of NGG gallery and another one is style.css which is you theme file.

You can use any one the following solutions:
1) Change in your sytle.css line no 90 you will wee the following code:
.post img, .post a img {
background:#555555 none repeat scroll 0 0;
border:1px solid #222222;
margin:0;
padding:5px;
}
Change this to the following: 
.post img, .post a img {
background:#F5F5F5 none repeat scroll 0 0;
border:1px solid #222222;
margin:0;
padding:5px;
}

2) Change in NGG Gallery Style that is nggallery.css in line no 143 you will see the following code:
.ngg-gallery-thumbnail img {
background-color:#FFFFFF;
border:1px solid #A9A9A9;
display:block;
margin:4px;
padding:4px;
position:relative;
}
Change this to the following: 
.ngg-gallery-thumbnail img {
background-color:#F5F5F5 !important;
border:1px solid #A9A9A9;
display:block;
margin:4px;
padding:4px;
position:relative;
}

Regards,
Sakin</description>
		<content:encoded><![CDATA[<p>Hi Marlee,</p>
<p>I just checked your site and found that you have define the background color in two files. One is in the ngggallery.css which is the file of NGG gallery and another one is style.css which is you theme file.</p>
<p>You can use any one the following solutions:<br />
1) Change in your sytle.css line no 90 you will wee the following code:<br />
.post img, .post a img {<br />
background:#555555 none repeat scroll 0 0;<br />
border:1px solid #222222;<br />
margin:0;<br />
padding:5px;<br />
}<br />
Change this to the following:<br />
.post img, .post a img {<br />
background:#F5F5F5 none repeat scroll 0 0;<br />
border:1px solid #222222;<br />
margin:0;<br />
padding:5px;<br />
}</p>
<p>2) Change in NGG Gallery Style that is nggallery.css in line no 143 you will see the following code:<br />
.ngg-gallery-thumbnail img {<br />
background-color:#FFFFFF;<br />
border:1px solid #A9A9A9;<br />
display:block;<br />
margin:4px;<br />
padding:4px;<br />
position:relative;<br />
}<br />
Change this to the following:<br />
.ngg-gallery-thumbnail img {<br />
background-color:#F5F5F5 !important;<br />
border:1px solid #A9A9A9;<br />
display:block;<br />
margin:4px;<br />
padding:4px;<br />
position:relative;<br />
}</p>
<p>Regards,<br />
Sakin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marlee O'Neal</title>
		<link>http://www.sakinshrestha.com/wordpress/nextgen-gallery-plugin-and-thumbnail-generation-support/comment-page-1/#comment-413</link>
		<dc:creator>Marlee O'Neal</dc:creator>
		<pubDate>Mon, 21 Dec 2009 17:53:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.sakinshrestha.com/?p=197#comment-413</guid>
		<description>oops sorry --- here&#039;s my site:

http://onealart.com</description>
		<content:encoded><![CDATA[<p>oops sorry &#8212; here&#8217;s my site:</p>
<p><a href="http://onealart.com" rel="nofollow">http://onealart.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marlee O'Neal</title>
		<link>http://www.sakinshrestha.com/wordpress/nextgen-gallery-plugin-and-thumbnail-generation-support/comment-page-1/#comment-412</link>
		<dc:creator>Marlee O'Neal</dc:creator>
		<pubDate>Mon, 21 Dec 2009 17:52:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.sakinshrestha.com/?p=197#comment-412</guid>
		<description>Can you help me?  I&#039;m having trouble finding a solution.  I want to change the image thumbnail background color from #555555 to #f5f5f5.  I&#039;ve pour over every css available for this plug in, but have not been successful.

I want the frame around the thumbnails to look like this:
http://nextgen-gallery.com/gallery-tags/

Here&#039;s my site:
http://nextgen-gallery.com/gallery-tags/

Thank you,
Marlee O&#039;Neal</description>
		<content:encoded><![CDATA[<p>Can you help me?  I&#8217;m having trouble finding a solution.  I want to change the image thumbnail background color from #555555 to #f5f5f5.  I&#8217;ve pour over every css available for this plug in, but have not been successful.</p>
<p>I want the frame around the thumbnails to look like this:<br />
<a href="http://nextgen-gallery.com/gallery-tags/" rel="nofollow">http://nextgen-gallery.com/gallery-tags/</a></p>
<p>Here&#8217;s my site:<br />
<a href="http://nextgen-gallery.com/gallery-tags/" rel="nofollow">http://nextgen-gallery.com/gallery-tags/</a></p>
<p>Thank you,<br />
Marlee O&#8217;Neal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sakin</title>
		<link>http://www.sakinshrestha.com/wordpress/nextgen-gallery-plugin-and-thumbnail-generation-support/comment-page-1/#comment-138</link>
		<dc:creator>sakin</dc:creator>
		<pubDate>Mon, 30 Nov 2009 11:04:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.sakinshrestha.com/?p=197#comment-138</guid>
		<description>In New version of NextGEN Gallery you need to edit the file “gd.thumbnail.inc.php” which is located at: /wp-content/plugins/nextgen-gallery/lib/gd.thumbnail.inc.php

Search for
// @ini_set(&#039;memory_limit&#039;, &#039;128M&#039;);

Change it to
@ini_set(&#039;memory_limit&#039;, &#039;128M&#039;);</description>
		<content:encoded><![CDATA[<p>In New version of NextGEN Gallery you need to edit the file “gd.thumbnail.inc.php” which is located at: /wp-content/plugins/nextgen-gallery/lib/gd.thumbnail.inc.php</p>
<p>Search for<br />
// @ini_set(&#8216;memory_limit&#8217;, &#8217;128M&#8217;);</p>
<p>Change it to<br />
@ini_set(&#8216;memory_limit&#8217;, &#8217;128M&#8217;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: burlingamer</title>
		<link>http://www.sakinshrestha.com/wordpress/nextgen-gallery-plugin-and-thumbnail-generation-support/comment-page-1/#comment-41</link>
		<dc:creator>burlingamer</dc:creator>
		<pubDate>Thu, 13 Aug 2009 00:33:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.sakinshrestha.com/?p=197#comment-41</guid>
		<description>PERFECT!  Thank you</description>
		<content:encoded><![CDATA[<p>PERFECT!  Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sac</title>
		<link>http://www.sakinshrestha.com/wordpress/nextgen-gallery-plugin-and-thumbnail-generation-support/comment-page-1/#comment-39</link>
		<dc:creator>sac</dc:creator>
		<pubDate>Mon, 20 Jul 2009 17:33:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.sakinshrestha.com/?p=197#comment-39</guid>
		<description>That did the trick, Thanks so much!!!

ks</description>
		<content:encoded><![CDATA[<p>That did the trick, Thanks so much!!!</p>
<p>ks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)

Served from: www.sakinshrestha.com @ 2010-08-01 01:49:23 -->