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

		<item>
			<title>mohitso on "IE8 still not rendering. Help"</title>
			<link>http://www.kriesi.at/support/topic/ie8-still-not-rendering-help#post-109369</link>
			<pubDate>Mon, 06 May 2013 23:28:37 +0000</pubDate>
			<dc:creator>mohitso</dc:creator>
			<guid isPermaLink="false">109369@http://www.kriesi.at/support/</guid>
			<description>&#60;br /&#62;</description>
		</item>
		<item>
			<title>mohitso on "Everything messed up in IE8 (even more so in Compatibility View)"</title>
			<link>http://www.kriesi.at/support/topic/everything-messed-up-in-ie8-even-more-so-in-compatibility-view#post-109313</link>
			<pubDate>Mon, 06 May 2013 18:43:40 +0000</pubDate>
			<dc:creator>mohitso</dc:creator>
			<guid isPermaLink="false">109313@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;seems to be working. Thanks!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Everything messed up in IE8 (even more so in Compatibility View)"</title>
			<link>http://www.kriesi.at/support/topic/everything-messed-up-in-ie8-even-more-so-in-compatibility-view#post-109221</link>
			<pubDate>Mon, 06 May 2013 13:00:18 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">109221@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can't use the child selector in the css for IE8 as it has no support for it. That is why when you remove the .main_menu css it seems to work better.&#60;/p&#62;
&#60;p&#62;You can also try adding this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;html.nonfixed_header .header_bg {
    -ms-filter: &#38;quot;progid:DXImageTransform.Microsoft.Alpha(Opacity=50)&#38;quot;;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or this&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.header_bg {
    -ms-filter: &#38;quot;progid:DXImageTransform.Microsoft.Alpha(Opacity=50)&#38;quot; !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>mohitso on "Everything messed up in IE8 (even more so in Compatibility View)"</title>
			<link>http://www.kriesi.at/support/topic/everything-messed-up-in-ie8-even-more-so-in-compatibility-view#post-108930</link>
			<pubDate>Sun, 05 May 2013 00:13:50 +0000</pubDate>
			<dc:creator>mohitso</dc:creator>
			<guid isPermaLink="false">108930@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;can you please help.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.Amerifirst.us&#34; rel=&#34;nofollow&#34;&#62;http://www.Amerifirst.us&#60;/a&#62; is not rendering. the entire screen is white. I uploaded to new theme 1.3.1 I am at a loss, and may need to can the site completely if I cant get it to work in IE8.&#60;/p&#62;
&#60;p&#62;Thanks,
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mohitso on "Everything messed up in IE8 (even more so in Compatibility View)"</title>
			<link>http://www.kriesi.at/support/topic/everything-messed-up-in-ie8-even-more-so-in-compatibility-view#post-108775</link>
			<pubDate>Fri, 03 May 2013 19:06:47 +0000</pubDate>
			<dc:creator>mohitso</dc:creator>
			<guid isPermaLink="false">108775@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Here was my css code:&#60;/p&#62;
&#60;p&#62;.main_menu ul:first-child &#38;gt; li &#38;gt; a {&#60;br /&#62;
font-size: 152px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#header {&#60;br /&#62;
position: fixed;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;I removed the top code and the site renders, but the bottom code cuts off about an inch of each page.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mohitso on "Everything messed up in IE8 (even more so in Compatibility View)"</title>
			<link>http://www.kriesi.at/support/topic/everything-messed-up-in-ie8-even-more-so-in-compatibility-view#post-108765</link>
			<pubDate>Fri, 03 May 2013 17:48:00 +0000</pubDate>
			<dc:creator>mohitso</dc:creator>
			<guid isPermaLink="false">108765@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;this did not work: &#60;/p&#62;
&#60;p&#62;#top .header_bg {&#60;br /&#62;
background: #fff !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;sorry, see last post. I will try to upload new theme if you think its the  best idea.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Everything messed up in IE8 (even more so in Compatibility View)"</title>
			<link>http://www.kriesi.at/support/topic/everything-messed-up-in-ie8-even-more-so-in-compatibility-view#post-108762</link>
			<pubDate>Fri, 03 May 2013 17:40:41 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">108762@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I would first say update your theme files to the most recent version as there have been a number of fixes released even since 1.2.&#60;/p&#62;
