<?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: functions - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/functions</link>
		<description>Support Forum - Tag: functions - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sun, 26 May 2013 02:55:27 +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/functions" rel="self" type="application/rss+xml" />

		<item>
			<title>Nick on "Custom Post Excerpts To Appear on The Homepage"</title>
			<link>http://www.kriesi.at/support/topic/custom-post-excerpts-to-appear-on-the-homepage#post-105071</link>
			<pubDate>Wed, 10 Apr 2013 12:14:01 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">105071@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Not sure what that code is. Don't use it. Please install this plugin, it will create the field that you want and assign it to the page/post/cpt or all of them. The field will be created and you will see it the next time you edit or add new posts,...&#60;/p&#62;
&#60;p&#62;A simple and ultra friendly API lets you easily retrieve the content and paste it straight into wherever you want it to display. &#60;a href=&#34;http://wordpress.org/extend/plugins/advanced-custom-fields/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/advanced-custom-fields/&#60;/a&#62; 700,000 users of this free plugin can't be wrong.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>spectrecom on "Custom Post Excerpts To Appear on The Homepage"</title>
			<link>http://www.kriesi.at/support/topic/custom-post-excerpts-to-appear-on-the-homepage#post-104912</link>
			<pubDate>Tue, 09 Apr 2013 11:26:52 +0000</pubDate>
			<dc:creator>spectrecom</dc:creator>
			<guid isPermaLink="false">104912@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This is the website - &#60;a href=&#34;http://www.spectrecom.co.uk/&#34; rel=&#34;nofollow&#34;&#62;http://www.spectrecom.co.uk/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>spectrecom on "Custom Post Excerpts To Appear on The Homepage"</title>
			<link>http://www.kriesi.at/support/topic/custom-post-excerpts-to-appear-on-the-homepage#post-104899</link>
			<pubDate>Tue, 09 Apr 2013 08:38:04 +0000</pubDate>
			<dc:creator>spectrecom</dc:creator>
			<guid isPermaLink="false">104899@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I am trying to create excerpts to appear on my homepage beneath my blog posts, which are appearing using the columns within the template builder.&#60;/p&#62;
