<?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/"
	xmlns:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments for kerrinhardy.com</title>
	<atom:link href="http://www.kerrinhardy.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kerrinhardy.com</link>
	<description>The Ultimate Reference for Customising Zen Cart</description>
	<lastBuildDate>Wed, 25 Apr 2012 15:19:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Step-by-step guide to installing Easy Slider 1.7 in Zen Cart by Steve</title>
		<link>http://www.kerrinhardy.com/2011/02/16/step-by-step-guide-to-installing-easy-slider-1-7-in-zen-cart/comment-page-1/#comment-7359</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 25 Apr 2012 15:19:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrinhardy.com/?p=2571#comment-7359</guid>
		<description>Hi Everybody, hope this helps:
I had the problem where the images loaded up on top of each other. I had my JS files all in my template jscript folder, which meant my jquery was being loaded after the easyslider scripts. Easy solution- I renamed the jquery to : &quot;jscript_ajquery.js&quot; so that it loaded first! Easy fix, happy days x</description>
		<content:encoded><![CDATA[<p>Hi Everybody, hope this helps:<br />
I had the problem where the images loaded up on top of each other. I had my JS files all in my template jscript folder, which meant my jquery was being loaded after the easyslider scripts. Easy solution- I renamed the jquery to : &#8220;jscript_ajquery.js&#8221; so that it loaded first! Easy fix, happy days x</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add the Facebook Like Button to your Zen Cart store by Jessica</title>
		<link>http://www.kerrinhardy.com/2010/11/27/add-the-facebook-like-button-to-your-zen-cart-store/comment-page-1/#comment-7350</link>
		<dc:creator>Jessica</dc:creator>
		<pubDate>Tue, 24 Apr 2012 18:34:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrinhardy.com/?p=2451#comment-7350</guid>
		<description>For those of you having problems recently, I have found a solution, I am not a programmer by any means, but I completed the following steps and was successful.

Follow &quot;The Facebook Part&quot;
When you get to Step 3, the code is now different. When you click &quot;XFBML&quot; There are now 3 boxes of code. You will use all three.

The &quot;Zen Cart Part&quot;

Follow steps 1 and 2.

Step 3: Change the code to the following:

&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;  xmlns:og=&quot;http://opengraphprotocol.org/schema/&quot;
xmlns:fb=&quot;http://ogp.me/ns/fb#&quot;&gt;

(This code is from the XFBML Box #2)

Follow the remaining steps until you get to:

&quot;2. Just before this last line, add the following code:&quot;

Instead of the code above, enter this code to &quot;tpl_main_page.php&quot;:


(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = &quot;//connect.facebook.net/en_US/all.js#xfbml=1&quot;;
  fjs.parentNode.insertBefore(js, fjs);
}(document, &#039;script&#039;, &#039;facebook-jssdk&#039;));

(This code is from the XFBML Box #1)

And Lastly:

Use the code from Box #3 in &quot;tpl_product_info_display.php&quot;

This was my code:


Note: I didn&#039;t use  I just copied and pasted the code from Box #3 into my tpl_product_info_display.php file.

After I followed these steps I checked for errors here:
https://developers.facebook.com/tools/debug

No problems! Hope this helps someone!</description>
		<content:encoded><![CDATA[<p>For those of you having problems recently, I have found a solution, I am not a programmer by any means, but I completed the following steps and was successful.</p>
<p>Follow &#8220;The Facebook Part&#8221;<br />
When you get to Step 3, the code is now different. When you click &#8220;XFBML&#8221; There are now 3 boxes of code. You will use all three.</p>
<p>The &#8220;Zen Cart Part&#8221;</p>
<p>Follow steps 1 and 2.</p>
<p>Step 3: Change the code to the following:</p>
<p>&lt;html xmlns=&quot;<a href="http://www.w3.org/1999/xhtml&#038;quot" rel="nofollow">http://www.w3.org/1999/xhtml&#038;quot</a>;  xmlns:og=&#8221;http://opengraphprotocol.org/schema/&#8221;<br />
xmlns:fb=&#8221;http://ogp.me/ns/fb#&#8221;&gt;</p>
<p>(This code is from the XFBML Box #2)</p>
<p>Follow the remaining steps until you get to:</p>
<p>&#8220;2. Just before this last line, add the following code:&#8221;</p>
<p>Instead of the code above, enter this code to &#8220;tpl_main_page.php&#8221;:</p>
<p>(function(d, s, id) {<br />
  var js, fjs = d.getElementsByTagName(s)[0];<br />
  if (d.getElementById(id)) return;<br />
  js = d.createElement(s); js.id = id;<br />
  js.src = &#8220;//connect.facebook.net/en_US/all.js#xfbml=1&#8243;;<br />
  fjs.parentNode.insertBefore(js, fjs);<br />
}(document, &#8216;script&#8217;, &#8216;facebook-jssdk&#8217;));</p>
<p>(This code is from the XFBML Box #1)</p>
<p>And Lastly:</p>
<p>Use the code from Box #3 in &#8220;tpl_product_info_display.php&#8221;</p>
<p>This was my code:</p>
<p>Note: I didn&#8217;t use  I just copied and pasted the code from Box #3 into my tpl_product_info_display.php file.</p>
<p>After I followed these steps I checked for errors here:<br />
<a href="https://developers.facebook.com/tools/debug" rel="nofollow">https://developers.facebook.com/tools/debug</a></p>
<p>No problems! Hope this helps someone!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add the Facebook Like Button to your Zen Cart store by Jessica</title>
		<link>http://www.kerrinhardy.com/2010/11/27/add-the-facebook-like-button-to-your-zen-cart-store/comment-page-1/#comment-7349</link>
		<dc:creator>Jessica</dc:creator>
		<pubDate>Tue, 24 Apr 2012 18:33:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrinhardy.com/?p=2451#comment-7349</guid>
		<description>@Jeff, in the code on step 5 &quot;The Zen Cart Part&quot; you need to add your Facebook Admin Id.</description>
		<content:encoded><![CDATA[<p>@Jeff, in the code on step 5 &#8220;The Zen Cart Part&#8221; you need to add your Facebook Admin Id.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to add a favicon to your Zen Cart store by Agim</title>
		<link>http://www.kerrinhardy.com/2009/10/14/how-to-add-a-favicon-to-your-zen-cart-store/comment-page-1/#comment-7342</link>
		<dc:creator>Agim</dc:creator>
		<pubDate>Tue, 24 Apr 2012 00:43:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrinhardy.com/?p=491#comment-7342</guid>
		<description>Many thanks for the tip. It worked for first time with Firefox!</description>
		<content:encoded><![CDATA[<p>Many thanks for the tip. It worked for first time with Firefox!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How can you boost your online store&#8217;s credibility? by Kim</title>
		<link>http://www.kerrinhardy.com/2011/09/04/how-can-you-boost-your-online-stores-credibility/comment-page-1/#comment-7333</link>
		<dc:creator>Kim</dc:creator>
		<pubDate>Mon, 23 Apr 2012 05:07:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrinhardy.com/2011/09/04/how-can-you-boost-your-online-stores-credibility/#comment-7333</guid>
		<description>I find it extremely important to build credibility on essays, work papers, speeches, and websites. It is how you can get people&#039;s attention and keep it. These are great suggestions I will take them into consideration when building websites.</description>
		<content:encoded><![CDATA[<p>I find it extremely important to build credibility on essays, work papers, speeches, and websites. It is how you can get people&#8217;s attention and keep it. These are great suggestions I will take them into consideration when building websites.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Step-by-step guide to installing Easy Slider 1.7 in Zen Cart by Wil</title>
		<link>http://www.kerrinhardy.com/2011/02/16/step-by-step-guide-to-installing-easy-slider-1-7-in-zen-cart/comment-page-1/#comment-7289</link>
		<dc:creator>Wil</dc:creator>
		<pubDate>Thu, 19 Apr 2012 03:21:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrinhardy.com/?p=2571#comment-7289</guid>
		<description>I am using this slideshow in zencart V1.5 and when i first access my home page it looks like the images are stacked on top of each other vertically and coming up from the bottom when they are all loaded there is only one image, is there a way to prevent this from happening. Otherwise i am very happy with the slideshow.
Thank you</description>
		<content:encoded><![CDATA[<p>I am using this slideshow in zencart V1.5 and when i first access my home page it looks like the images are stacked on top of each other vertically and coming up from the bottom when they are all loaded there is only one image, is there a way to prevent this from happening. Otherwise i am very happy with the slideshow.<br />
Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Step-by-step guide to installing Easy Slider 1.7 in Zen Cart by Paul</title>
		<link>http://www.kerrinhardy.com/2011/02/16/step-by-step-guide-to-installing-easy-slider-1-7-in-zen-cart/comment-page-1/#comment-7288</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Wed, 18 Apr 2012 23:00:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrinhardy.com/?p=2571#comment-7288</guid>
		<description>Just installed this on Zencart 1.5.0. Working Great.

Thank You

P.S. Is there any way I can get a PSD of those images :)  ?</description>
		<content:encoded><![CDATA[<p>Just installed this on Zencart 1.5.0. Working Great.</p>
<p>Thank You</p>
<p>P.S. Is there any way I can get a PSD of those images <img src='http://www.kerrinhardy.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add the Facebook Like Button to your Zen Cart store by jeff</title>
		<link>http://www.kerrinhardy.com/2010/11/27/add-the-facebook-like-button-to-your-zen-cart-store/comment-page-1/#comment-7263</link>
		<dc:creator>jeff</dc:creator>
		<pubDate>Mon, 16 Apr 2012 15:17:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrinhardy.com/?p=2451#comment-7263</guid>
		<description>I am getting the following error. &quot;The page failed to provide a valid list of administrators. It needs to specify the administrators using either a &quot;fb:app_id&quot; meta tag, or using a &quot;fb:admins&quot; meta tag to specify a comma-delimited list of Facebook users.&quot;</description>
		<content:encoded><![CDATA[<p>I am getting the following error. &#8220;The page failed to provide a valid list of administrators. It needs to specify the administrators using either a &#8220;fb:app_id&#8221; meta tag, or using a &#8220;fb:admins&#8221; meta tag to specify a comma-delimited list of Facebook users.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How do I change the width of my Zen Cart template? by Kman55</title>
		<link>http://www.kerrinhardy.com/2011/02/07/how-do-i-change-the-width-of-my-zen-cart-template/comment-page-1/#comment-7212</link>
		<dc:creator>Kman55</dc:creator>
		<pubDate>Tue, 10 Apr 2012 13:42:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrinhardy.com/2011/02/07/how-do-i-change-the-width-of-my-zen-cart-template/#comment-7212</guid>
		<description>For example: if you go to google analytics log in page, you&#039;ll see the menu spread across the screen and the rest of the content centered. I&#039;m trying to achieve something similar.</description>
		<content:encoded><![CDATA[<p>For example: if you go to google analytics log in page, you&#8217;ll see the menu spread across the screen and the rest of the content centered. I&#8217;m trying to achieve something similar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How do I change the width of my Zen Cart template? by Kman55</title>
		<link>http://www.kerrinhardy.com/2011/02/07/how-do-i-change-the-width-of-my-zen-cart-template/comment-page-1/#comment-7211</link>
		<dc:creator>Kman55</dc:creator>
		<pubDate>Tue, 10 Apr 2012 13:41:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrinhardy.com/2011/02/07/how-do-i-change-the-width-of-my-zen-cart-template/#comment-7211</guid>
		<description>Thank you. I&#039;ve been searching for something like this. What I&#039;m trying to do is make the headerwrapper 100% width and keep the mainwrapper/contentwrapper to 1000px. I have it set up like that but the headerwrapper is still controlled by the mainwrapper...Any ideas on how I could achieve that?</description>
		<content:encoded><![CDATA[<p>Thank you. I&#8217;ve been searching for something like this. What I&#8217;m trying to do is make the headerwrapper 100% width and keep the mainwrapper/contentwrapper to 1000px. I have it set up like that but the headerwrapper is still controlled by the mainwrapper&#8230;Any ideas on how I could achieve that?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