&#60;p&#62;For the header background, you can add this to your quick css if the update doesn't fix it:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .header_bg {
background: #fff !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mohitso on "Everything messed up in IE8 (even more so in Compatibility View)"</title>
			<link>http://www.kriesi.at/support/topic/everything-messed-up-in-ie8-even-more-so-in-compatibility-view#post-108744</link>
			<pubDate>Fri, 03 May 2013 17:04:37 +0000</pubDate>
			<dc:creator>mohitso</dc:creator>
			<guid isPermaLink="false">108744@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;yes please: &#60;a href=&#34;http://amerifirst.us/&#34; rel=&#34;nofollow&#34;&#62;http://amerifirst.us/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;here is the code for my header. Do you see anything unusual? anything I can add to get the IE to not make the header all black?&#60;/p&#62;
&#60;p&#62;&#38;lt;?php&#60;br /&#62;
	global $avia_config;&#60;/p&#62;
&#60;p&#62;	$style 		= $avia_config['box_class'];&#60;br /&#62;
	$responsive	= avia_get_option('responsive_layout','responsive');&#60;br /&#62;
	$blank 		= isset($avia_config['template']) ? $avia_config['template'] : &#34;&#34;;&#60;br /&#62;
	$headerS	= !$blank ? avia_header_setting() : &#34;&#34;;&#60;br /&#62;
?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;!DOCTYPE html&#38;gt;&#60;br /&#62;
&#38;lt;html &#38;lt;?php language_attributes(); ?&#38;gt; class=&#34;&#38;lt;?php echo &#34; html_$style &#34;.$responsive.&#34; &#34;.$headerS;?&#38;gt; &#34;&#38;gt;&#60;br /&#62;
&#38;lt;head&#38;gt;&#60;br /&#62;
&#38;lt;meta charset=&#34;&#38;lt;?php bloginfo( 'charset' ); ?&#38;gt;&#34; /&#38;gt;&#60;br /&#62;
&#38;lt;?php &#60;/p&#62;
&#60;p&#62;	/*&#60;br /&#62;
	 * outputs a rel=follow or nofollow tag to circumvent google duplicate content for archives&#60;br /&#62;
	 * located in framework/php/function-set-avia-frontend.php&#60;br /&#62;
	 */&#60;br /&#62;
	 if (function_exists('avia_set_follow')) { echo avia_set_follow(); }&#60;/p&#62;
&#60;p&#62;	 /*&#60;br /&#62;
	 * outputs a favicon if defined&#60;br /&#62;
	 */&#60;br /&#62;
	 if (function_exists('avia_favicon'))    { echo avia_favicon(avia_get_option('favicon')); }&#60;/p&#62;
&#60;p&#62;?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;!-- page title, displayed in your browser bar --&#38;gt;&#60;br /&#62;
&#38;lt;title&#38;gt;&#38;lt;?php bloginfo('name'); ?&#38;gt; &#124; &#38;lt;?php is_front_page() ? bloginfo('description') : wp_title(''); ?&#38;gt;&#38;lt;/title&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;!-- add feeds, pingback and stuff--&#38;gt;&#60;br /&#62;
&#38;lt;link rel=&#34;profile&#34; href=&#34;http://gmpg.org/xfn/11&#34; /&#38;gt;&#60;br /&#62;
&#38;lt;link rel=&#34;alternate&#34; type=&#34;application/rss+xml&#34; title=&#34;&#38;lt;?php echo get_bloginfo('name'); ?&#38;gt; RSS2 Feed&#34; href=&#34;&#38;lt;?php avia_option('feedburner',get_bloginfo('rss2_url')); ?&#38;gt;&#34; /&#38;gt;&#60;br /&#62;
&#38;lt;link rel=&#34;pingback&#34; href=&#34;&#38;lt;?php bloginfo( 'pingback_url' ); ?&#38;gt;&#34; /&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;!-- mobile setting --&#38;gt;&#60;br /&#62;
&#38;lt;?php&#60;br /&#62;
if($responsive === 'responsive') echo '&#38;lt;meta name=&#34;viewport&#34; content=&#34;width=device-width, initial-scale=1, maximum-scale=1&#34;&#38;gt;';&#60;br /&#62;
?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php &#60;/p&#62;
&#60;p&#62;	/* Always have wp_head() just before the closing &#38;lt;/head&#38;gt;&#60;br /&#62;
	 * tag of your theme, or you will break many plugins, which&#60;br /&#62;
	 * generally use this hook to add elements to &#38;lt;head&#38;gt; such&#60;br /&#62;
	 * as styles, scripts, and meta tags.&#60;br /&#62;
	 */&#60;/p&#62;
