<?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: site broken</title>
		<link>http://www.kriesi.at/support/topic/site-broken</link>
		<description>Support Forum - Topic: site broken</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 06:03:00 +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/site-broken" rel="self" type="application/rss+xml" />

		<item>
			<title>Kriesi on "site broken"</title>
			<link>http://www.kriesi.at/support/topic/site-broken#post-99346</link>
			<pubDate>Mon, 04 Mar 2013 13:48:38 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">99346@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey!&#60;/p&#62;
&#60;p&#62;I ve sent a mail to the adress you provided but it seems it doesn't exist. probably a typo? Would you mind sending me another email so we can figure out how to proceed? Thanks ;)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "site broken"</title>
			<link>http://www.kriesi.at/support/topic/site-broken#post-97104</link>
			<pubDate>Sun, 17 Feb 2013 07:18:19 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">97104@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Tbh it would be easier if you just send another license key to your client. You purchased multiple themes anyway and you can use the other license keys to create new accounts... &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>DebbieA on "site broken"</title>
			<link>http://www.kriesi.at/support/topic/site-broken#post-97044</link>
			<pubDate>Sat, 16 Feb 2013 15:34:55 +0000</pubDate>
			<dc:creator>DebbieA</dc:creator>
			<guid isPermaLink="false">97044@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you Devin. I will pass the info along.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "site broken"</title>
			<link>http://www.kriesi.at/support/topic/site-broken#post-96924</link>
			<pubDate>Fri, 15 Feb 2013 13:04:04 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">96924@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi DebbieA,&#60;/p&#62;
&#60;p&#62;You can use the contact form here [ &#60;a href=&#34;http://www.kriesi.at/contact&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/contact&#60;/a&#62; ] to contact Kriesi. He is the only one who would be able to create a new account/transfer the purchase to a new account.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>DebbieA on "site broken"</title>
			<link>http://www.kriesi.at/support/topic/site-broken#post-96793</link>
			<pubDate>Thu, 14 Feb 2013 16:33:49 +0000</pubDate>
			<dc:creator>DebbieA</dc:creator>
			<guid isPermaLink="false">96793@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The client would like to take over resolving this issue with forum directly.  How can I transfer the purchase key to her so she can setup her own account in here? I don't necessarily want to close my account as I purchase multiple themes. She has sent in a request as well.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "site broken"</title>
			<link>http://www.kriesi.at/support/topic/site-broken#post-94759</link>
			<pubDate>Sun, 03 Feb 2013 06:50:59 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">94759@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please open functions.php and remove everything then replace it with this code. Please make sure there is no blank spaces at the top and at the very bottom of the file.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php

/*
 * wpml multi site config file
 * needs to be loaded before the framework
 */

