<?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: Integration into your theme</title>
	<atom:link href="http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/integration-into-your-theme/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>Mon, 30 Jan 2012 19:10:22 +0000</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/integration-into-your-theme/comment-page-4/#comment-52811</link>
		<dc:creator>Christian Schenk</dc:creator>
		<pubDate>Tue, 10 Jan 2012 23:16:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/integrate-smoothgallery-into-your-theme/#comment-52811</guid>
		<description>Hi Liyaqat,
simply supply the ID of the post you uploaded the photo to in the widget&#039;s configuration under ID. The parameter &lt;code&gt;dir&lt;/code&gt; can be used to pull images from a certain directory on your webserver.</description>
		<content:encoded><![CDATA[<p>Hi Liyaqat,<br />
simply supply the ID of the post you uploaded the photo to in the widget&#8217;s configuration under ID. The parameter <code>dir</code> can be used to pull images from a certain directory on your webserver.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Liyaqat</title>
		<link>http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/integration-into-your-theme/comment-page-4/#comment-52807</link>
		<dc:creator>Liyaqat</dc:creator>
		<pubDate>Tue, 10 Jan 2012 22:55:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/integrate-smoothgallery-into-your-theme/#comment-52807</guid>
		<description>Hi,

I am trying to use the widget plugin. I added one image to the post (for testing purposes) and then tried to see if it displays.

i am unsure what do I use as the id? the number like 1, 2, 3 etc
What is the dir?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am trying to use the widget plugin. I added one image to the post (for testing purposes) and then tried to see if it displays.</p>
<p>i am unsure what do I use as the id? the number like 1, 2, 3 etc<br />
What is the dir?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl Craig-West</title>
		<link>http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/integration-into-your-theme/comment-page-3/#comment-33253</link>
		<dc:creator>Karl Craig-West</dc:creator>
		<pubDate>Mon, 06 Jun 2011 09:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/integrate-smoothgallery-into-your-theme/#comment-33253</guid>
		<description>Thanks Christian,

it does work and I&#039;m very grateful for your help.
Will tweet thanks along with a link to your website.

Regards,
Karl</description>
		<content:encoded><![CDATA[<p>Thanks Christian,</p>
<p>it does work and I&#8217;m very grateful for your help.<br />
Will tweet thanks along with a link to your website.</p>
<p>Regards,<br />
Karl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Schenk</title>
		<link>http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/integration-into-your-theme/comment-page-3/#comment-33133</link>
		<dc:creator>Christian Schenk</dc:creator>
		<pubDate>Fri, 03 Jun 2011 20:03:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/integrate-smoothgallery-into-your-theme/#comment-33133</guid>
		<description>Hi Karl,
open the file &lt;code&gt;config.php&lt;/code&gt; that comes with the plugin and change the value of the constant &lt;code&gt;ADD_PIXELS_TO_IFRAME&lt;/code&gt; to 0. Then add the following code, e.g., to the &lt;code&gt;style.css&lt;/code&gt; file of your theme.
&lt;pre lang=&quot;css&quot;&gt;
.widget_smoothgallery iframe {
  overflow: hidden;
}
&lt;/pre&gt;
I&#039;ve just tried it with &lt;a href=&quot;http://getfirebug.com/&quot; rel=&quot;nofollow&quot;&gt;Firebug&lt;/a&gt; - this fixes your issue.</description>
		<content:encoded><![CDATA[<p>Hi Karl,<br />
open the file <code>config.php</code> that comes with the plugin and change the value of the constant <code>ADD_PIXELS_TO_IFRAME</code> to 0. Then add the following code, e.g., to the <code>style.css</code> file of your theme.</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.widget_smoothgallery</span> iframe <span style="color: #00AA00;">&#123;</span>
  <span style="color: #000000; font-weight: bold;">overflow</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">hidden</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></div></div>

<p>I&#8217;ve just tried it with <a href="http://getfirebug.com/" rel="nofollow">Firebug</a> &#8211; this fixes your issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl Craig-West</title>
		<link>http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/integration-into-your-theme/comment-page-3/#comment-33111</link>
		<dc:creator>Karl Craig-West</dc:creator>
		<pubDate>Fri, 03 Jun 2011 10:00:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/integrate-smoothgallery-into-your-theme/#comment-33111</guid>
		<description>Thanks Christian.
Ideally I&#039;d like to hide the overflow but all overflow parameters are hidden in the CSS already.
What am I missing?
Thanks,
Karl</description>
		<content:encoded><![CDATA[<p>Thanks Christian.<br />
Ideally I&#8217;d like to hide the overflow but all overflow parameters are hidden in the CSS already.<br />
What am I missing?<br />
Thanks,<br />
Karl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Schenk</title>
		<link>http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/integration-into-your-theme/comment-page-3/#comment-33036</link>
		<dc:creator>Christian Schenk</dc:creator>
		<pubDate>Thu, 02 Jun 2011 00:11:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/integrate-smoothgallery-into-your-theme/#comment-33036</guid>
		<description>Hi Karl Craig-West,
this helps preventing scroll bars in the iFrame. You can either use CSS - &lt;code&gt;overflow: hidden&lt;/code&gt;, etc. - to fix this issue or simply use the &lt;code&gt;iframebgcolor&lt;/code&gt; parameter and set it to the background color of the iFrame.</description>
		<content:encoded><![CDATA[<p>Hi Karl Craig-West,<br />
this helps preventing scroll bars in the iFrame. You can either use CSS &#8211; <code>overflow: hidden</code>, etc. &#8211; to fix this issue or simply use the <code>iframebgcolor</code> parameter and set it to the background color of the iFrame.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl Craig-West</title>
		<link>http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/integration-into-your-theme/comment-page-3/#comment-33030</link>
		<dc:creator>Karl Craig-West</dc:creator>
		<pubDate>Wed, 01 Jun 2011 20:02:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/integrate-smoothgallery-into-your-theme/#comment-33030</guid>
		<description>Hi there,
am trying to get the sidebar widget to function properly which it does but I have a white bar right and bottom of the images.
See http://www.blogtest.org.uk/affinity/ to take a look.

Can you tell me why this is happening and how to fix it?

Thanks,
Karl</description>
		<content:encoded><![CDATA[<p>Hi there,<br />
am trying to get the sidebar widget to function properly which it does but I have a white bar right and bottom of the images.<br />
See <a href="http://www.blogtest.org.uk/affinity/" rel="nofollow">http://www.blogtest.org.uk/affinity/</a> to take a look.</p>
<p>Can you tell me why this is happening and how to fix it?</p>
<p>Thanks,<br />
Karl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eider</title>
		<link>http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/integration-into-your-theme/comment-page-3/#comment-17426</link>
		<dc:creator>Eider</dc:creator>
		<pubDate>Fri, 30 Jul 2010 02:39:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/integrate-smoothgallery-into-your-theme/#comment-17426</guid>
		<description>Thanks, Christian!

Another question: If I try to use a &quot;&lt;a href&gt;&quot; the final url shows something like: www.mywordpress_site.com/category/post/URL_I_typed. I&#039;m using absolute values... how can I fix that?</description>
		<content:encoded><![CDATA[<p>Thanks, Christian!</p>
<p>Another question: If I try to use a &#8220;&lt;a href&gt;&#8221; the final url shows something like: <a href="http://www.mywordpress_site.com/category/post/URL_I_typed" rel="nofollow">http://www.mywordpress_site.com/category/post/URL_I_typed</a>. I&#8217;m using absolute values&#8230; how can I fix that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Schenk</title>
		<link>http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/integration-into-your-theme/comment-page-3/#comment-17406</link>
		<dc:creator>Christian Schenk</dc:creator>
		<pubDate>Thu, 29 Jul 2010 13:30:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/integrate-smoothgallery-into-your-theme/#comment-17406</guid>
		<description>Hi Eider,
I guess the JavaScript of SmoothGallery simply removes these tags. If you just want to change the font sizes the gallery comes with distinct IDs or classes usable by CSS selectors. Instead of changing the HTML, just adapt the CSS.</description>
		<content:encoded><![CDATA[<p>Hi Eider,<br />
I guess the JavaScript of SmoothGallery simply removes these tags. If you just want to change the font sizes the gallery comes with distinct IDs or classes usable by CSS selectors. Instead of changing the HTML, just adapt the CSS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eider</title>
		<link>http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/integration-into-your-theme/comment-page-3/#comment-17405</link>
		<dc:creator>Eider</dc:creator>
		<pubDate>Thu, 29 Jul 2010 13:25:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin/integrate-smoothgallery-into-your-theme/#comment-17405</guid>
		<description>Hi Christian!
Is it possible to use html tags on the description field? I&#039;m trying to cusomize font sizes and put some&quot;&lt;a&gt;&quot;, but it doesn&#039;t seems to work. Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Christian!<br />
Is it possible to use html tags on the description field? I&#8217;m trying to cusomize font sizes and put some&#8221;&lt;a&gt;&#8221;, but it doesn&#8217;t seems to work. Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

