<?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 - Topic: Velvet Child Theme</title>
		<link>http://www.kriesi.at/support/topic/velvet-child-theme</link>
		<description>Support Forum - Topic: Velvet Child Theme</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 18:16:59 +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/topic/velvet-child-theme" rel="self" type="application/rss+xml" />

		<item>
			<title>Nick on "Velvet Child Theme"</title>
			<link>http://www.kriesi.at/support/topic/velvet-child-theme#post-92019</link>
			<pubDate>Thu, 17 Jan 2013 08:24:45 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">92019@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please download &#60;a href=&#34;http://www.mediafire.com/file/1sew8jza4twnaw7/velvet-child.zip&#34; rel=&#34;nofollow&#34;&#62;http://www.mediafire.com/file/1sew8jza4twnaw7/velvet-child.zip&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;a zip of a child theme for Velvet. Just add it as you would any normal theme. If you are having a problem:&#60;/p&#62;
&#60;p&#62;1) Is the name of the folder of the parent theme 'velvet'? (capitalization important)&#60;br /&#62;
2) In the parent style.css , is the theme name Velvet? &#60;/p&#62;
&#60;p&#62;The child style.css file just 3 lines are required (lines 2,5, and 11 of stle.css inside the zip file). All other lines are optional, so you can fill them out how you want. You can also just delete the optional lines.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kaylesimon on "Velvet Child Theme"</title>
			<link>http://www.kriesi.at/support/topic/velvet-child-theme#post-91925</link>
			<pubDate>Wed, 16 Jan 2013 18:34:19 +0000</pubDate>
			<dc:creator>kaylesimon</dc:creator>
			<guid isPermaLink="false">91925@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;okay, really embarrassingly dumb question, but just to be clear...where you have, in your example, some-url.com, is that that url for the domain, or the location of the theme, or what? And then for the Author URI, same question..the domain again, or what author's url?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Velvet Child Theme"</title>
			<link>http://www.kriesi.at/support/topic/velvet-child-theme#post-91756</link>
			<pubDate>Tue, 15 Jan 2013 20:49:54 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">91756@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Mark,&#60;/p&#62;
&#60;p&#62;No, the options for each theme are saved based on the theme. It would be best and easiest to just re-add in your custom settings.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>propcellar on "Velvet Child Theme"</title>
			<link>http://www.kriesi.at/support/topic/velvet-child-theme#post-91630</link>
			<pubDate>Tue, 15 Jan 2013 03:49:23 +0000</pubDate>
			<dc:creator>propcellar</dc:creator>
			<guid isPermaLink="false">91630@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Nick.  My problem was that I failed to activate the child theme properly.  I think I've fixed it.  However, everything under the theme options have been reset.  Is there anyway to import or transfer all my previous settings (to include portfolios, quick CSS, colors, etc.) to the new child theme?&#60;/p&#62;
&#60;p&#62;Thanks again.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Velvet Child Theme"</title>
			<link>http://www.kriesi.at/support/topic/velvet-child-theme#post-90633</link>
			<pubDate>Tue, 08 Jan 2013 19:01:23 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">90633@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;1) Make a folder called velvet-child and place it next to velvet theme folder.&#60;br /&#62;
2) Create a style.css file inside the velvet-child folder and add the following to it:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;/*
Theme Name: Velvet&#38;#39;s Child
Description: Child of Velvet
Theme URI: some-url.com
Template: Velvet
Version: 1.0
Author: you
Author URI: &#60;a href=&#34;http://www.some-url.com&#34; rel=&#34;nofollow&#34;&#62;http://www.some-url.com&#60;/a&#62;
*/

@import url(&#38;quot;../velvet/style.css&#38;quot;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Make sure that capitalization and folder name matched import and template lines.so Velvet VelVet would be different.&#60;/p&#62;
&#60;p&#62;3) Activate child theme as you would any theme in the backend&#60;br /&#62;
4) copy header.php and footer..php and drop them into the child theme folder.&#60;/p&#62;
&#60;p&#62;If you want to test if they work. add&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php echo &#38;quot;123zxy&#38;quot;; ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;into the header and the footer , and then view source and and do a ctrl-f find for 123zxy. &#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>propcellar on "Velvet Child Theme"</title>
			<link>http://www.kriesi.at/support/topic/velvet-child-theme#post-90617</link>
			<pubDate>Tue, 08 Jan 2013 17:01:05 +0000</pubDate>
			<dc:creator>propcellar</dc:creator>
			<guid isPermaLink="false">90617@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I am trying to modify the header.php and footer.php files using a child theme.  None of the changes that I make in the child theme work.  When I make those changes to the original files, they work.  Do child themes not work in the Velvet theme?  I would really like to get this child theme working so that all my changes aren't lost with a theme update.&#60;/p&#62;
&#60;p&#62;Any help would be appreciated.&#60;/p&#62;
&#60;p&#62;Thanks in advance.&#60;/p&#62;
&#60;p&#62;Mark
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
