<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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">
	<channel>
		<title>Support Forum - Tag: modifications - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/modifications</link>
		<description>Support Forum - Tag: modifications - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Tue, 18 Jun 2013 21:32:04 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/tags/modifications" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Freelance Work - Theme Customizations"</title>
			<link>http://www.kriesi.at/support/topic/freelance-project-theme-customizations#post-82954</link>
			<pubDate>Fri, 09 Nov 2012 01:07:38 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">82954@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;@Julia: Let me tag webbie22.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hotspot on "Freelance Work - Theme Customizations"</title>
			<link>http://www.kriesi.at/support/topic/freelance-project-theme-customizations#post-82934</link>
			<pubDate>Thu, 08 Nov 2012 21:06:50 +0000</pubDate>
			<dc:creator>hotspot</dc:creator>
			<guid isPermaLink="false">82934@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Webbie,&#60;/p&#62;
&#60;p&#62;I work only with Kriesi themes for all our webdesign/development projects. Very experienced in CSS, etc.&#60;br /&#62;
If you still need someone let me know: julia [at] hotspotdesign.nl&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Julia
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Freelance Work - Theme Customizations"</title>
			<link>http://www.kriesi.at/support/topic/freelance-project-theme-customizations#post-82140</link>
			<pubDate>Sat, 03 Nov 2012 23:20:06 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">82140@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I am a bit busy with the support queue Sunday, I'm sorry. &#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Freelance Work - Theme Customizations"</title>
			<link>http://www.kriesi.at/support/topic/freelance-project-theme-customizations#post-81682</link>
			<pubDate>Wed, 31 Oct 2012 13:05:38 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">81682@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; I tagged this thread for the other team members. I don't have enough time (at least this week) to work on another project &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>webbie22 on "Freelance Work - Theme Customizations"</title>
			<link>http://www.kriesi.at/support/topic/freelance-project-theme-customizations#post-81629</link>
			<pubDate>Wed, 31 Oct 2012 03:09:28 +0000</pubDate>
			<dc:creator>webbie22</dc:creator>
			<guid isPermaLink="false">81629@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Is anyone interested in freelance work customizing Coherence?&#60;/p&#62;
&#60;p&#62;Looking for a moderator or someone else who is &#60;strong&#62;very experienced in CSS and the responsive elements&#60;/strong&#62; of this theme.&#60;/p&#62;
&#60;p&#62;I have intermediate CSS skills, know WP quite well and there's lots of good help on this forum however; I need to get this done correctly right away.  Would like all work completed in the next several days.&#60;/p&#62;
&#60;p&#62;I'm aware of Elance and other outside sources but would much prefer someone who is very familiar with Kreisi's themes.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Modifications to php files and creating a new Child Theme for Choices"</title>
			<link>http://www.kriesi.at/support/topic/modifications-to-php-files-and-creating-a-new-child-theme-for-choices#post-73916</link>
			<pubDate>Sat, 01 Sep 2012 06:53:17 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">73916@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You don't have to copy all of the theme files, actually all you need for the theme child to work is style.css file. Try to include this on your child theme functions.php &#60;/p&#62;
&#60;p&#62;&#60;code&#62;global $avia_config; $avia_config[&#38;#39;use_child_theme_functions_only&#38;#39;] = false;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;The original functions.php on the theme will be use plus the added functions.php on the child theme if you are planning to add some. I suggest you put all of the added functionality on the new functions.php in your child theme folder. They will not be overwritten when you upgrade the theme. Just to make sure, create a backup for your theme files and database before updating.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Colourstone on "Modifications to php files and creating a new Child Theme for Choices"</title>
			<link>http://www.kriesi.at/support/topic/modifications-to-php-files-and-creating-a-new-child-theme-for-choices#post-73888</link>
			<pubDate>Fri, 31 Aug 2012 20:13:17 +0000</pubDate>
			<dc:creator>Colourstone</dc:creator>
			<guid isPermaLink="false">73888@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Nick,&#60;/p&#62;
&#60;p&#62;Thanks for your attempt at help but that doesn't work. I don't think you followed what I said.&#60;br /&#62;
Does someone there fully understand my question? Would you please ask Kriesi?&#60;br /&#62;
I have tried that plus more but when I create a child theme the CHOICES theme won't read my &#34;function.php&#34; file. He'll understand.&#60;br /&#62;
Thank you to someone.&#60;br /&#62;
Brent
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Modifications to php files and creating a new Child Theme for Choices"</title>
			<link>http://www.kriesi.at/support/topic/modifications-to-php-files-and-creating-a-new-child-theme-for-choices#post-73709</link>
			<pubDate>Thu, 30 Aug 2012 20:46:20 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">73709@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I don't know about that plugin, but all you need to do is make a directory next to your theme's directory and inside have 1 css with a few lines of code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/*
Theme Name: Twenty Eleven Child
Description: Child theme for the Twenty Eleven theme
Author: Your name here
Template: twentyeleven
*/

@import url(&#38;quot;../twentyeleven/style.css&#38;quot;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Just make sure that the Template is the correct name of the parent theme as written in it's css file. That's it. Now if you want to replace something from the parent theme, you have to copy that file from the parent and drop it into the child, and Wordpress will always first look for every file in the Child folder, and if its not available there, then it will look in the Parent Folder. &#60;/p&#62;
&#60;p&#62;So if you want to customize a template that exists in the parent theme, just make a copy , and place it in the child theme in the same sub directory relative to the root as it is located in the  original. You can read more here &#60;a href=&#34;http://www.webdesignerdepot.com/2011/12/creating-your-first-wordpress-child-theme/&#34; rel=&#34;nofollow&#34;&#62;http://www.webdesignerdepot.com/2011/12/creating-your-first-wordpress-child-theme/&#60;/a&#62; or &#60;a href=&#34;http://www.ostraining.com/blog/wordpress/child-theme/&#34; rel=&#34;nofollow&#34;&#62;http://www.ostraining.com/blog/wordpress/child-theme/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Colourstone on "Modifications to php files and creating a new Child Theme for Choices"</title>
			<link>http://www.kriesi.at/support/topic/modifications-to-php-files-and-creating-a-new-child-theme-for-choices#post-73264</link>
			<pubDate>Tue, 28 Aug 2012 15:43:33 +0000</pubDate>
			<dc:creator>Colourstone</dc:creator>
			<guid isPermaLink="false">73264@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi &#38;amp; thanks again for your help.&#60;/p&#62;
&#60;p&#62;I have modified more than just css files for my choices theme. I have added functions and widgets plus I have modified several of the php files and some .js files also. I am now ready to create a child theme but I need to make sure that ALL of my additions and changes don't get overwritten with future updates.&#60;/p&#62;
&#60;p&#62;My questions are:&#60;br /&#62;
1) If I copy ALL of the files to my child theme will they override the parent choice's theme AND not just the css files? (other files like functions.php, assorted js files and other modifications to the framework)&#60;br /&#62;
2) Will the &#34;One-Click Child Theme&#34; plugin do all of this for me or just the .css files?&#60;br /&#62;
3) Do I need to make any modifications to php files before I do this?&#60;/p&#62;
&#60;p&#62;I appreciate your prompt reply!&#60;br /&#62;
Thanks, Brent
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
