<?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: Custom Magento CMS page layout</title>
	<atom:link href="http://inchoo.net/ecommerce/magento/custom-cms-page-layout/feed/" rel="self" type="application/rss+xml" />
	<link>http://inchoo.net/ecommerce/magento/custom-cms-page-layout/</link>
	<description>Magento Design and Magento Development Professionals - Inchoo</description>
	<lastBuildDate>Mon, 21 May 2012 08:29:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Shakti</title>
		<link>http://inchoo.net/ecommerce/magento/custom-cms-page-layout/comment-page-1/#comment-29012</link>
		<dc:creator>Shakti</dc:creator>
		<pubDate>Wed, 16 May 2012 07:46:31 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=1192#comment-29012</guid>
		<description>FYI, you can add the above code in CMS &gt; Design &gt; &quot;Layout Update XML&quot;  field and select any template from the dropdown.
No need to edit any file or create an unnecessary module just to get an option in the dropdown.</description>
		<content:encoded><![CDATA[<p>FYI, you can add the above code in CMS &gt; Design &gt; &#8220;Layout Update XML&#8221;  field and select any template from the dropdown.<br />
No need to edit any file or create an unnecessary module just to get an option in the dropdown.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shakti</title>
		<link>http://inchoo.net/ecommerce/magento/custom-cms-page-layout/comment-page-1/#comment-29011</link>
		<dc:creator>Shakti</dc:creator>
		<pubDate>Wed, 16 May 2012 07:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=1192#comment-29011</guid>
		<description>In the later version, you need mark the page block know you&#039;ve applied the new template.

Here&#039;s the new code:
[code]
&lt;reference name=&quot;root&quot;&gt;
&lt;action method=&quot;setTemplate&quot;&gt;
&lt;template&gt;page/custom_page.phtml&lt;/template&gt;
&lt;/action&gt;
&lt;action method=&quot;setIsHandle&quot;&gt;
&lt;applied&gt;1&lt;/applied&gt;
&lt;/action&gt;
&lt;/reference&gt;
[/code]</description>
		<content:encoded><![CDATA[<p>In the later version, you need mark the page block know you&#8217;ve applied the new template.</p>
<p>Here&#8217;s the new code:</p>
<pre class="brush: plain; title: ; notranslate">
&lt;reference name=&quot;root&quot;&gt;
&lt;action method=&quot;setTemplate&quot;&gt;
&lt;template&gt;page/custom_page.phtml&lt;/template&gt;
&lt;/action&gt;
&lt;action method=&quot;setIsHandle&quot;&gt;
&lt;applied&gt;1&lt;/applied&gt;
&lt;/action&gt;
&lt;/reference&gt;
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roxana</title>
		<link>http://inchoo.net/ecommerce/magento/custom-cms-page-layout/comment-page-1/#comment-28861</link>
		<dc:creator>Roxana</dc:creator>
		<pubDate>Thu, 10 May 2012 09:45:02 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=1192#comment-28861</guid>
		<description>It is not working in case of Magento ver. 1.6.2.0 . 
I can see it in the admin panel and chose the layout but the page uses the 3columns.phtml template.
Any idea?</description>
		<content:encoded><![CDATA[<p>It is not working in case of Magento ver. 1.6.2.0 .<br />
I can see it in the admin panel and chose the layout but the page uses the 3columns.phtml template.<br />
Any idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://inchoo.net/ecommerce/magento/custom-cms-page-layout/comment-page-1/#comment-25890</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Thu, 26 Jan 2012 07:48:31 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=1192#comment-25890</guid>
		<description>Thanks a lot!! Saved me a lot of goggling and research. Right on.</description>
		<content:encoded><![CDATA[<p>Thanks a lot!! Saved me a lot of goggling and research. Right on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eggplanet(gowri)</title>
		<link>http://inchoo.net/ecommerce/magento/custom-cms-page-layout/comment-page-1/#comment-23335</link>
		<dc:creator>eggplanet(gowri)</dc:creator>
		<pubDate>Wed, 02 Nov 2011 06:30:28 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=1192#comment-23335</guid>
		<description>Thank you works perfectly !</description>
		<content:encoded><![CDATA[<p>Thank you works perfectly !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joao</title>
		<link>http://inchoo.net/ecommerce/magento/custom-cms-page-layout/comment-page-1/#comment-22184</link>
		<dc:creator>Joao</dc:creator>
		<pubDate>Wed, 03 Aug 2011 15:58:16 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=1192#comment-22184</guid>
		<description>There&#039;s any way of adding new page layouts using exclusively local.xml in design folder? If yes, how?!...

Thank you!</description>
		<content:encoded><![CDATA[<p>There&#8217;s any way of adding new page layouts using exclusively local.xml in design folder? If yes, how?!&#8230;</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt W</title>
		<link>http://inchoo.net/ecommerce/magento/custom-cms-page-layout/comment-page-1/#comment-21717</link>
		<dc:creator>Matt W</dc:creator>
		<pubDate>Mon, 27 Jun 2011 22:19:05 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=1192#comment-21717</guid>
		<description>Thanks again, guys.  More great work! Works like a charm on my 1.5.1 install!

Keep up the great work!</description>
		<content:encoded><![CDATA[<p>Thanks again, guys.  More great work! Works like a charm on my 1.5.1 install!</p>
<p>Keep up the great work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Helder</title>
		<link>http://inchoo.net/ecommerce/magento/custom-cms-page-layout/comment-page-1/#comment-21227</link>
		<dc:creator>Helder</dc:creator>
		<pubDate>Sat, 28 May 2011 04:57:07 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=1192#comment-21227</guid>
		<description>Even when this post helped me a lot to understand the process, I even refined it here: http://j.mp/k9nf3N. I explain the &quot;why&quot; for some things and also, the code is visible (I don&#039;t know what happened on the code section on this post, but for me it&#039;s very hard to read the light font color over light background).</description>
		<content:encoded><![CDATA[<p>Even when this post helped me a lot to understand the process, I even refined it here: <a href="http://j.mp/k9nf3N" rel="nofollow">http://j.mp/k9nf3N</a>. I explain the &#8220;why&#8221; for some things and also, the code is visible (I don&#8217;t know what happened on the code section on this post, but for me it&#8217;s very hard to read the light font color over light background).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web Design Glossop</title>
		<link>http://inchoo.net/ecommerce/magento/custom-cms-page-layout/comment-page-1/#comment-20928</link>
		<dc:creator>Web Design Glossop</dc:creator>
		<pubDate>Thu, 12 May 2011 10:00:42 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=1192#comment-20928</guid>
		<description>This is very helpful, I have just implemented it into my latest project.

Thankyou!</description>
		<content:encoded><![CDATA[<p>This is very helpful, I have just implemented it into my latest project.</p>
<p>Thankyou!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vicky Thakur</title>
		<link>http://inchoo.net/ecommerce/magento/custom-cms-page-layout/comment-page-1/#comment-20410</link>
		<dc:creator>Vicky Thakur</dc:creator>
		<pubDate>Fri, 15 Apr 2011 06:46:07 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=1192#comment-20410</guid>
		<description>Thanks for article.Its really pull me out from custom home page this problem.
Thanks Agian!</description>
		<content:encoded><![CDATA[<p>Thanks for article.Its really pull me out from custom home page this problem.<br />
Thanks Agian!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Istvan</title>
		<link>http://inchoo.net/ecommerce/magento/custom-cms-page-layout/comment-page-1/#comment-20115</link>
		<dc:creator>Istvan</dc:creator>
		<pubDate>Sat, 26 Mar 2011 19:40:31 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=1192#comment-20115</guid>
		<description>Hi, thanks for your article, it&#039;s very helpful.
Maybe this post is not the right place, but I have a question.
I want to put in cms page a few div &#039;s with toggle button to show/hide the div (this works with javascript). When save the cms page and test it works, then i go back and let&#039;s say just edit the div text and save again the cms page, and now when I test the page, it does not work anymore.
any sugestion???</description>
		<content:encoded><![CDATA[<p>Hi, thanks for your article, it&#8217;s very helpful.<br />
Maybe this post is not the right place, but I have a question.<br />
I want to put in cms page a few div &#8216;s with toggle button to show/hide the div (this works with javascript). When save the cms page and test it works, then i go back and let&#8217;s say just edit the div text and save again the cms page, and now when I test the page, it does not work anymore.<br />
any sugestion???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://inchoo.net/ecommerce/magento/custom-cms-page-layout/comment-page-1/#comment-19947</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Sun, 13 Mar 2011 10:16:23 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=1192#comment-19947</guid>
		<description>Just wanted to give a shout out and say that your solutions worked perfectly in under two minutes.

Two copy pastes, create folder structure, upload, done.

Thanks.</description>
		<content:encoded><![CDATA[<p>Just wanted to give a shout out and say that your solutions worked perfectly in under two minutes.</p>
<p>Two copy pastes, create folder structure, upload, done.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig</title>
		<link>http://inchoo.net/ecommerce/magento/custom-cms-page-layout/comment-page-1/#comment-19800</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Wed, 02 Mar 2011 09:27:59 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=1192#comment-19800</guid>
		<description>I don&#039;t usually post comments on blogs, but this article helped me out a lot, so thanks for your help.

Only thing I must add, I would change the colour of the code, as it is impossible to see in white text.

Great Article</description>
		<content:encoded><![CDATA[<p>I don&#8217;t usually post comments on blogs, but this article helped me out a lot, so thanks for your help.</p>
<p>Only thing I must add, I would change the colour of the code, as it is impossible to see in white text.</p>
<p>Great Article</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://inchoo.net/ecommerce/magento/custom-cms-page-layout/comment-page-1/#comment-19286</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Sat, 05 Feb 2011 21:00:29 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=1192#comment-19286</guid>
		<description>Perhaps this example is outdated. I&#039;m working on the current version of magento and nothing shows when I try this.</description>
		<content:encoded><![CDATA[<p>Perhaps this example is outdated. I&#8217;m working on the current version of magento and nothing shows when I try this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lukasz Waszczuk</title>
		<link>http://inchoo.net/ecommerce/magento/custom-cms-page-layout/comment-page-1/#comment-17475</link>
		<dc:creator>Lukasz Waszczuk</dc:creator>
		<pubDate>Thu, 20 Jan 2011 21:40:47 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=1192#comment-17475</guid>
		<description>I had few problems with Magento Enterprise 1.8.0.0

The config.xml file had to have a config module included 

[code]
&lt;config&gt;


    &lt;modules&gt;
        &lt;Inchoo_AdditionalCmsPageLayouts&gt;
            &lt;version&gt;0.1.0&lt;/version&gt;
        &lt;/Inchoo_AdditionalCmsPageLayouts&gt;
    &lt;/modules&gt;


 &lt;global&gt;
  &lt;cms&gt;
   &lt;layouts&gt;
    &lt;custom_static_page_one&gt;
     &lt;label&gt;Custom static page 1&lt;/label&gt;
     &lt;template&gt;page/custom-static-page-1.phtml&lt;/template&gt;
    &lt;/custom_static_page_one&gt;
   &lt;/layouts&gt;
  &lt;/cms&gt;
 &lt;/global&gt;
&lt;/config&gt;
[/code]

Now I was trying to have it being disabled in the System Advance configurations and when I turn it off it does not work. Is there a way to have it disabled when picking a different website. I have multiple website on single install and i just want to enable the Module for the site that it was build for.</description>
		<content:encoded><![CDATA[<p>I had few problems with Magento Enterprise 1.8.0.0</p>
<p>The config.xml file had to have a config module included </p>
<pre class="brush: plain; title: ; notranslate">
&lt;config&gt;

    &lt;modules&gt;
        &lt;Inchoo_AdditionalCmsPageLayouts&gt;
            &lt;version&gt;0.1.0&lt;/version&gt;
        &lt;/Inchoo_AdditionalCmsPageLayouts&gt;
    &lt;/modules&gt;

 &lt;global&gt;
  &lt;cms&gt;
   &lt;layouts&gt;
    &lt;custom_static_page_one&gt;
     &lt;label&gt;Custom static page 1&lt;/label&gt;
     &lt;template&gt;page/custom-static-page-1.phtml&lt;/template&gt;
    &lt;/custom_static_page_one&gt;
   &lt;/layouts&gt;
  &lt;/cms&gt;
 &lt;/global&gt;
&lt;/config&gt;
</pre>
<p>Now I was trying to have it being disabled in the System Advance configurations and when I turn it off it does not work. Is there a way to have it disabled when picking a different website. I have multiple website on single install and i just want to enable the Module for the site that it was build for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HotCustard</title>
		<link>http://inchoo.net/ecommerce/magento/custom-cms-page-layout/comment-page-1/#comment-16934</link>
		<dc:creator>HotCustard</dc:creator>
		<pubDate>Sun, 16 Jan 2011 13:47:08 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=1192#comment-16934</guid>
		<description>Many Thanks, worked for me with the latest 1.5 beta 1.</description>
		<content:encoded><![CDATA[<p>Many Thanks, worked for me with the latest 1.5 beta 1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bristol web designer</title>
		<link>http://inchoo.net/ecommerce/magento/custom-cms-page-layout/comment-page-1/#comment-8541</link>
		<dc:creator>bristol web designer</dc:creator>
		<pubDate>Tue, 05 Oct 2010 15:31:13 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=1192#comment-8541</guid>
		<description>Hey, this is a great post! As far as understanding the Magento templating process this has bought me just that little bit closer. Thanks!</description>
		<content:encoded><![CDATA[<p>Hey, this is a great post! As far as understanding the Magento templating process this has bought me just that little bit closer. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kashyap</title>
		<link>http://inchoo.net/ecommerce/magento/custom-cms-page-layout/comment-page-1/#comment-8487</link>
		<dc:creator>kashyap</dc:creator>
		<pubDate>Fri, 01 Oct 2010 11:18:59 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=1192#comment-8487</guid>
		<description>and anyone know about this mail me at niranjan.kashyap@gmail.com</description>
		<content:encoded><![CDATA[<p>and anyone know about this mail me at <a href="mailto:niranjan.kashyap@gmail.com">niranjan.kashyap@gmail.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kashyap</title>
		<link>http://inchoo.net/ecommerce/magento/custom-cms-page-layout/comment-page-1/#comment-8484</link>
		<dc:creator>kashyap</dc:creator>
		<pubDate>Fri, 01 Oct 2010 09:48:44 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=1192#comment-8484</guid>
		<description>Plz help me...........
I have 1 index.html file which  contains link to css and js files in  section and page layout .
my css,js and images are placed in skin folder new package/new theme/....
but its not working so any body tell me where and how can i put my  html file so that i can get correct result....and the type of thing i&#039;m creating should look like this
go to : http://www.sourcebits.com/nerve/ 
thank you</description>
		<content:encoded><![CDATA[<p>Plz help me&#8230;&#8230;&#8230;..<br />
I have 1 index.html file which  contains link to css and js files in  section and page layout .<br />
my css,js and images are placed in skin folder new package/new theme/&#8230;.<br />
but its not working so any body tell me where and how can i put my  html file so that i can get correct result&#8230;.and the type of thing i&#8217;m creating should look like this<br />
go to : <a href="http://www.sourcebits.com/nerve/" rel="nofollow">http://www.sourcebits.com/nerve/</a><br />
thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JeremyFP</title>
		<link>http://inchoo.net/ecommerce/magento/custom-cms-page-layout/comment-page-1/#comment-7928</link>
		<dc:creator>JeremyFP</dc:creator>
		<pubDate>Tue, 24 Aug 2010 15:54:53 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=1192#comment-7928</guid>
		<description>Hmm. it still didn&#039;t format correctly. Check out magentocommerce.com/boards/viewreply/151194/ for the right stuff.</description>
		<content:encoded><![CDATA[<p>Hmm. it still didn&#8217;t format correctly. Check out magentocommerce.com/boards/viewreply/151194/ for the right stuff.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

