<?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: ICE v1.2 now available</title>
	<atom:link href="http://idealienstudios.com/projects/ice/v12release/feed/" rel="self" type="application/rss+xml" />
	<link>http://idealienstudios.com/projects/ice/v12release/</link>
	<description>We will turn your dreams into reality together!</description>
	<lastBuildDate>Thu, 27 Oct 2011 01:42:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Jamie</title>
		<link>http://idealienstudios.com/projects/ice/v12release/comment-page-1/#comment-257</link>
		<dc:creator>Jamie</dc:creator>
		<pubDate>Tue, 29 Dec 2009 14:41:42 +0000</pubDate>
		<guid isPermaLink="false">http://idealienstudios.com/?p=601#comment-257</guid>
		<description>Thanks for the praise Ervald - I have not yet had time to test / deploy a new version of ICE but will try to do so early in January.

In reading about the &lt;a href=&quot;http://wordpress.org/development/2009/12/wordpress-2-9/&quot; rel=&quot;nofollow&quot;&gt;custom post types functionality of 2.9&lt;/a&gt;, I can see that the days of needing a separate plugin to handle what ICE does are limited. I&#039;m very ok with that! I started it to make the process of managing &quot;WP as a CMS&quot; easier and it sounds like within the next couple of releases that functionality may be available through the core of Wordpress. I look forward to the day when implementing something like a &lt;a href=&quot;http://idealienstudios.com/blog/wordpress/custom-field-query-quandry/&quot; rel=&quot;nofollow&quot;&gt;rideshare board&lt;/a&gt; is as easy as &lt;a href=&quot;http://www.gravityforms.com/&quot; rel=&quot;nofollow&quot;&gt;Gravity Forms&lt;/a&gt; within the admin console and as shareable as plugins / themes are through &lt;a href=&quot;http://wordpress.org/extend/&quot; rel=&quot;nofollow&quot;&gt;Wordpress.org extend&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Thanks for the praise Ervald &#8211; I have not yet had time to test / deploy a new version of ICE but will try to do so early in January.</p>
<p>In reading about the <a href="http://wordpress.org/development/2009/12/wordpress-2-9/" rel="nofollow">custom post types functionality of 2.9</a>, I can see that the days of needing a separate plugin to handle what ICE does are limited. I&#8217;m very ok with that! I started it to make the process of managing &#8220;WP as a CMS&#8221; easier and it sounds like within the next couple of releases that functionality may be available through the core of WordPress. I look forward to the day when implementing something like a <a href="http://idealienstudios.com/blog/wordpress/custom-field-query-quandry/" rel="nofollow">rideshare board</a> is as easy as <a href="http://www.gravityforms.com/" rel="nofollow">Gravity Forms</a> within the admin console and as shareable as plugins / themes are through <a href="http://wordpress.org/extend/" rel="nofollow">WordPress.org extend</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ervald</title>
		<link>http://idealienstudios.com/projects/ice/v12release/comment-page-1/#comment-256</link>
		<dc:creator>Ervald</dc:creator>
		<pubDate>Tue, 29 Dec 2009 08:00:55 +0000</pubDate>
		<guid isPermaLink="false">http://idealienstudios.com/?p=601#comment-256</guid>
		<description>Great Plugin!

After switching to wp 2.9 there seems to be a problem.

The drop down template selection is there but when the page refreshes after save the template is no longer selected.

