• So upon stupidly trying to manually verify my google+ account I tampered with the head.php and now the website doesn’t load unless you refresh the page then it will load once cookies are stored. My wordpress toolbar doesn’t
    when return to site from admin. I can’t publish any of my edits anymore either. My local web hoster was no help. He said my site was fine and it was on my end then said it was the containerheader command and was told to correct with header container with the space. Still nothing. Please take a look at the header.php. I don’t do code and shouldn’t have messed with it.
    below it link and copy of my header.php template.

    https://www.1stchoicecannabis.com

    <!doctype html>
    <!–[if lt IE 7 ]> <html class=”no-js ie6″ <?php language_attributes(); ?>> <![endif]–>
    <!–[if IE 7 ]> <html class=”no-js ie7″ <?php language_attributes(); ?>> <![endif]–>
    <!–[if IE 8 ]> <html class=”no-js ie8″ <?php language_attributes(); ?>> <![endif]–>
    <!–[if (gte IE 9)|!(IE)]><!–> <html class=”no-js” <?php language_attributes(); ?>> <!–<![endif]–>
    <head>
    Google+
    <meta charset=”<?php bloginfo(‘charset’); ?>” />
    <meta name=”viewport” content=”width=device-width, user-scalable=no, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0″>
    <meta http-equiv=”X-UA-Compatible” content=”IE=edge,chrome=1″ />

    <title><?php wp_title(); ?></title>

    <link rel=”profile” href=”https://gmpg.org/xfn/11&#8243; />
    <link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />

    <link rel=”stylesheet” type=”text/css” media=”all” href=”<?php echo get_stylesheet_uri(); ?>” />

    php wp_head(); ?><?
    </head>

    <body <?php body_class(); ?>>

    <!–header container–>
    <div id=”header_container”>

    <!–header–>
    <div class=”row”>
    <div class=”three columns”>

    <?php if ( ( of_get_option(‘logo_image’) ) != ” ) { ?>
    <div id=”logo”>” title=”<?php bloginfo(‘description’); ?>”><img src=”<?php echo of_get_option(‘logo_image’); ?>” alt=”<?php echo of_get_option(‘footer_cr’); ?>” /></div><!–logo end–>
    <?php } else { ?>
    <div id=”logo2″>” title=”<?php bloginfo(‘description’); ?>”><?php bloginfo( ‘name’ ); ?></div><!–logo end–>
    <?php } ?>

    </div>

    <!–top menu–>
    <div class=”nine columns” id=”menu_container” >

    <?php $navcheck = ” ; ?>

    <?php $navcheck = wp_nav_menu( array( ‘container_class’ => ‘menu-header2’, ‘theme_location’ => ‘primary’ , ‘menu_id’ => ‘nav’, ‘fallback_cb’ => ”, ‘echo’ => false ) ); ?>

    <?php if ($navcheck == ”) { ?>

    <ul id=”nav”>
    <li <?php if (is_home()) { echo ” class=\”current_page_item\””; } ?>>” title=”Home”>Home
    <?php wp_list_pages(‘title_li=&sort_column=menu_order’); ?>

    <?php } else echo($navcheck); ?>

    </div>

    </div>

    </div><!–header container end–>

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Help!!! Newbie: Page isn't loading, white screen. Loads after refreshing.’ is closed to new replies.