<?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 - User Favorites: nokostudio</title>
		<link><a href='http://www.kriesi.at/support/profile/nokostudio'>nokostudio</a></link>
		<description>Support Forum - User Favorites: nokostudio</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 07:21:34 +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/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Featured image in dashboard"</title>
			<link>http://www.kriesi.at/support/topic/featured-image-in-dashboard#post-110364</link>
			<pubDate>Fri, 10 May 2013 14:22:15 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">110364@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Make sure that you still have this in your functions.php file:&#60;br /&#62;
&#60;code&#62;add_theme_support( &#38;#39;post-thumbnails&#38;#39; );&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I don't think its present anywhere except that function so if it gets completely deleted it may not be telling wordpress to properly give you the featured image support.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nokostudio on "Featured image in dashboard"</title>
			<link>http://www.kriesi.at/support/topic/featured-image-in-dashboard#post-110257</link>
			<pubDate>Fri, 10 May 2013 04:20:44 +0000</pubDate>
			<dc:creator>nokostudio</dc:creator>
			<guid isPermaLink="false">110257@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, I thought this had done the trick, but not quite there...&#60;/p&#62;
&#60;p&#62;The featured image box reappears on pages, and I can add an image and update the page, but when I refresh, the featured image has gone again.&#60;/p&#62;
&#60;p&#62;Any ideas?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Featured image in dashboard"</title>
			<link>http://www.kriesi.at/support/topic/featured-image-in-dashboard#post-107639</link>
			<pubDate>Sun, 28 Apr 2013 07:53:02 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">107639@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes, Eunoia deactivates this field and it uses the first slideshow image as featured image (sets it as featured image). Posts, Pages &#38;amp; Portfolio items won't support the featured image option. Other post types support it though. If you want to activate the featured image option field for posts/pages/portfolios delete following function located in wp-content\themes\eunoia\functions-eunoia.php:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;//remove post thumbnails from pages, posts and various custom post types
