<?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 for jc-designs.net</title>
	<atom:link href="http://jc-designs.net/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://jc-designs.net/blog</link>
	<description>jc-designs blog</description>
	<lastBuildDate>Fri, 19 Apr 2013 20:49:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
	<item>
		<title>Comment on jQuery Slider Tutorial for beginners/dumbies&#8230;.how I did mine by Mark</title>
		<link>http://jc-designs.net/blog/2010/03/jquery-slider-tutorial-for-beginners-how-i-did-mine/comment-page-1/#comment-32217</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Fri, 19 Apr 2013 20:49:15 +0000</pubDate>
		<guid isPermaLink="false">http://jc-designs.net/blog/?p=204#comment-32217</guid>
		<description>This is a great tutorial but the JS section gives me an error on the last line of the script. I copied and paste you&#039;re javascript but it&#039;s not working.</description>
		<content:encoded><![CDATA[<p>This is a great tutorial but the JS section gives me an error on the last line of the script. I copied and paste you&#8217;re javascript but it&#8217;s not working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Magento &#8211;  Adding CMS Pages To The Main Navigation by Brendon Held</title>
		<link>http://jc-designs.net/blog/2012/09/magento-adding-cms-pages-to-the-main-navigation/comment-page-1/#comment-32208</link>
		<dc:creator>Brendon Held</dc:creator>
		<pubDate>Thu, 18 Apr 2013 08:00:34 +0000</pubDate>
		<guid isPermaLink="false">http://jc-designs.net/blog/?p=1091#comment-32208</guid>
		<description>Thanks for this tutorial guys.

I must say, I agree with @mores though, and ended up implementing the method suggested in the tutorial he linked to. With 2 lines of code added to my navigation/top.phtml template, and creating two static blocks where I can add links before and after the categories at any time, which link directly to the pages I am linking to, just seems slicker to me.

Thanks.</description>
		<content:encoded><![CDATA[<p>Thanks for this tutorial guys.</p>
<p>I must say, I agree with @mores though, and ended up implementing the method suggested in the tutorial he linked to. With 2 lines of code added to my navigation/top.phtml template, and creating two static blocks where I can add links before and after the categories at any time, which link directly to the pages I am linking to, just seems slicker to me.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Magento &#8211;  Adding CMS Pages To The Main Navigation by Mike</title>
		<link>http://jc-designs.net/blog/2012/09/magento-adding-cms-pages-to-the-main-navigation/comment-page-1/#comment-32159</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 12 Apr 2013 00:35:22 +0000</pubDate>
		<guid isPermaLink="false">http://jc-designs.net/blog/?p=1091#comment-32159</guid>
		<description>Another solution is to create a category with no products in it, and use the description section to style your CMS content in there. You can then simply hide the &quot;no products found&quot; notification with CSS</description>
		<content:encoded><![CDATA[<p>Another solution is to create a category with no products in it, and use the description section to style your CMS content in there. You can then simply hide the &#8220;no products found&#8221; notification with CSS</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Magento &#8211;  Adding CMS Pages To The Main Navigation by Koolsh</title>
		<link>http://jc-designs.net/blog/2012/09/magento-adding-cms-pages-to-the-main-navigation/comment-page-1/#comment-32133</link>
		<dc:creator>Koolsh</dc:creator>
		<pubDate>Thu, 04 Apr 2013 15:12:03 +0000</pubDate>
		<guid isPermaLink="false">http://jc-designs.net/blog/?p=1091#comment-32133</guid>
		<description>Your solution worked for me, but once I refreshed the indexes the custom redirects were rewritten to their initial state. I don&#039;t think it is a sustainable way of adding links to level1 top menu.</description>
		<content:encoded><![CDATA[<p>Your solution worked for me, but once I refreshed the indexes the custom redirects were rewritten to their initial state. I don&#8217;t think it is a sustainable way of adding links to level1 top menu.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Magento &#8211;  Adding CMS Pages To The Main Navigation by jcDesigns</title>
		<link>http://jc-designs.net/blog/2012/09/magento-adding-cms-pages-to-the-main-navigation/comment-page-1/#comment-31663</link>
		<dc:creator>jcDesigns</dc:creator>
		<pubDate>Mon, 18 Mar 2013 21:43:54 +0000</pubDate>
		<guid isPermaLink="false">http://jc-designs.net/blog/?p=1091#comment-31663</guid>
		<description>Thank you for the comment! Just wish this was easier.</description>
		<content:encoded><![CDATA[<p>Thank you for the comment! Just wish this was easier.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Magento &#8211;  Adding CMS Pages To The Main Navigation by OpenCarryDesigns</title>
		<link>http://jc-designs.net/blog/2012/09/magento-adding-cms-pages-to-the-main-navigation/comment-page-1/#comment-31662</link>
		<dc:creator>OpenCarryDesigns</dc:creator>
		<pubDate>Mon, 18 Mar 2013 21:36:07 +0000</pubDate>
		<guid isPermaLink="false">http://jc-designs.net/blog/?p=1091#comment-31662</guid>
		<description>Thank you for writing this!  Every other guide was so terribly written (just like most Magento documentation, it seems) that nothing I did seemed to get it to work.  Your steps are written clear and concise and got the job done - finally.  Thanks again!</description>
		<content:encoded><![CDATA[<p>Thank you for writing this!  Every other guide was so terribly written (just like most Magento documentation, it seems) that nothing I did seemed to get it to work.  Your steps are written clear and concise and got the job done &#8211; finally.  Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Build a Horizontal jQuery Accordion by Jane</title>
		<link>http://jc-designs.net/blog/2011/07/how-to-build-a-horizontal-jquery-accordion/comment-page-1/#comment-31660</link>
		<dc:creator>Jane</dc:creator>
		<pubDate>Mon, 18 Mar 2013 20:50:13 +0000</pubDate>
		<guid isPermaLink="false">http://jc-designs.net/blog/?p=965#comment-31660</guid>
		<description>Ps It seems to work using % instead of width. I&#039;ll let you know the progress - currently attempting 84% as the panels disappear off the page otherwise.</description>
		<content:encoded><![CDATA[<p>Ps It seems to work using % instead of width. I&#8217;ll let you know the progress &#8211; currently attempting 84% as the panels disappear off the page otherwise.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Build a Horizontal jQuery Accordion by Jane</title>
		<link>http://jc-designs.net/blog/2011/07/how-to-build-a-horizontal-jquery-accordion/comment-page-1/#comment-31659</link>
		<dc:creator>Jane</dc:creator>
		<pubDate>Mon, 18 Mar 2013 20:44:48 +0000</pubDate>
		<guid isPermaLink="false">http://jc-designs.net/blog/?p=965#comment-31659</guid>
		<description>Thanks. I&#039;ve fixed it - the size of the various containers was pushing into the footer and pushing the text over, so I have increased the height and it has fixed it.

Now trying to make it work in a tablet and mobile viewport. Is there a way of altering the script to recognize the device, and therefore restrict the width? I think the issue is &quot;$(this).animate({width: &quot;750px&quot;}, 300);&quot; - it seems to be over-riding the narrower width I am setting for .panel .active and/or .active.

Thanks again. Really admiring what you&#039;ve done to get this working! (I&#039;ve also credited you in the CSS - thanks.)</description>
		<content:encoded><![CDATA[<p>Thanks. I&#8217;ve fixed it &#8211; the size of the various containers was pushing into the footer and pushing the text over, so I have increased the height and it has fixed it.</p>
<p>Now trying to make it work in a tablet and mobile viewport. Is there a way of altering the script to recognize the device, and therefore restrict the width? I think the issue is &#8220;$(this).animate({width: &#8220;750px&#8221;}, 300);&#8221; &#8211; it seems to be over-riding the narrower width I am setting for .panel .active and/or .active.</p>
<p>Thanks again. Really admiring what you&#8217;ve done to get this working! (I&#8217;ve also credited you in the CSS &#8211; thanks.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Build a Horizontal jQuery Accordion by jcDesigns</title>
		<link>http://jc-designs.net/blog/2011/07/how-to-build-a-horizontal-jquery-accordion/comment-page-1/#comment-31653</link>
		<dc:creator>jcDesigns</dc:creator>
		<pubDate>Mon, 18 Mar 2013 14:22:01 +0000</pubDate>
		<guid isPermaLink="false">http://jc-designs.net/blog/?p=965#comment-31653</guid>
		<description>Look at your footer ul. On the page that has the accordion, it is getting different styles from the accordion stylesheet. I&#039;m not sure what is going on without diving into it, but if you put clear: both on the .footer class, your footer nav will look the same as the other pages, just further down.</description>
		<content:encoded><![CDATA[<p>Look at your footer ul. On the page that has the accordion, it is getting different styles from the accordion stylesheet. I&#8217;m not sure what is going on without diving into it, but if you put clear: both on the .footer class, your footer nav will look the same as the other pages, just further down.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Build a Horizontal jQuery Accordion by Jane</title>
		<link>http://jc-designs.net/blog/2011/07/how-to-build-a-horizontal-jquery-accordion/comment-page-1/#comment-31589</link>
		<dc:creator>Jane</dc:creator>
		<pubDate>Fri, 15 Mar 2013 21:55:12 +0000</pubDate>
		<guid isPermaLink="false">http://jc-designs.net/blog/?p=965#comment-31589</guid>
		<description>Thanks for that - there was an error in the CSS, and I have given the .active its own CSS also. Still unsure why the footer should look different on this page, but very, very grateful for your help!</description>
		<content:encoded><![CDATA[<p>Thanks for that &#8211; there was an error in the CSS, and I have given the .active its own CSS also. Still unsure why the footer should look different on this page, but very, very grateful for your help!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