Any help to fix this?
Thnx</description>
		<content:encoded><![CDATA[<p>Great Plugin!</p>
<p>After switching to wp 2.9 there seems to be a problem.</p>
<p>The drop down template selection is there but when the page refreshes after save the template is no longer selected.</p>
<p>Any help to fix this?<br />
Thnx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie</title>
		<link>http://idealienstudios.com/projects/ice/v12release/comment-page-1/#comment-114</link>
		<dc:creator>Jamie</dc:creator>
		<pubDate>Thu, 18 Jun 2009 17:10:02 +0000</pubDate>
		<guid isPermaLink="false">http://idealienstudios.com/?p=601#comment-114</guid>
		<description>Hi Elvis,

If it is showing a [c] before it, that represents the one coming from your child theme directory. I just did a fresh test install of sandbox with a blank child theme and can have category templates display from the child theme without having the files in the parent. Some things to check / try.

&lt;ul&gt;
&lt;li&gt;Ensure that your category prefix and post prefix in the menu settings &gt; Idealien Cats match what your file names are.&lt;/li&gt;
&lt;li&gt;Have you created a category-4.php file in your child theme and used that to associate the category and template? Without defining the category template, ICE does not understand which post template (single-4.php) to try and use.&lt;/li&gt;
&lt;li&gt;Try using a different filename than single-4.php.&lt;/li&gt;
&lt;li&gt;Try creating a new child theme that replicates all of the file contents from your existing one (updating both the theme folder and styles.css theme name) and re-uploading that to your server. In a few debug cases I have had issues where entries were already stored in the database for category + theme that were causing my issue.&lt;/li&gt;
&lt;/ul&gt;

If those don&#039;t solve your problem, contact me using the contact form on the main page and I might be able to help you more directly. Note that in that case I will require admin access to your wordpress install. One of the nice things about WP 2.8 is that I no longer require FTP access to debug theme / file issues.</description>
		<content:encoded><![CDATA[<p>Hi Elvis,</p>
<p>If it is showing a [c] before it, that represents the one coming from your child theme directory. I just did a fresh test install of sandbox with a blank child theme and can have category templates display from the child theme without having the files in the parent. Some things to check / try.</p>
<ul>
<li>Ensure that your category prefix and post prefix in the menu settings > Idealien Cats match what your file names are.</li>
<li>Have you created a category-4.php file in your child theme and used that to associate the category and template? Without defining the category template, ICE does not understand which post template (single-4.php) to try and use.</li>
<li>Try using a different filename than single-4.php.</li>
<li>Try creating a new child theme that replicates all of the file contents from your existing one (updating both the theme folder and styles.css theme name) and re-uploading that to your server. In a few debug cases I have had issues where entries were already stored in the database for category + theme that were causing my issue.</li>
</ul>
<p>If those don&#8217;t solve your problem, contact me using the contact form on the main page and I might be able to help you more directly. Note that in that case I will require admin access to your wordpress install. One of the nice things about WP 2.8 is that I no longer require FTP access to debug theme / file issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elvis</title>
		<link>http://idealienstudios.com/projects/ice/v12release/comment-page-1/#comment-112</link>
		<dc:creator>elvis</dc:creator>
		<pubDate>Thu, 18 Jun 2009 15:15:15 +0000</pubDate>
		<guid isPermaLink="false">http://idealienstudios.com/?p=601#comment-112</guid>
		<description>Hi, 
sorry just to clarify, i get a choice of single-id.php files from my child theme folder, but it will attempt to use the same named file from parent theme.
And doesn&#039;t give me a choice of templates from the parent folder in the pulldown menu.

so to get it to work i have had to duplicate my single-id.php file in both parent &amp; child theme folders.

hope that makes sense!</description>
		<content:encoded><![CDATA[<p>Hi,<br />
sorry just to clarify, i get a choice of single-id.php files from my child theme folder, but it will attempt to use the same named file from parent theme.<br />
And doesn&#8217;t give me a choice of templates from the parent folder in the pulldown menu.</p>
<p>so to get it to work i have had to duplicate my single-id.php file in both parent &amp; child theme folders.</p>
<p>hope that makes sense!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elvis</title>
		<link>http://idealienstudios.com/projects/ice/v12release/comment-page-1/#comment-111</link>
		<dc:creator>elvis</dc:creator>
		<pubDate>Thu, 18 Jun 2009 15:11:44 +0000</pubDate>
		<guid isPermaLink="false">http://idealienstudios.com/?p=601#comment-111</guid>
		<description>Hi, I am using sandbox as my parent template, but using the new version (and wp 2.8) and ICE v1.2  i still need to have my single-4.php template in sandbox folder rather than my theme folder for it to show up in ICE.

If i have a single-4.php in both my theme and sandbox, it shows the one in sandbox (ie the parent one) with the letter c before it.

is there anything i can do to get it to work?
thanks
elvis</description>
		<content:encoded><![CDATA[<p>Hi, I am using sandbox as my parent template, but using the new version (and wp 2.8) and ICE v1.2  i still need to have my single-4.php template in sandbox folder rather than my theme folder for it to show up in ICE.</p>
<p>If i have a single-4.php in both my theme and sandbox, it shows the one in sandbox (ie the parent one) with the letter c before it.</p>
<p>is there anything i can do to get it to work?<br />
thanks<br />
elvis</p>
]]></content:encoded>
	</item>
</channel>
</rss>

