<?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: admin options - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/admin-options</link>
		<description>Support Forum - Tag: admin options - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 16:33:21 +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/admin-options" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Override theme options in child theme?"</title>
			<link>http://www.kriesi.at/support/topic/override-theme-options-in-child-theme#post-91956</link>
			<pubDate>Thu, 17 Jan 2013 00:45:20 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">91956@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that its working for you as well :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kaylesimon on "Override theme options in child theme?"</title>
			<link>http://www.kriesi.at/support/topic/override-theme-options-in-child-theme#post-91927</link>
			<pubDate>Wed, 16 Jan 2013 18:37:03 +0000</pubDate>
			<dc:creator>kaylesimon</dc:creator>
			<guid isPermaLink="false">91927@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I always feel kind of bad that I don't do child themes often enough...this makes me feel a little better about doing it the way I've already been doing it, with comments and a text file of changes. Now I feel brilliant. Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Override theme options in child theme?"</title>
			<link>http://www.kriesi.at/support/topic/override-theme-options-in-child-theme#post-91011</link>
			<pubDate>Thu, 10 Jan 2013 16:39:40 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">91011@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad we could help :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Twansparant on "Override theme options in child theme?"</title>
			<link>http://www.kriesi.at/support/topic/override-theme-options-in-child-theme#post-91007</link>
			<pubDate>Thu, 10 Jan 2013 16:32:11 +0000</pubDate>
			<dc:creator>Twansparant</dc:creator>
			<guid isPermaLink="false">91007@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;/p&#62;
&#60;p&#62;Thanks for your quick response!&#60;/p&#62;
&#60;p&#62;Yeah, that's probably easier and quicker...&#60;br /&#62;
Normally you can achieve a lot with overriding parent functions in your functions.php, but in this case with the avia framework nested deep into the templates I think I'm not gonna bother...&#60;/p&#62;
&#60;p&#62;Cheers, Toine
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Override theme options in child theme?"</title>
			<link>http://www.kriesi.at/support/topic/override-theme-options-in-child-theme#post-91004</link>
			<pubDate>Thu, 10 Jan 2013 16:27:10 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">91004@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Twansparant,&#60;/p&#62;
&#60;p&#62;For Kriesi's themes I'm not a big fan of Child themes for the same reasons you are running into. Its a complicated Framework and the benefits of a child theme are often lost on themes that have most of the options available in the theme options.&#60;/p&#62;
&#60;p&#62;Instead what I recommend doing is just add all your css changes to the custom.css file in the css folder. If you make any changes to the theme files, just add a comment into the file (in php thats putting two slashes in front of it // ) and then make a separate text file that you can use as your own version/change file. Keep a nice log of any permanent changes you make.&#60;/p&#62;
&#60;p&#62;Whenever you need to update you can run your list of changes against the version.rtf and any conflicts will need a closer look to see if you need to re-add anything. If there are no conflicts just update those new files onto your server.&#60;/p&#62;
&#60;p&#62;I hope that helps a bit :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Twansparant on "Override theme options in child theme?"</title>
			<link>http://www.kriesi.at/support/topic/override-theme-options-in-child-theme#post-90999</link>
			<pubDate>Thu, 10 Jan 2013 16:17:41 +0000</pubDate>
			<dc:creator>Twansparant</dc:creator>
			<guid isPermaLink="false">90999@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;I was wundering if it's possible to override some of the theme options in a child theme? For example;&#60;br /&#62;
I want to add some social media profiles in the header of the Angular theme so I edited the header.php file in my child theme and added some css in the style.css of my child theme.&#60;/p&#62;
&#60;p&#62;However I also need to add some lines in this file: includes/admin/register-admin-options.php&#60;br /&#62;
So I copied that file with the same folder structure to my child theme and made the changes, but this doesn't work. The child theme still uses the parent theme options. Is this even possible?&#60;/p&#62;
&#60;p&#62;Another thing I noticed is that most of the child's theme css does not override the parent's css. Only when I add a !important the css is overridden by the child theme...&#60;/p&#62;
&#60;p&#62;This and the lack of documentation about child themes makes me consider my decision about using a child theme in the first place.&#60;br /&#62;
What are your thoughts about this? Is it easier to just use it as a standalone theme and not be able to update the theme in the future?&#60;/p&#62;
&#60;p&#62;Thanks, Toine
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