&#60;p&#62;	wp_head();&#60;br /&#62;
?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;/head&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;body id=&#34;top&#34; &#38;lt;?php body_class($style.&#34; &#34;.$avia_config['font_stack'].&#34; &#34;.$blank); ?&#38;gt;&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#38;lt;?php if(!$blank){ ?&#38;gt;&#60;/p&#62;
&#60;p&#62;         &#38;lt;div id='header' class=' header_color &#38;lt;?php avia_is_dark_bg('header_color'); ?&#38;gt;'&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#38;lt;?php &#60;/p&#62;
&#60;p&#62;		$social_args = array('outside'=&#38;gt;'ul', 'inside'=&#38;gt;'li', 'append' =&#38;gt; '');&#60;/p&#62;
&#60;p&#62;		//subheader, only display when the user chooses a social header&#60;br /&#62;
		if(strpos($headerS,'social_header') !== false)&#60;br /&#62;
		{&#60;br /&#62;
		?&#38;gt;&#60;br /&#62;
		&#38;lt;div id='header_meta' class='container_wrap container_wrap_meta'&#38;gt;&#60;/p&#62;
&#60;p&#62;		      &#38;lt;div class='container'&#38;gt;&#60;br /&#62;
		      &#38;lt;?php&#60;br /&#62;
            		/*&#60;br /&#62;
            		*	display the themes social media icons, defined in the wordpress backend&#60;br /&#62;
            		*   the avia_social_media_icons function is located in includes/helper-social-media-php&#60;br /&#62;
            		*/&#60;/p&#62;
&#60;p&#62;            		if(strpos($headerS,'bottom_nav_header') === false) avia_social_media_icons($social_args);&#60;/p&#62;
&#60;p&#62;            		//display the small submenu&#60;br /&#62;
					echo &#34;&#38;lt;div class='sub_menu'&#38;gt;&#34;;&#60;/p&#62;
&#60;p&#62;					$args = array('theme_location'=&#38;gt;'avia2', 'fallback_cb' =&#38;gt; '', 'container'=&#38;gt;'');&#60;br /&#62;
					wp_nav_menu($args); &#60;/p&#62;
&#60;p&#62;					/*&#60;br /&#62;
					* Hook that can be used for plugins and theme extensions like the wpml language selector&#60;br /&#62;
					*/&#60;br /&#62;
		      		do_action('avia_meta_header');	&#60;/p&#62;
&#60;p&#62;					echo &#34;&#38;lt;/div&#38;gt;&#34;;&#60;/p&#62;
&#60;p&#62;            	?&#38;gt;&#60;br /&#62;
		      &#38;lt;/div&#38;gt;&#60;br /&#62;
		&#38;lt;/div&#38;gt;		&#60;/p&#62;
&#60;p&#62;		&#38;lt;?php } ?&#38;gt;	&#60;/p&#62;
&#60;p&#62;		&#38;lt;div  id='header_main' class='container_wrap container_wrap_logo'&#38;gt;&#60;/p&#62;
&#60;p&#62;				&#38;lt;div class='container'&#38;gt;&#60;/p&#62;
&#60;p&#62;					&#38;lt;?php&#60;br /&#62;
					/*&#60;br /&#62;
					*	display the theme logo by checking if the default logo was overwritten in the backend.&#60;br /&#62;
					*   the function is located at framework/php/function-set-avia-frontend-functions.php in case you need to edit the output&#60;br /&#62;
					*/&#60;br /&#62;
					echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', false, 'strong');&#60;/p&#62;
&#60;p&#62;					/*&#60;br /&#62;
					* Hook that can be used for plugins and theme extensions like the wpml language selector&#60;br /&#62;
					*/&#60;br /&#62;
						do_action('avia_main_header');&#60;br /&#62;
						if(strpos($headerS,'social_header') !== false &#38;amp;&#38;amp; strpos($headerS,'bottom_nav_header') !== false) avia_social_media_icons($social_args);&#60;/p&#62;
&#60;p&#62;					/*&#60;br /&#62;
					*	display the main navigation menu&#60;br /&#62;
					*   modify the output in your wordpress admin backend at appearance-&#38;gt;menus&#60;br /&#62;
					*/&#60;br /&#62;
						$extraOpen = $extraClose = &#34;&#34;;&#60;br /&#62;
						if(strpos($headerS,'bottom_nav_header') !== false){ $extraClose = &#34;&#38;lt;/div&#38;gt;&#38;lt;/div&#38;gt;&#38;lt;div id='header_main_alternate' class='container_wrap'&#38;gt;&#38;lt;div class='container'&#38;gt;&#34;;  }&#60;/p&#62;
&#60;p&#62;					 	echo $extraClose;&#60;br /&#62;
					echo '&#38;lt;div class=&#34;avia-button-wrap&#34;&#38;gt;&#60;a href=&#34;http://blog.amerifirst.us/mortgage-calculator/&#34;&#62;&#38;lt;span 					class=&#34;avia_iconbox_title&#34;&#38;gt;MORTGAGE CALCULATOR&#38;lt;/span&#38;gt;&#60;/a&#62;&#38;lt;/div&#38;gt;';&#60;br /&#62;
    					echo &#34;&#38;lt;div class='main_menu' data-selectname='&#34;.__('Select a page','avia_framework').&#34;'&#38;gt;&#34;;&#60;br /&#62;
    					$args = array('theme_location'=&#38;gt;'avia', 'fallback_cb' =&#38;gt; 'avia_fallback_menu', 'walker' =&#38;gt; new avia_responsive_mega_menu());&#60;br /&#62;
    					wp_nav_menu($args); &#60;/p&#62;
&#60;p&#62;    					echo &#34;&#38;lt;/div&#38;gt;&#34;;&#60;br /&#62;
				    ?&#38;gt;&#60;br /&#62;
				&#38;lt;!-- end container--&#38;gt;&#60;br /&#62;
				&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#38;lt;!-- end container_wrap--&#38;gt;&#60;br /&#62;
		&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#38;lt;div class='header_bg'&#38;gt;&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;	&#38;lt;!-- end header --&#38;gt;&#60;br /&#62;
    &#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;	&#38;lt;?php } //end blank check ?&#38;gt;&#60;br /&#62;
	&#38;lt;div id='main'&#38;gt;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Everything messed up in IE8 (even more so in Compatibility View)"</title>
			<link>http://www.kriesi.at/support/topic/everything-messed-up-in-ie8-even-more-so-in-compatibility-view#post-108597</link>
			<pubDate>Fri, 03 May 2013 05:02:29 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">108597@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;If we can take a look at your site live, we can investigate further. As I said, on my personal site, the demo and my local test install there are no major issues with IE8 and that is using a native IE8 install and not any kind of online preview service which tends to have major issues with transparencies and general javascript effects.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mohitso on "Everything messed up in IE8 (even more so in Compatibility View)"</title>
			<link>http://www.kriesi.at/support/topic/everything-messed-up-in-ie8-even-more-so-in-compatibility-view#post-108587</link>
			<pubDate>Fri, 03 May 2013 04:27:35 +0000</pubDate>
			<dc:creator>mohitso</dc:creator>
			<guid isPermaLink="false">108587@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;logo fixed, but the header is still black.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mohitso on "Everything messed up in IE8 (even more so in Compatibility View)"</title>
			<link>http://www.kriesi.at/support/topic/everything-messed-up-in-ie8-even-more-so-in-compatibility-view#post-108586</link>
			<pubDate>Fri, 03 May 2013 03:58:17 +0000</pubDate>
			<dc:creator>mohitso</dc:creator>
			<guid isPermaLink="false">108586@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I removed codes to no avail. the header is the wrong color and logo is jacked up in ie 8
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mohitso on "Everything messed up in IE8 (even more so in Compatibility View)"</title>
			<link>http://www.kriesi.at/support/topic/everything-messed-up-in-ie8-even-more-so-in-compatibility-view#post-108585</link>
			<pubDate>Fri, 03 May 2013 03:48:18 +0000</pubDate>
			<dc:creator>mohitso</dc:creator>
			<guid isPermaLink="false">108585@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;not sure how this isn't a huge issue. Mine is really messed up in IE8 as well. The entire header is black out and the logo becomes a mess. (the header is supposed to be white) &#60;/p&#62;
&#60;p&#62;my suspicions are the fixed header code.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Everything messed up in IE8 (even more so in Compatibility View)"</title>
			<link>http://www.kriesi.at/support/topic/everything-messed-up-in-ie8-even-more-so-in-compatibility-view#post-108516</link>
			<pubDate>Thu, 02 May 2013 19:54:19 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">108516@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The icons being squares, hover effects, drop shadows and all of those kinds of effect will definitely not work in IE8. At this point, IE8 compatibility is almost just keeping the data where it should be and then making it the best it can be.&#60;/p&#62;
&#60;p&#62;If there is a specific issue with columns, I'm not seeing it on my end but with IE...it could be any number of reasons.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>DavyE on "Everything messed up in IE8 (even more so in Compatibility View)"</title>
			<link>http://www.kriesi.at/support/topic/everything-messed-up-in-ie8-even-more-so-in-compatibility-view#post-108421</link>
			<pubDate>Thu, 02 May 2013 14:10:14 +0000</pubDate>
			<dc:creator>DavyE</dc:creator>
			<guid isPermaLink="false">108421@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Just tested it on my colleagues' laptop and it seems a little better in normal IE8 view, but pretty much the same in Comp View. The search icon is OK on that laptop, while the slider icons are just plain squares, like mine.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>DavyE on "Everything messed up in IE8 (even more so in Compatibility View)"</title>
			<link>http://www.kriesi.at/support/topic/everything-messed-up-in-ie8-even-more-so-in-compatibility-view#post-108413</link>
			<pubDate>Thu, 02 May 2013 14:00:07 +0000</pubDate>
			<dc:creator>DavyE</dc:creator>
			<guid isPermaLink="false">108413@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello again,&#60;/p&#62;
&#60;p&#62;I've taken some random screenshots from across your demo site, this is in IE8 Compatibility View. The difference between the view on or off is mostly the columns being forced to a new row, with the view off the other issues are still there such as missing icons etc. See the link below:&#60;br /&#62;
&#60;a href=&#34;https://www.dropbox.com/sh/aofspmzyyz8o6e5/T7Sf_S_oFf&#34; rel=&#34;nofollow&#34;&#62;https://www.dropbox.com/sh/aofspmzyyz8o6e5/T7Sf_S_oFf&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;So columns are forced to a new row, icons are missing, galleries are thousands of pixels high, some images are completely out of proportion, and so on.&#60;/p&#62;
&#60;p&#62;Let me know if you would like any screenshots of specific areas/pages.&#60;/p&#62;
&#60;p&#62;I wonder what could be the cause of this, and hope this is mainly my local browser and not how other people with IE8 see it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>DavyE on "Everything messed up in IE8 (even more so in Compatibility View)"</title>
			<link>http://www.kriesi.at/support/topic/everything-messed-up-in-ie8-even-more-so-in-compatibility-view#post-108395</link>
			<pubDate>Thu, 02 May 2013 13:07:48 +0000</pubDate>
			<dc:creator>DavyE</dc:creator>
			<guid isPermaLink="false">108395@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Don't get me wrong, I really love this theme. It would be a really big disappointment if I couldn't use this theme because of that. Sadly enough, many of our visitors are still using IE8 (especially Comp View), so I have no other choice than to keep that optimized.&#60;/p&#62;
&#60;p&#62;I'll try to take some screenshots of your own demo to show you what I mean. This way we can already eliminate the option of something gone wrong when I set up the template.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Everything messed up in IE8 (even more so in Compatibility View)"</title>
			<link>http://www.kriesi.at/support/topic/everything-messed-up-in-ie8-even-more-so-in-compatibility-view#post-108385</link>
			<pubDate>Thu, 02 May 2013 12:52:23 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">108385@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi DavyE,&#60;/p&#62;
&#60;p&#62;Not sure what you mean. Testing with IE8 on Windows 7 here as well and the demo as well as my test installs display mostly normal. There are a few visual differences and even a few bugs but nothing like you are describing.&#60;/p&#62;
&#60;p&#62;I'm not really sure how the discrepancy is so large though.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>DavyE on "Everything messed up in IE8 (even more so in Compatibility View)"</title>
			<link>http://www.kriesi.at/support/topic/everything-messed-up-in-ie8-even-more-so-in-compatibility-view#post-108381</link>
			<pubDate>Thu, 02 May 2013 12:26:59 +0000</pubDate>
			<dc:creator>DavyE</dc:creator>
			<guid isPermaLink="false">108381@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I've just tested this template (even your very own demo) in IE8 with and without Compatibility View on and it's totally messed up. Every last column in Compatibility View is sent to a new row, all icons like the search icon in the header or icons in buttons are unrecognized and transformed into a pause-like symbol.&#60;/p&#62;
&#60;p&#62;Positioning of many items are totally out of place. Yet when I check again on the compatibility listed for this template on themeforest.net it says it is compatible with IE8. How so? As in, the information is there, that's it?&#60;/p&#62;
&#60;p&#62;Operating System I've tested IE8 on is Windows 7.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Turn off google fonts"</title>
			<link>http://www.kriesi.at/support/topic/turn-off-google-fonts#post-75671</link>
			<pubDate>Thu, 13 Sep 2012 02:49:24 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">75671@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Flo,&#60;/p&#62;
&#60;p&#62;Glad that Devin helped you. I have marked this as resolved. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Fvanonna on "Turn off google fonts"</title>
			<link>http://www.kriesi.at/support/topic/turn-off-google-fonts#post-75579</link>
			<pubDate>Wed, 12 Sep 2012 15:29:36 +0000</pubDate>
			<dc:creator>Fvanonna</dc:creator>
			<guid isPermaLink="false">75579@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Aha, thanks! I was just confused, because at the body test there is a specific choice for a web save font, and for the heading font there isn't - I thought it would choose the non-custom google font. (hope this makes sense ;))&#60;/p&#62;
&#60;p&#62;So, all good now!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Turn off google fonts"</title>
			<link>http://www.kriesi.at/support/topic/turn-off-google-fonts#post-75446</link>
			<pubDate>Tue, 11 Sep 2012 18:07:37 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">75446@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Flo,&#60;/p&#62;
&#60;p&#62;In the Styling tab of the Theme Options scroll down to where you can see the predefined color schemes. Just under that is a section of tabbed content where you can choose all the various style options for the theme.&#60;/p&#62;
&#60;p&#62;It will look like this:&#60;br /&#62;
&#60;img src=&#34;http://i45.tinypic.com/8xr50o.png&#34;&#62;&#60;/p&#62;
&#60;p&#62;Notice I have selected Yanone Kaffesatz and Helvetica Neue for my font choices. Helvetica defines the font for your body text and the Yanone is for the Heading Font. You'll need to change both to &#34;no custom font&#34; by selecting the dropdown for each and then scrolling up to the very first option.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Fvanonna on "Turn off google fonts"</title>
			<link>http://www.kriesi.at/support/topic/turn-off-google-fonts#post-75434</link>
			<pubDate>Tue, 11 Sep 2012 16:25:34 +0000</pubDate>
			<dc:creator>Fvanonna</dc:creator>
			<guid isPermaLink="false">75434@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hmm, maybe I am not looking right, but I can't seem to find the setting. I can only turn off google fonts for body text, not for headings (which look horrible in chrome).&#60;/p&#62;
&#60;p&#62;Also, I can turn of google fonts for older browsers, but that's it. There is no general on/off as far as I can see :)&#60;/p&#62;
&#60;p&#62;Cheers - &#60;/p&#62;
&#60;p&#62;Flo
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Turn off google fonts"</title>
			<link>http://www.kriesi.at/support/topic/turn-off-google-fonts#post-75424</link>
			<pubDate>Tue, 11 Sep 2012 15:21:27 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">75424@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Fvanonna,&#60;/p&#62;
&#60;p&#62;To not use a google font you just need to select None for the font options in the Styling section of the Theme Options. &#60;/p&#62;
&#60;p&#62;As for replacing it with Cufon, that isn't something we can address via support but you may be able to do it with a plugin and some tweaking since it would need to add the cufon js files and then the rules to render them on the page and not show the regular text.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Fvanonna on "Turn off google fonts"</title>
			<link>http://www.kriesi.at/support/topic/turn-off-google-fonts#post-75138</link>
			<pubDate>Mon, 10 Sep 2012 09:50:32 +0000</pubDate>
			<dc:creator>Fvanonna</dc:creator>
			<guid isPermaLink="false">75138@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi!&#60;/p&#62;
&#60;p&#62;Great theme :)&#60;/p&#62;
&#60;p&#62;Because of Chromes horrible rendering of google fonts (why on earth they don't fix this is a mystery), I'm wondering if it's possible to turn off google fonts, and / or maybe add the possibility of cufon fonts to Eunoia?&#60;/p&#62;
&#60;p&#62;This gives us a much more flexible system and the proper branding possibilities (because we can use our own webfonts) and will fix the problem with Chrome. Please visit &#60;a href=&#34;http://www.kriesi.at/themes/eunoia/&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/themes/eunoia/&#60;/a&#62; with chrome to see what I mean (for some reason the site within the buy now frame looks good).&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "CSS Rendering Delay"</title>
			<link>http://www.kriesi.at/support/topic/css-rendering-delay#post-58147</link>
			<pubDate>Wed, 30 May 2012 18:19:36 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">58147@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that helped! I'll close out the topic :)\&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>InterdisciplinaryInnovation on "CSS Rendering Delay"</title>
			<link>http://www.kriesi.at/support/topic/css-rendering-delay#post-58129</link>
			<pubDate>Wed, 30 May 2012 16:44:26 +0000</pubDate>
			<dc:creator>InterdisciplinaryInnovation</dc:creator>
			<guid isPermaLink="false">58129@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Peter.  Just installed it, and it made a huge difference.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "CSS Rendering Delay"</title>
			<link>http://www.kriesi.at/support/topic/css-rendering-delay#post-58044</link>
			<pubDate>Wed, 30 May 2012 05:43:45 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">58044@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; You could use cache plugins like &#60;a href=&#34;http://wordpress.org/extend/plugins/w3-total-cache/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/w3-total-cache/&#60;/a&#62; - they improve the js/css resource loading dramatically. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>InterdisciplinaryInnovation on "CSS Rendering Delay"</title>
			<link>http://www.kriesi.at/support/topic/css-rendering-delay#post-57691</link>
			<pubDate>Sun, 27 May 2012 00:49:28 +0000</pubDate>
			<dc:creator>InterdisciplinaryInnovation</dc:creator>
			<guid isPermaLink="false">57691@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;All of your wonderful advice and insight has helped me to use Flashlight to create something that I am very proud of.  Thanks!&#60;/p&#62;
&#60;p&#62;My question has to do with the rendering of my page.  When one goes to one of my main pages &#60;a href=&#34;http://wellspokenart.com/love/&#34; rel=&#34;nofollow&#34;&#62;http://wellspokenart.com/love/&#60;/a&#62; it seems like all of the CSS changes I added to custom.css are parsed after everything has loaded, so the page is ugly and disorganized, but then gets sorted out.  Is there any way to make it so that the CSS is processed on the server side instead of on the client side?  Do you have any solutions?&#60;/p&#62;
&#60;p&#62;Thanks so much for your help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Custom type sizes in Corona"</title>
			<link>http://www.kriesi.at/support/topic/custom-type-sizes-in-corona#post-29535</link>
			<pubDate>Sun, 16 Oct 2011 02:00:09 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">29535@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad you solved the issue. Good to know what caused it. The reason it didn't bring up any problems for me was because I have the complete font installed.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>raziegler on "Custom type sizes in Corona"</title>
			<link>http://www.kriesi.at/support/topic/custom-type-sizes-in-corona#post-29490</link>
			<pubDate>Fri, 14 Oct 2011 17:35:53 +0000</pubDate>
			<dc:creator>raziegler</dc:creator>
			<guid isPermaLink="false">29490@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Chris, the answer was yes... the italic and bold version of the Arvo font were not included within the Arvo cufon font that came with the theme. Replacing Arvo with a more complete Arvo solved the problem.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
