michaelthehayes
Forum Replies Created
Viewing 2 replies - 1 through 2 (of 2 total)
-
Forum: Themes and Templates
In reply to: Google Sitespeed tracking in section, not in header.phpThanks esmi.
I deactivated all, no help.
I renamed the plugin folder, replacing it with an empty folder, still no change.Thanks again,
Mike
Forum: Themes and Templates
In reply to: Google Sitespeed tracking in section, not in header.phpThanks for the clarification.
I have switched to the default 2013 theme, and the issue still remains.
See opening lines of page code:<!DOCTYPE html> <!--[if IE 7]> <html class="ie ie7" lang="en-US"> <![endif]--> <!--[if IE 8]> <html class="ie ie8" lang="en-US"> <![endif]--> <!--[if !(IE 7) | !(IE 8) ]><!--> <html lang="en-US"> <!--<![endif]--> <head><script type="text/javascript">var _gaq=_gaq||[];_gaq.push(['_setAccount','UA-37386234-1']);_gaq.push(['_setDomainName','www.michaelthehayes.com']);_gaq.push(['_setAllowLinker',true]);_gaq.push(['_setSiteSpeedSampleRate',100]);</script> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width">And see header.php:
<?php /** * The Header for our theme. * * Displays all of the <head> section and everything up till <div id="main"> * * @package WordPress * @subpackage Twenty_Thirteen * @since Twenty Thirteen 1.0 */ ?><!DOCTYPE html> <!--[if IE 7]> <html class="ie ie7" <?php language_attributes(); ?>> <![endif]--> <!--[if IE 8]> <html class="ie ie8" <?php language_attributes(); ?>> <![endif]--> <!--[if !(IE 7) | !(IE 8) ]><!--> <html <?php language_attributes(); ?>> <!--<![endif]--> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width">Same issue, apparently theme independent.
Thanks!
Mike
Viewing 2 replies - 1 through 2 (of 2 total)