&#60;p&#62;Having looked on the support forum I found these lines of code&#60;/p&#62;
&#60;p&#62;For the functions.php - &#60;/p&#62;
&#60;p&#62;function custom_excerpt_length( $length ) {&#60;br /&#62;
	return 50;&#60;br /&#62;
}&#60;br /&#62;
add_filter( 'excerpt_length', 'custom_excerpt_length', 999 );&#60;/p&#62;
&#60;p&#62;function new_excerpt_more($more) {&#60;br /&#62;
return ' ...';&#60;br /&#62;
}&#60;br /&#62;
add_filter('excerpt_more', 'new_excerpt_more');&#60;/p&#62;
&#60;p&#62;and for the loop-index.php - &#60;/p&#62;
&#60;p&#62;&#38;lt;!-- if there is an individual excerpt, show it, otherwise do nothing --&#38;gt;&#60;br /&#62;
&#38;lt;?php if(!empty($post-&#38;gt;post_excerpt)) {&#60;br /&#62;
echo '&#38;lt;div id=&#34;textauszug&#34;&#38;gt;';&#60;br /&#62;
the_excerpt();&#60;br /&#62;
echo '&#38;lt;/div&#38;gt;';&#60;br /&#62;
} ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php&#60;br /&#62;
if(strpos($avia_config['layout'], 'medium_image sidebar') !== false) echo $slider-&#38;gt;display_small('blog');&#60;br /&#62;
if(!is_single()){&#60;br /&#62;
				the_excerpt(__('Read more  ?','avia_framework'));&#60;br /&#62;
echo '&#60;a href=&#34;'. get_permalink().'&#34;&#62;'.__('Read more  →','avia_framework').'&#60;/a&#62;';&#60;br /&#62;
}else{&#60;br /&#62;
the_content(__('Read more  ?','avia_framework'));&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;When I placed these codes in the editor they took no, effect - only making my blog disappear. Is there a particular place within the .php files I need to put them? I just placed at the bottom.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Changing default *width units in the theme"</title>
			<link>http://www.kriesi.at/support/topic/changing-default-width-units-in-the-theme#post-96767</link>
			<pubDate>Thu, 14 Feb 2013 14:56:20 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">96767@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi jeffry_j_wainwright,&#60;/p&#62;
&#60;p&#62;That is a bit difficult generally. If the page uses a template builder template, it isn't doable as it would cause issues with the whole template builder.&#60;/p&#62;
&#60;p&#62;For other pages, its a bit easier as you can go to those pages or loops and change it directly. For instance in the template-blog.php file, you can remove the avia_config for the layout and set it manually for that file. For the portfolio, you could do the same in includes&#38;gt;loop-portfolio.php.&#60;/p&#62;
&#60;p&#62;For a standard page, you could change it in page.php and the sidebar in sidebar.php&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jeffry_j_wainwright on "Changing default *width units in the theme"</title>
			<link>http://www.kriesi.at/support/topic/changing-default-width-units-in-the-theme#post-96689</link>
			<pubDate>Thu, 14 Feb 2013 07:40:52 +0000</pubDate>
			<dc:creator>jeffry_j_wainwright</dc:creator>
			<guid isPermaLink="false">96689@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;br /&#62;
Angular Theme: width class change for content areas and sidebars&#60;br /&#62;
--&#60;br /&#62;
I'd like to have control over which class *width units [i.e. &#38;lt;div class=&#34;content eight alpha ... etc&#34;&#38;gt;] show up where. Which file(s) control this? In particular, for the standard home page: I'd like to the change the content area to have the class of 'eight' rather than 'nine' width the sidebar then  adopting a class of 'four' rather than 'three'.&#60;/p&#62;
&#60;p&#62;Thanks in advance!&#60;/p&#62;
&#60;p&#62;Jeff&#60;/p&#62;
&#60;p&#62;*width: in the Angular theme the content and sidebar widths are controlled by class such as 'nine' or 'three'.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Updating functions.php file causing issues"</title>
			<link>http://www.kriesi.at/support/topic/updating-functionsphp-file-causing-issues#post-84942</link>
			<pubDate>Thu, 22 Nov 2012 04:03:56 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">84942@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi tapylton,&#60;/p&#62;
&#60;p&#62;No worries. Glad it's fixed. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tapylton on "Updating functions.php file causing issues"</title>
			<link>http://www.kriesi.at/support/topic/updating-functionsphp-file-causing-issues#post-84866</link>
			<pubDate>Wed, 21 Nov 2012 11:08:08 +0000</pubDate>
			<dc:creator>tapylton</dc:creator>
			<guid isPermaLink="false">84866@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;ooh! My bad! You can close this now guys! Some how I overlooked the new config-wpml file (yes i'm new at this ;)... thought i had updated it but only had done the wpml.xml file. Seems to be working now... yay!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tapylton on "Updating functions.php file causing issues"</title>
			<link>http://www.kriesi.at/support/topic/updating-functionsphp-file-causing-issues#post-84861</link>
			<pubDate>Wed, 21 Nov 2012 10:39:10 +0000</pubDate>
			<dc:creator>tapylton</dc:creator>
			<guid isPermaLink="false">84861@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, I have been updating the Propulsion theme from version 1.2.1 to the latest version, going folder by folder instead of all at once just to be careful of any changes I might have made... all updated fine so far except for the functions.php file. When I update to the new file all blog archives are inaccessible and so are drop-down menu pages. Error given is:&#60;/p&#62;
&#60;p&#62;Warning: require_once(config-wpml/config.php) [function.require-once]: failed to open stream: No such file or directory in /home/..../wp-content/themes/propulsion/functions.php on line 19&#60;br /&#62;
Fatal error: require_once() [function.require]: Failed opening required 'config-wpml/config.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/...../wp-content/themes/propulsion/functions.php on line 19&#60;/p&#62;
&#60;p&#62;What have I done?! Any ideas? I am fairly new at this so any direction would be great...&#60;br /&#62;
I have put the old functions.php back in place for the time being and everything works fine, so it's not urgent, but I'd like to be able to update fully...&#60;/p&#62;
&#60;p&#62;I think the only other files I haven't updated yet are single.php and footer.php - that wouldn't make a difference would it?&#60;br /&#62;
thanks in advance,&#60;br /&#62;
jo
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Matteo on "Featured Post Image in RSS feed"</title>
			<link>http://www.kriesi.at/support/topic/featured-post-image-in-rss-feed#post-63702</link>
			<pubDate>Wed, 04 Jul 2012 12:26:39 +0000</pubDate>
			<dc:creator>Matteo</dc:creator>
			<guid isPermaLink="false">63702@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you so much! &#60;/p&#62;
&#60;p&#62;It works perfectly, but I actually had to replace &#34;thumbnail&#34; with &#34;featured&#34; not &#34;slideshow&#34; :)&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;feed://teo.is/feed/&#34; rel=&#34;nofollow&#34;&#62;feed://teo.is/feed/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks again!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Featured Post Image in RSS feed"</title>
			<link>http://www.kriesi.at/support/topic/featured-post-image-in-rss-feed#post-63646</link>
			<pubDate>Wed, 04 Jul 2012 08:52:48 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">63646@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Add following code to functions.php (add it to the very bottom):&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;// THIS INCLUDES THE THUMBNAIL IN OUR RSS FEED
add_filter( &#38;#39;the_excerpt_rss&#38;#39;, &#38;#39;inoplugs_insertThumbnailRSS&#38;#39; );
add_filter( &#38;#39;the_content_feed&#38;#39;, &#38;#39;inoplugs_insertThumbnailRSS&#38;#39; );
function inoplugs_insertThumbnailRSS( $content ) {

	global $post;
	$slides = avia_post_meta($post-&#38;gt;post_id, &#38;#39;slideshow&#38;#39;);
	if ($slides){
		$postimage = avia_image_by_id($slides[0][&#38;#39;slideshow_image&#38;#39;],&#38;#39;thumbnail&#38;#39;);
		$content = &#38;#39;&#38;lt;div&#38;gt;&#38;#39; . $postimage . &#38;#39;&#38;lt;/div&#38;gt;&#38;#39; . $content;

		return $content;
	}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can replace 'slideshow' with any other thumbnail size (they're defined in functions.php at the top).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Featured Post Image in RSS feed"</title>
			<link>http://www.kriesi.at/support/topic/featured-post-image-in-rss-feed#post-63636</link>
			<pubDate>Wed, 04 Jul 2012 08:10:22 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">63636@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I don't think that's possible because RSS feeds are outside the theme's control. I may be wrong so let me tag the rest of the support team.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Matteo on "Featured Post Image in RSS feed"</title>
			<link>http://www.kriesi.at/support/topic/featured-post-image-in-rss-feed#post-63630</link>
			<pubDate>Wed, 04 Jul 2012 07:43:39 +0000</pubDate>
			<dc:creator>Matteo</dc:creator>
			<guid isPermaLink="false">63630@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi and thanks for making such an awesome theme!&#60;/p&#62;
&#60;p&#62;I was wondering if it's possible to add a featured image in my RSS by editing functions.php?&#60;br /&#62;
I tried with no success :(&#60;/p&#62;
&#60;p&#62;Could you help me out please?&#60;/p&#62;
&#60;p&#62;Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Theme Thumbnails"</title>
			<link>http://www.kriesi.at/support/topic/theme-thumbnails#post-54179</link>
			<pubDate>Tue, 01 May 2012 16:41:03 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">54179@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad I could shed some additional light :)&#60;/p&#62;
&#60;p&#62;Let us know if you have any other questions.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>downv on "Theme Thumbnails"</title>
			<link>http://www.kriesi.at/support/topic/theme-thumbnails#post-53735</link>
			<pubDate>Fri, 27 Apr 2012 17:21:50 +0000</pubDate>
			<dc:creator>downv</dc:creator>
			<guid isPermaLink="false">53735@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;/p&#62;
&#60;p&#62;Thank you for the explanation.&#60;/p&#62;
&#60;p&#62;Regards
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Theme Thumbnails"</title>
			<link>http://www.kriesi.at/support/topic/theme-thumbnails#post-53537</link>
			<pubDate>Thu, 26 Apr 2012 16:20:30 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">53537@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi downv,&#60;/p&#62;
&#60;p&#62;The thumbnail size used is a bit bigger and it should, when scaled down, not effect the visual in a negative way. You can however change the sizes in functions.php and then regenerate the thumbnails with: &#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;/p&#62;
&#60;p&#62;Depending on what changes you make in the functions.php file, you may need to adjust the css. If you just went for taller more portrait style entries for instance you may not need to make any adjustments.&#60;/p&#62;
&#60;p&#62;Your images should only be losing quality if they start out at smaller than W465xH346.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>downv on "Theme Thumbnails"</title>
			<link>http://www.kriesi.at/support/topic/theme-thumbnails#post-53280</link>
			<pubDate>Wed, 25 Apr 2012 13:39:11 +0000</pubDate>
			<dc:creator>downv</dc:creator>
			<guid isPermaLink="false">53280@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok, that was a s**t reply, but thanks btw.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Theme Thumbnails"</title>
			<link>http://www.kriesi.at/support/topic/theme-thumbnails#post-53229</link>
			<pubDate>Wed, 25 Apr 2012 05:08:25 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">53229@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;You can edit the thumbnails on Settings &#38;gt; Media.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>downv on "Theme Thumbnails"</title>
			<link>http://www.kriesi.at/support/topic/theme-thumbnails#post-53136</link>
			<pubDate>Tue, 24 Apr 2012 17:13:50 +0000</pubDate>
			<dc:creator>downv</dc:creator>
			<guid isPermaLink="false">53136@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey guys,&#60;/p&#62;
&#60;p&#62;This is a great theme but I think the generated thumbnails sizes are not the best.&#60;/p&#62;
&#60;p&#62;I would like to know how do you have calculated the thumbnail sizes when you did the theme because I think that the sizes are not used properly.&#60;/p&#62;
&#60;p&#62;I'm using a four column portfolio layout and the images lose quality when are re-sized, and I would like to change the generated thumbnail sizes, but I'm new on wordpress and I don't know where to edit all this setting.&#60;/p&#62;
&#60;p&#62;Ex:&#60;/p&#62;
&#60;p&#62;On a four column layout the thumbnail container is 231px width and 172px height, but there is no thumbnail generated width this size, so it is using a different size,  and as it has to adapt to the container size it's losing more image quality.&#60;/p&#62;
&#60;p&#62;I'm wondering why you guys didn't have added this size to the generated thumbnail?&#60;/p&#62;
&#60;p&#62;I want to change the different thumbnail sizes on the functions.php but as you've wrote on the documentation we also have to make some changes on the css, I would like to know what we have to change. Also I would like to know how do I &#34;tell to Wordpress&#34; what thumbnail to use?&#60;/p&#62;
&#60;p&#62;Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Yarin VooDoo on "Amplify - Custom Post Type Archives"</title>
			<link>http://www.kriesi.at/support/topic/amplify-custom-type-archives#post-36194</link>
			<pubDate>Fri, 30 Dec 2011 13:57:24 +0000</pubDate>
			<dc:creator>Yarin VooDoo</dc:creator>
			<guid isPermaLink="false">36194@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ciao,&#60;/p&#62;
&#60;p&#62;I'm trying to use the new WP3 Custom Post Type method to separate my post.&#60;/p&#62;
&#60;p&#62;I've created a new CUSTOM POST TYPE and used a specific CATEGORY to organize those items.&#60;br /&#62;
All works good, also with permalinks, but the only problem that remains is about ARCHIVES, even if the custom type is set for archives, the template doesn't show items is I go directly to this category.&#60;/p&#62;
&#60;p&#62;Here the direct page of one ITEM with new custom type:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.roccocaprella.com/tutorials/test-tutorial-ita/&#34; rel=&#34;nofollow&#34;&#62;http://www.roccocaprella.com/tutorials/test-tutorial-ita/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;As you can see, I used the base &#34;/tutorials/&#34; for permalink.&#60;/p&#62;
&#60;p&#62;Here the link to the category assigned to that post:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.roccocaprella.com/category/tutorial/sony-vegas-pro/&#34; rel=&#34;nofollow&#34;&#62;http://www.roccocaprella.com/category/tutorial/sony-vegas-pro/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Maybe, in theme functions, the query looks only for standard types and not for custom types.&#60;br /&#62;
Can anyone helps me?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "BrightBox - Child Theme"</title>
			<link>http://www.kriesi.at/support/topic/brightbox-child-theme#post-27082</link>
			<pubDate>Thu, 15 Sep 2011 18:56:08 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">27082@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Guys!&#60;/p&#62;
&#60;p&#62;Using child themes works exactly like mentioned in the documentation. its true, i seldom put them to use but after reading about your problems I tried to create a brightbox child theme on my own and it works perfectly fine (both with own css file and own functions.php file)&#60;/p&#62;
&#60;p&#62;So I can one again only point you to the wordpress codex: &#60;a href=&#34;http://codex.wordpress.org/Child_Themes&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Child_Themes&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "BrightBox - Child Theme"</title>
			<link>http://www.kriesi.at/support/topic/brightbox-child-theme#post-26617</link>
			<pubDate>Fri, 09 Sep 2011 09:05:04 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">26617@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I would be interested in creating child themes, too.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>phatlix on "BrightBox - Child Theme"</title>
			<link>http://www.kriesi.at/support/topic/brightbox-child-theme#post-20737</link>
			<pubDate>Thu, 09 Jun 2011 03:57:47 +0000</pubDate>
			<dc:creator>phatlix</dc:creator>
			<guid isPermaLink="false">20737@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Does no one use child themes? Did I miss a post where this was discussed?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>phatlix on "BrightBox - Child Theme"</title>
			<link>http://www.kriesi.at/support/topic/brightbox-child-theme#post-20689</link>
			<pubDate>Wed, 08 Jun 2011 08:02:46 +0000</pubDate>
			<dc:creator>phatlix</dc:creator>
			<guid isPermaLink="false">20689@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I am trying to get a child theme setup as to not screw with the original theme code. Other threads I have read insinuate that this should be easy and point back to codex for answers. The obvious issue is that even a basic child setup has not been tested by Kriesi (or staff) or the results would be touched upon in more detail (rather then just the pointer back to codex). Also please note... this is not a rant, and I have a smile on my face as I am writing this. So please do not feel like I am biting your leg off.&#60;/p&#62;
&#60;p&#62;I have tested a child setup on a couple other themes (free generic themes... basic code), and all work fine. The issue with BrightBox and perhaps others fails when the functions.php gets put into place.&#60;/p&#62;
&#60;p&#62;So here is the setup......&#60;/p&#62;
&#60;p&#62;create folder: brightbox-child&#60;br /&#62;
in folder: create style.css and add the following&#60;/p&#62;
&#60;p&#62;/*&#60;br /&#62;
Theme Name: BrightBox Child&#60;br /&#62;
Description: BrightBox Customizations&#60;br /&#62;
Author: Your Name&#60;br /&#62;
Template: brightbox&#60;br /&#62;
*/&#60;/p&#62;
&#60;p&#62;@import url(&#34;../brightbox/style.css&#34;);&#60;/p&#62;
&#60;p&#62;(customizations here)&#60;/p&#62;
&#60;p&#62;--&#38;gt; save file&#60;/p&#62;
&#60;p&#62;This is all that is required to create the child in it's basic form. Adding code to the style.css works fine.&#60;/p&#62;
&#60;p&#62;Now create a functions.php. If you add nothing to the file all works fine... as soon as you add&#60;/p&#62;
&#60;p&#62;&#38;lt;?php&#60;/p&#62;
&#60;p&#62;to the top of the file, save and refresh, all is broken. It does not matter if you close the tag, nothing will work.&#60;/p&#62;
&#60;p&#62;This is the child theme issue I am having, and codex does not help resolve this issue, nor does extreme Google searching.&#60;/p&#62;
&#60;p&#62;---&#60;/p&#62;
&#60;p&#62;To better understand what I want to do with the functions file is this. I would like to add the following shortcode function without it being overwritten in later updates (should there be any).&#60;/p&#62;
&#60;p&#62;--&#38;gt; style.css:&#60;/p&#62;
&#60;p&#62;span.keyword {background-color:yellow;}&#60;/p&#62;
&#60;p&#62;--&#38;gt; functions.php&#60;/p&#62;
&#60;p&#62;function keyword_shortcode( $atts, $content = null ) { return '&#38;lt;span class=&#34;keyword&#34;&#38;gt;' . $content . '&#38;lt;/span&#38;gt;'; }&#60;br /&#62;
add_shortcode( 'keyword', 'keyword_shortcode' );&#60;/p&#62;
&#60;p&#62;Thanks for any further insight anyone can offer into this matter.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Kenny
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Proud on "Avisio Version 1.2 - header.php causing issue."</title>
			<link>http://www.kriesi.at/support/topic/avisio-version-12-headerphp-causing-issue#post-14584</link>
			<pubDate>Fri, 11 Mar 2011 18:48:44 +0000</pubDate>
			<dc:creator>Proud</dc:creator>
			<guid isPermaLink="false">14584@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes this has resolved the issue for me also.&#60;/p&#62;
&#60;p&#62;Cheers
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Avisio Version 1.2 - header.php causing issue."</title>
			<link>http://www.kriesi.at/support/topic/avisio-version-12-headerphp-causing-issue#post-14535</link>
			<pubDate>Fri, 11 Mar 2011 07:31:09 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">14535@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for helping us out - here's Kriesi's post:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
Hey everyone, Seems I forgot to mention two files to update:&#60;br /&#62;
kclass_advanced_css_style.php located in framework/classes/ and&#60;br /&#62;
portfolio.php in theme_options
&#60;/p&#62;&#60;/blockquote&#62;</description>
		</item>
		<item>
			<title>zacchaeusn7 on "Avisio Version 1.2 - header.php causing issue."</title>
			<link>http://www.kriesi.at/support/topic/avisio-version-12-headerphp-causing-issue#post-14520</link>
			<pubDate>Fri, 11 Mar 2011 06:37:19 +0000</pubDate>
			<dc:creator>zacchaeusn7</dc:creator>
			<guid isPermaLink="false">14520@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Go here: &#60;a href=&#34;http://www.facebook.com/kriesi.at/posts/10150108232457217?notif_t=feed_comment_reply&#34; rel=&#34;nofollow&#34;&#62;http://www.facebook.com/kriesi.at/posts/10150108232457217?notif_t=feed_comment_reply&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Kriesi resolved it his Facebook thread.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>zacchaeusn7 on "Avisio Version 1.2 - header.php causing issue."</title>
			<link>http://www.kriesi.at/support/topic/avisio-version-12-headerphp-causing-issue#post-14453</link>
			<pubDate>Thu, 10 Mar 2011 17:48:20 +0000</pubDate>
			<dc:creator>zacchaeusn7</dc:creator>
			<guid isPermaLink="false">14453@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Gentelmen~&#60;/p&#62;
&#60;p&#62;I'm following this topic also because I just posted almost the same problem here: &#60;a href=&#34;http://www.kriesi.at/support/topic/replace-certain-files-for-new-avisio-update&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/replace-certain-files-for-new-avisio-update&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;Is the header.php the only file that fixes the Portfolio issue? I think there's a callback that's missing from the functions or portfolio file that breaks the header.php.&#60;/p&#62;
&#60;p&#62;My site is &#60;a href=&#34;http://orthodoxdaily.com&#34; rel=&#34;nofollow&#34;&#62;http://orthodoxdaily.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Z
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Avisio Version 1.2 - header.php causing issue."</title>
			<link>http://www.kriesi.at/support/topic/avisio-version-12-headerphp-causing-issue#post-14391</link>
			<pubDate>Thu, 10 Mar 2011 09:52:15 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">14391@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;I'll have a play with this on my test site and see that's going on on a default install. It may be the case that something else needs editing somewhere.&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Proud on "Avisio Version 1.2 - header.php causing issue."</title>
			<link>http://www.kriesi.at/support/topic/avisio-version-12-headerphp-causing-issue#post-14360</link>
			<pubDate>Thu, 10 Mar 2011 01:38:04 +0000</pubDate>
			<dc:creator>Proud</dc:creator>
			<guid isPermaLink="false">14360@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I am using Avisio and have a local host set up for testing and development purposes using wamp. &#60;/p&#62;
&#60;p&#62;I upgraded this local host from WP 3.0.5 to 3.1 and after replacing prettyPhoto had most things working fine except portfolio. I have just downloaded Avisio 1.2 and using the change log in version.rtf replaced required files, note only change the version from 1.1 to 1.2 in style.css using editor as I have made quite a few changes and did not want to replace the whole file.&#60;/p&#62;
&#60;p&#62;On reopening my site it only showed my custom background image and nothing else!&#60;/p&#62;
&#60;p&#62;Tracked the issue to header.php and found that if I removed lines 74 and 78.&#60;/p&#62;
&#60;p&#62;74 - $applyBackgroundImage = &#34;body&#34;;&#60;br /&#62;
78 - $k_option['custom']['styling']-&#38;gt;set_element_background_image($applyBackgroundImage);&#60;/p&#62;
&#60;p&#62;The site looks ok. Even portfolio working and using custom setting for permalinks /%postname%/ &#60;/p&#62;
&#60;p&#62;Obviously you have added the code for a reason and I need advise on what would happen if I left the two lines out or how to get my site working with the code in place. As mentioned earlier I have only done this upgrade to my local host set up so can not provide a link to the site.&#60;/p&#62;
&#60;p&#62;Regards&#60;/p&#62;
&#60;p&#62;Andrew
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