if(!function_exists(&#38;#39;avia_remove_post_thumbnails&#38;#39;))
{
	add_theme_support( &#38;#39;post-thumbnails&#38;#39; );

	add_action(&#38;#39;posts_selection&#38;#39;, &#38;#39;avia_remove_post_thumbnails&#38;#39;);
	add_action(&#38;#39;init&#38;#39;, &#38;#39;avia_remove_post_thumbnails&#38;#39;);
	add_filter(&#38;#39;post_updated_messages&#38;#39;,&#38;#39;avia_remove_post_thumbnails&#38;#39;);
	function avia_remove_post_thumbnails($msg)
	{
		global $post_type;
		$remove_when = array(&#38;#39;post&#38;#39;,&#38;#39;page&#38;#39;,&#38;#39;portfolio&#38;#39;);

		if(is_admin())
		{
			foreach($remove_when as $remove)
			{
				if($post_type == $remove &#124;&#124; (isset($_GET[&#38;#39;post_type&#38;#39;]) &#38;amp;&#38;amp; $_GET[&#38;#39;post_type&#38;#39;] == $remove)) { remove_theme_support( &#38;#39;post-thumbnails&#38;#39; ); };
			}
		}

		return $msg;
	}
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>nokostudio on "Featured image in dashboard"</title>
			<link>http://www.kriesi.at/support/topic/featured-image-in-dashboard#post-107557</link>
			<pubDate>Sat, 27 Apr 2013 15:03:47 +0000</pubDate>
			<dc:creator>nokostudio</dc:creator>
			<guid isPermaLink="false">107557@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there&#60;/p&#62;
&#60;p&#62;Does Eunoia theme disable the standard Wordpress Featured Image in pages/posts, and if so is there a way to reinstate it?&#60;/p&#62;
&#60;p&#62;I'm using a mega menu plugin that requires adding graphics via the featured image setting, but it isn't there!&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nokostudio on "Remove span class from widget titles"</title>
			<link>http://www.kriesi.at/support/topic/remove-span-class-from-widget-titles#post-107182</link>
			<pubDate>Thu, 25 Apr 2013 08:24:42 +0000</pubDate>
			<dc:creator>nokostudio</dc:creator>
			<guid isPermaLink="false">107182@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Ismael!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Remove span class from widget titles"</title>
			<link>http://www.kriesi.at/support/topic/remove-span-class-from-widget-titles#post-107169</link>
			<pubDate>Thu, 25 Apr 2013 07:14:26 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">107169@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi nokostudio,&#60;/p&#62;
&#60;p&#62;Instead of removing the span. Try adding this code in your Quick CSS (located in Eunoia &#38;gt; Theme Options &#38;gt; Styling) or custom.css(can be accessed via ftp, located in wp-content/themes/eunoia/css):&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.main_color .widget_first {
color: #222222;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or, this code if the code above doesn't work:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.main_color .widget_first {
color: #222222 !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can change the color value. Hope this helps.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nokostudio on "Remove span class from widget titles"</title>
			<link>http://www.kriesi.at/support/topic/remove-span-class-from-widget-titles#post-107162</link>
			<pubDate>Thu, 25 Apr 2013 04:56:34 +0000</pubDate>
			<dc:creator>nokostudio</dc:creator>
			<guid isPermaLink="false">107162@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi!&#60;/p&#62;
&#60;p&#62;I'm trying to remove the span class (that changes the first word colour) from all the widget titles, but I can't figure it out.&#60;/p&#62;
&#60;p&#62;Any ideas how to do it?&#60;/p&#62;
&#60;p&#62;Thanks a lot!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Tabs not working correctly"</title>
			<link>http://www.kriesi.at/support/topic/tabs-not-working-correctly#post-102051</link>
			<pubDate>Tue, 19 Mar 2013 13:28:28 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">102051@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I was able to login but I can only go to the coming soon+enter your email page. Can you email me the correct info?&#60;/p&#62;
&#60;p&#62;You can send the information to my email at DevinVinson (at) gmail.com. Make sure to include a link to this topic so that my spam filter doesn't grab it :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nokostudio on "Tabs not working correctly"</title>
			<link>http://www.kriesi.at/support/topic/tabs-not-working-correctly#post-101909</link>
			<pubDate>Mon, 18 Mar 2013 19:07:28 +0000</pubDate>
			<dc:creator>nokostudio</dc:creator>
			<guid isPermaLink="false">101909@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, yes sorry forgot to add it!&#60;/p&#62;
&#60;p&#62;Site is in maintenance mode so you'll need to login:&#60;/p&#62;
&#60;p&#62;url: &#60;a href=&#34;http://www.goodrotations.co/wp-login.php&#34; rel=&#34;nofollow&#34;&#62;http://www.goodrotations.co/wp-login.php&#60;/a&#62;&#60;br /&#62;
&#38;lt;&#38;lt;removed by Devin&#38;gt;&#38;gt;&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Tabs not working correctly"</title>
			<link>http://www.kriesi.at/support/topic/tabs-not-working-correctly#post-101849</link>
			<pubDate>Mon, 18 Mar 2013 15:59:50 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">101849@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey nokostudio,&#60;/p&#62;
&#60;p&#62;Can you link us to the site live so we can inspect the code that is getting output?&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nokostudio on "Tabs not working correctly"</title>
			<link>http://www.kriesi.at/support/topic/tabs-not-working-correctly#post-101696</link>
			<pubDate>Sun, 17 Mar 2013 23:14:36 +0000</pubDate>
			<dc:creator>nokostudio</dc:creator>
			<guid isPermaLink="false">101696@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;I'm having issues with the tab shortcode in Eunoia. The content is there, but the tab function isn't. Code all looks fine, not sure if I'm missing something?&#60;/p&#62;
&#60;p&#62;Screenshot: &#60;a href=&#34;https://www.evernote.com/shard/s25/sh/6425cfb8-a5e3-4b19-975d-e2e24b759796/8ded401a4747f86659bca763deed784b&#34; rel=&#34;nofollow&#34;&#62;https://www.evernote.com/shard/s25/sh/6425cfb8-a5e3-4b19-975d-e2e24b759796/8ded401a4747f86659bca763deed784b&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Eunoia Child Theme functions.php"</title>
			<link>http://www.kriesi.at/support/topic/eunoia-child-theme-functionsphp#post-100405</link>
			<pubDate>Sun, 10 Mar 2013 07:50:25 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">100405@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; You can add this code to the child theme functions.php file. You only need to use it if you want to overwrite theme (php) functions with the child theme. &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nokostudio on "Eunoia Child Theme functions.php"</title>
			<link>http://www.kriesi.at/support/topic/eunoia-child-theme-functionsphp#post-100288</link>
			<pubDate>Fri, 08 Mar 2013 23:54:35 +0000</pubDate>
			<dc:creator>nokostudio</dc:creator>
			<guid isPermaLink="false">100288@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;I'm trying to run a child theme and want to load the child themes functions.php file instead of the default Eunoia one.&#60;/p&#62;
&#60;p&#62;I'm trying to follow the instructions in the comments in the functions.php file about how to do this, but I'm missing something and cant get it working:&#60;/p&#62;
&#60;p&#62;&#34;if you run a child theme and dont want to load the default functions.php file set the global var bellow in you childthemes function.php to true:&#60;/p&#62;
&#60;p&#62;global $avia_config; $avia_config['use_child_theme_functions_only'] = true;&#34;&#60;/p&#62;
&#60;p&#62;Where exactly should this line of code go, and what (if anything) should it replace?&#60;/p&#62;
&#60;p&#62;Thanks a lot!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nokostudio on "Move search box to header"</title>
			<link>http://www.kriesi.at/support/topic/move-search-box-to-header#post-85832</link>
			<pubDate>Thu, 29 Nov 2012 08:18:03 +0000</pubDate>
			<dc:creator>nokostudio</dc:creator>
			<guid isPermaLink="false">85832@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Fantastic, thanks very much!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Move search box to header"</title>
			<link>http://www.kriesi.at/support/topic/move-search-box-to-header#post-85811</link>
			<pubDate>Thu, 29 Nov 2012 06:39:01 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">85811@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Open header.php and find this code&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$small_header_info = avia_get_option(&#38;#39;small_header&#38;#39;);
						if($small_header_info) echo &#38;quot;&#38;lt;div class=&#38;#39;small_header_info meta-color&#38;#39;&#38;gt;$small_header_info&#38;lt;/div&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace it with this&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;quot;&#38;lt;div class=&#38;#39;small_header_info meta-color&#38;#39;&#38;gt;&#38;quot;;

						get_search_form(); 

						echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nokostudio on "Move search box to header"</title>
			<link>http://www.kriesi.at/support/topic/move-search-box-to-header#post-85760</link>
			<pubDate>Wed, 28 Nov 2012 22:48:57 +0000</pubDate>
			<dc:creator>nokostudio</dc:creator>
			<guid isPermaLink="false">85760@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;Great theme, very easy to set up!&#60;/p&#62;
&#60;p&#62;Hoping you can help out with this: I would like to move the search box to the header area, top right where currently there is default phone number text.&#60;/p&#62;
&#60;p&#62;What's the best way to go about it?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
