Does the 3.4.2 Dashboard have Chrome Frame headers?

From wp-includes/vars.php: if ( isset($_SERVER[‘HTTP_USER_AGENT’]) ) { if ( strpos($_SERVER[‘HTTP_USER_AGENT’], ‘Lynx’) !== false ) { $is_lynx = true; } elseif ( stripos($_SERVER[‘HTTP_USER_AGENT’], ‘chrome’) !== false ) { if ( stripos( $_SERVER[‘HTTP_USER_AGENT’], ‘chromeframe’ ) !== false ) { if ( $is_chrome = apply_filters( ‘use_google_chrome_frame’, is_admin() ) ) header( ‘X-UA-Compatible: chrome=1’ ); $is_winIE = ! $is_chrome; } … Read more

Why does chrome keep downloading a file instead of running the site?

What I do On receipt of WordPress files and Db install in my localhost directory (I use EasyPHP Dev server) I then install Db and change wp-config.php to connect to local db etc. Then copy .htacces to htaccess.back Edit .htaccess to point at local dir structure (in this case find “~porterp6” and replace with “wordpress2” … Read more

WordPress website loads but is not displayed until page scrolled

I have visited your site in several browsers, including Chrome, and everything is working fine. The sole fact that you only experience the problem only in chrome, already means that this question is about the browser, not about WordPress. So, it’s off topic here. Anyway, Chrome is known to show this kind of behaviour under … Read more