<?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: Child Theme functions.php</title>
		<link>http://www.kriesi.at/support/topic/child-theme-functionsphp</link>
		<description>Support Forum - Topic: Child Theme functions.php</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 07:08:51 +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/child-theme-functionsphp" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Child Theme functions.php"</title>
			<link>http://www.kriesi.at/support/topic/child-theme-functionsphp#post-87149</link>
			<pubDate>Sun, 09 Dec 2012 08:52:53 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">87149@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Try to remove following line from the child theme functions.php:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;avia_backend_add_thumbnail_size($avia_config);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andreanapier1985 on "Child Theme functions.php"</title>
			<link>http://www.kriesi.at/support/topic/child-theme-functionsphp#post-86946</link>
			<pubDate>Fri, 07 Dec 2012 14:09:17 +0000</pubDate>
			<dc:creator>andreanapier1985</dc:creator>
			<guid isPermaLink="false">86946@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I want to regenerate the thumbnail sizes for portfolio items in the choices theme.  I changed the code to what I wanted and placed it in a functions.php file in the child theme I created.  But the site failed completely.  If I changed the functions.php code directly in the parent theme it worked just fine.  Thoughts on what I could do to make it work?  Below is the code I was trying to use in the child theme that made it fail.&#60;/p&#62;
&#60;p&#62;/*&#60;br /&#62;
 * Register additional image thumbnail sizes&#60;br /&#62;
 * Those thumbnails are generated on image upload!&#60;br /&#62;
 *&#60;br /&#62;
 * If the size of an array was changed after an image was uploaded you either need to re-upload the image&#60;br /&#62;
 * or use the thumbnail regeneration plugin: &#60;a href=&#34;http://wordpress.org/extend/plugins/regenerate-thumbnails/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/regenerate-thumbnails/&#60;/a&#62;&#60;br /&#62;
*/&#60;/p&#62;
&#60;p&#62;$avia_config['imgSize']['widget'] 			= array('width'=&#38;gt;36,  'height'=&#38;gt;36);						// small preview pics eg sidebar news&#60;br /&#62;
$avia_config['imgSize']['slider_thumb'] 		= array('width'=&#38;gt;70,  'height'=&#38;gt;50);						// slideshow preview pics&#60;br /&#62;
$avia_config['imgSize']['fullsize'] 		 	= array('width'=&#38;gt;930, 'height'=&#38;gt;930, 'crop'=&#38;gt;false);				// big images for lightbox and portfolio single entries&#60;br /&#62;
$avia_config['imgSize']['featured'] 		 	= array('width'=&#38;gt;990, 'height'=&#38;gt;400);						// images for fullsize pages and fullsize slider&#60;br /&#62;
$avia_config['imgSize']['portfolio'] 		 	= array('width'=&#38;gt;495, 'height'=&#38;gt;200);						// images for portfolio entries (2,3 column)&#60;br /&#62;
$avia_config['imgSize']['portfolio_small'] 		= array('width'=&#38;gt;241, 'height'=&#38;gt;97);						// images for portfolio 4 columns&#60;br /&#62;
$avia_config['imgSize']['logo'] 		 	= array('width'=&#38;gt;446, 'height'=&#38;gt;218);						// images for dynamic logo/partner element&#60;/p&#62;
&#60;p&#62;//dynamic columns&#60;br /&#62;
$avia_config['imgSize']['dynamic_1'] 		 	= array('width'=&#38;gt;446, 'height'=&#38;gt;180);						// images for 2/4 (aka 1/2) dynamic portfolio columns when using 3 columns&#60;br /&#62;
$avia_config['imgSize']['dynamic_2'] 		 	= array('width'=&#38;gt;609, 'height'=&#38;gt;246);						// images for 2/3 dynamic portfolio columns&#60;br /&#62;
$avia_config['imgSize']['dynamic_3'] 		 	= array('width'=&#38;gt;688, 'height'=&#38;gt;2780);						// images for 3/4 dynamic portfolio columns&#60;/p&#62;
&#60;p&#62;avia_backend_add_thumbnail_size($avia_config);
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