require_once( &#38;#39;config-wpml/config.php&#38;#39; );

##################################################################
# AVIA FRAMEWORK by Kriesi

# this include calls a file that automatically includes all
# the files within the folder framework and therefore makes
# all functions and classes available for later use

add_theme_support(&#38;#39;avia_mega_menu&#38;#39;);
require_once( &#38;#39;framework/avia_framework.php&#38;#39; );

##################################################################

//register additional image thumbnail sizes that should be generated when user uploads an image:
global $avia_config;

$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;widget&#38;#39;] 		= array(&#38;#39;width&#38;#39;=&#38;gt;36,  &#38;#39;height&#38;#39;=&#38;gt;36 );		// small preview pics eg sidebar news
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;small&#38;#39;] 		= array(&#38;#39;width&#38;#39;=&#38;gt;130, &#38;#39;height&#38;#39;=&#38;gt;130);		// small images for small blog overview images
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;related&#38;#39;] 		= array(&#38;#39;width&#38;#39;=&#38;gt;163, &#38;#39;height&#38;#39;=&#38;gt;120);		// small images for related items
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;page&#38;#39;] 		= array(&#38;#39;width&#38;#39;=&#38;gt;690, &#38;#39;height&#38;#39;=&#38;gt;200);		// image for pages and one column portfolio
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;blog&#38;#39;] 		= array(&#38;#39;width&#38;#39;=&#38;gt;530, &#38;#39;height&#38;#39;=&#38;gt;255);		// image for blog posts (big)
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;featured&#38;#39;] 	= array(&#38;#39;width&#38;#39;=&#38;gt;930, &#38;#39;height&#38;#39;=&#38;gt;340);		// big images for fullsize pages and fullsize 2D &#38;amp; 3D slider
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;fullsize&#38;#39;] 	= array(&#38;#39;width&#38;#39;=&#38;gt;930, &#38;#39;height&#38;#39;=&#38;gt;930, &#38;#39;crop&#38;#39;=&#38;gt;false);		// big images for lightbox
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;aviacordion&#38;#39;] 	= array(&#38;#39;width&#38;#39;=&#38;gt;697, &#38;#39;height&#38;#39;=&#38;gt;340);		// big Image for aviacordion
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;slide_thumbs&#38;#39;] = array(&#38;#39;width&#38;#39;=&#38;gt;210, &#38;#39;height&#38;#39;=&#38;gt;100);		// small preview pic for slideshow thumbs

/*preview images for special column sizes of the dynamic template. you can remove those if you dont use them, it will save performance while uploading images and will also save ftp storage*/
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;portfolio4&#38;#39;] 	= array(&#38;#39;width&#38;#39;=&#38;gt;210, &#38;#39;height&#38;#39;=&#38;gt;120);		// small preview pic for default portfolio (4 columns )
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;portfolio3&#38;#39;] 	= array(&#38;#39;width&#38;#39;=&#38;gt;290, &#38;#39;height&#38;#39;=&#38;gt;150);		// medium preview pic for 3 column portfolio
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;portfolio3_sb&#38;#39;]= array(&#38;#39;width&#38;#39;=&#38;gt;210, &#38;#39;height&#38;#39;=&#38;gt;120);		// medium preview pic for 3 column portfolio with sidebar
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;portfolio2&#38;#39;] 	= array(&#38;#39;width&#38;#39;=&#38;gt;450, &#38;#39;height&#38;#39;=&#38;gt;300);		// medium preview pic for 2 column portfolio and small 3d slider
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;grid6&#38;#39;] 		= array(&#38;#39;width&#38;#39;=&#38;gt;450, &#38;#39;height&#38;#39;=&#38;gt;120); 		// half sized images when using 4 columns
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;grid8&#38;#39;] 		= array(&#38;#39;width&#38;#39;=&#38;gt;450, &#38;#39;height&#38;#39;=&#38;gt;120);		// two/third image
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;grid9&#38;#39;] 		= array(&#38;#39;width&#38;#39;=&#38;gt;690, &#38;#39;height&#38;#39;=&#38;gt;120);		// three/fourth image

///////

avia_backend_add_thumbnail_size($avia_config);

/*
 * compat mode for easier theme switching from one avia framework theme to another
 */
add_theme_support( &#38;#39;avia_post_meta_compat&#38;#39;); 

##################################################################
# Frontend Stuff necessary for the theme:
##################################################################

$lang = TEMPLATEPATH . &#38;#39;/lang&#38;#39;;
load_theme_textdomain(&#38;#39;avia_framework&#38;#39;, $lang);

/* Register frontend javascripts: */
/* Register frontend javascripts: */
if(!is_admin()){
	add_action(&#38;#39;init&#38;#39;, &#38;#39;avia_frontend_js&#38;#39;);
}

function avia_frontend_js()
{
	wp_register_script( &#38;#39;avia-default&#38;#39;, AVIA_BASE_URL.&#38;#39;js/avia.js&#38;#39;, array(&#38;#39;jquery&#38;#39;,&#38;#39;avia-html5-video&#38;#39;), 1, false );
	wp_register_script( &#38;#39;avia-prettyPhoto&#38;#39;,  AVIA_BASE_URL.&#38;#39;js/prettyPhoto/js/jquery.prettyPhoto.js&#38;#39;, &#38;#39;jquery&#38;#39;, &#38;quot;3.0.1&#38;quot;, true);
	wp_register_script( &#38;#39;avia-html5-video&#38;#39;,  AVIA_BASE_URL.&#38;#39;js/projekktor/projekktor.min.js&#38;#39;, &#38;#39;jquery&#38;#39;, &#38;quot;1&#38;quot;, true);
	wp_register_script( &#38;#39;avia-slider&#38;#39;,  AVIA_BASE_URL.&#38;#39;js/aviaslider-dev.js&#38;#39;, &#38;#39;jquery&#38;#39;, &#38;quot;2.5.2&#38;quot;, true);
	wp_register_script( &#38;#39;aviacordion&#38;#39;,  AVIA_BASE_URL.&#38;#39;js/aviacordion-dev.js&#38;#39;, &#38;#39;jquery&#38;#39;, &#38;quot;1.0.0&#38;quot;, true);
	wp_register_script( &#38;#39;avia_fade_slider&#38;#39;,  AVIA_BASE_URL.&#38;#39;js/avia_fade_slider-dev.js&#38;#39;, &#38;#39;jquery&#38;#39;, &#38;quot;1.0.0&#38;quot;, true);
}

/* Activate native wordpress navigation menu and register a menu location */
add_theme_support(&#38;#39;nav_menus&#38;#39;);
$avia_config[&#38;#39;nav_menus&#38;#39;] = array(&#38;#39;avia&#38;#39; =&#38;gt; &#38;#39;Main Menu&#38;#39;, &#38;#39;avia2&#38;#39;=&#38;gt; &#38;#39;Sub Menu&#38;#39;);
foreach($avia_config[&#38;#39;nav_menus&#38;#39;] as $key =&#38;gt; $value){ register_nav_menu($key, THEMENAME.&#38;#39; &#38;#39;.$value); }

//load some frontend functions in folder include:

require_once( &#38;#39;includes/admin/register-widget-area.php&#38;#39; );		// register sidebar widgets for the sidebar and footer
require_once( &#38;#39;includes/admin/register-styles.php&#38;#39; );			// register the styles for dynamic frontend styling
require_once( &#38;#39;includes/admin/register-shortcodes.php&#38;#39; );		// register wordpress shortcodes
require_once( &#38;#39;includes/loop-comments.php&#38;#39; );					// necessary to display the comments properly
require_once( &#38;#39;includes/helper-slideshow.php&#38;#39; ); 				// holds the class that generates the 2d &#38;amp; 3d slideshows, as well as feature images
require_once( &#38;#39;includes/helper-templates.php&#38;#39; ); 				// holds some helper functions necessary for dynamic templates
require_once( &#38;#39;includes/admin/compat.php&#38;#39; );					// compatibility functions for 3rd party plugins

//adds the woocommerce initalisation scripts that add styles and functions
require_once( &#38;#39;woocommerce-config/config.php&#38;#39; );			

//activate framework widgets
register_widget( &#38;#39;avia_tweetbox&#38;#39;);
register_widget( &#38;#39;avia_newsbox&#38;#39; );
//register_widget( &#38;#39;avia_portfoliobox&#38;#39; );
register_widget( &#38;#39;avia_socialcount&#38;#39; );
register_widget( &#38;#39;avia_combo_widget&#38;#39; );
register_widget( &#38;#39;avia_partner_widget&#38;#39; );

//call functions for the theme
add_filter(&#38;#39;the_content_more_link&#38;#39;, &#38;#39;avia_remove_more_jump_link&#38;#39;);
add_post_type_support(&#38;#39;page&#38;#39;, &#38;#39;excerpt&#38;#39;);

//allow mp4, webm and ogv file uploads
add_filter(&#38;#39;upload_mimes&#38;#39;,&#38;#39;avia_upload_mimes&#38;#39;);
function avia_upload_mimes($mimes){ return array_merge($mimes, array (&#38;#39;mp4&#38;#39; =&#38;gt; &#38;#39;video/mp4&#38;#39;, &#38;#39;ogv&#38;#39; =&#38;gt; &#38;#39;video/ogg&#38;#39;, &#38;#39;webm&#38;#39; =&#38;gt; &#38;#39;video/webm&#38;#39;)); }

//change default thumbnail size on theme activation
add_action(&#38;#39;avia_backend_theme_activation&#38;#39;, &#38;#39;avia_set_thumb_size&#38;#39;);
function avia_set_thumb_size() {update_option( &#38;#39;thumbnail_size_h&#38;#39;, 80 ); update_option( &#38;#39;thumbnail_size_w&#38;#39;, 80 );}

//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;);

		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;
	}
}

/*advanced title + breadcrumb function*/
function avia_title($post = &#38;quot;&#38;quot;, $_product = &#38;quot;&#38;quot;, $title = &#38;quot;&#38;quot;)
{
	if(!$_product)
	{
		global $product;
		$_product = $product;
	}

	if(!$title) $title = get_the_title();
	if(!$title)
	{
		$id = avia_get_the_ID();
		$title = get_the_title($id);
	}

	echo &#38;quot;&#38;lt;div class=&#38;#39;title_container&#38;#39;&#38;gt;&#38;quot;;
	if(!is_front_page()) echo avia_breadcrumbs();
	echo &#38;#39;&#38;lt;h1 class=&#38;quot;page-title&#38;quot;&#38;gt;&#38;#39;.$title.&#38;#39;&#38;lt;/h1&#38;gt;&#38;#39;;
	if($_product &#38;amp;&#38;amp; is_singular())
	{
		echo &#38;quot;&#38;lt;div class=&#38;#39;price_container&#38;#39;&#38;gt;&#38;quot;;
		woocommerce_template_single_price($post, $_product);
		echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;
	}
	echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;
}

/*wordpress 3.4 changed 404 check -  this is the mod for the avia framework to operate*/
function avia_disable_404( $query = false ) {

	global $avia_config, $wp_query;

	if(!isset($avia_config[&#38;#39;first_query_run&#38;#39;]) &#38;amp;&#38;amp; is_front_page() &#38;amp;&#38;amp; is_paged())
	{
		$wp_query-&#38;gt;is_paged = false;
		$avia_config[&#38;#39;first_query_run&#38;#39;] = true;
		add_action( &#38;#39;wp&#38;#39;, &#38;#39;avia_enable_404&#38;#39; );
	}
}

function avia_enable_404() {

	global $wp_query;
	$wp_query-&#38;gt;is_paged = true;

}

add_action( &#38;#39;pre_get_posts&#38;#39;, &#38;#39;avia_disable_404&#38;#39; ,1 ,10000);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Please let us know if the problem insist.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>DebbieA on "site broken"</title>
			<link>http://www.kriesi.at/support/topic/site-broken#post-94691</link>
			<pubDate>Sat, 02 Feb 2013 17:27:39 +0000</pubDate>
			<dc:creator>DebbieA</dc:creator>
			<guid isPermaLink="false">94691@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This site was built for a client a year plus ago - &#60;a href=&#34;http://www.cleansefreshengo.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.cleansefreshengo.com/&#60;/a&#62; She maintained it. She says there were no changes in plugins or manual theme updates. This last week they found their site fozen with this warning. I can't even get into the wordpress panel. GoDaddy (her host) tells her they don't have a copy prier to the issue. We had a ton of modifications and no child theme although I do still have a copy of the last stylesheet and php files that were modified.&#60;/p&#62;
&#60;p&#62;Is there any help you can provide?&#60;/p&#62;
&#60;p&#62;Warning: Cannot modify header information - headers already sent by (output started at /home/content/79/3419579/html/wp-content/themes/abundance/functions.php:1) in /home/content/79/3419579/html/wp-includes/pluggable.php on line 866
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
