Upgrade to 5.6 problems
Permalink
September 11, 2012 at 11:02 PM
I upgraded to 5.6 and now the white bar, that is usually only there when I am logged in, is there all the time. The only difference being that if no one is logged in, the white bar just stays blank.
I have posted the theme code below.
Here is a link to the website so you can see the problem.
http://simleyfootball.com
<?php defined ( 'C5_EXECUTE' ) or die ( "Access Denied." ) ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="<?= $this -> getThemePath ( ) ?> /includes/style.css" />
<script src="<?= $this -> getThemePath ( ) ?> /includes/SpryMenu Bar.js" type="text/javascript"></script>
<link href="<?= $this -> getThemePath ( ) ?> /includes/SpryMenuBarVertical.css" rel="stylesheet" type="text/css" />
<link rel="icon" href="<?= $this -> getThemePath ( ) ?> /includes/favicon.ico" />
<?php Loader:: element ( 'header_required' ) ; ?>
</head>
<?php Loader:: element ( 'footer_required' ) ; ?>
<body>
<div id="wrapper">
<div id="header">
<?php defined ( 'C5_EXECUTE' ) or die ( "Access Denied." ) ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="<?= $this -> getThemePath ( ) ?> /includes/style.css" />
<script src="<?= $this -> getThemePath ( ) ?> /includes/SpryMenu Bar.js" type="text/javascript"></script>
<link href="<?= $this -> getThemePath ( ) ?> /includes/SpryMenuBarVertical.css" rel="stylesheet" type="text/css" />
<link rel="icon" href="<?= $this -> getThemePath ( ) ?> /includes/favicon.ico" />
<?php Loader:: element ( 'header_required' ) ; ?>
</head>
<?php Loader:: element ( 'footer_required' ) ; ?>
<body>
<div id="wrapper">
<div id="header">
<p class="sign-in"><?php
$u = new User( ) ;
if ( $u -> isRegistered ( ) ) { ?>
<?php
if ( Config:: get ( "ENABLE_USER_PROFILES" ) ) {
$userName = '<a href="' . $this -> url ( '/profile' ) . '">' . $u -> getUserName ( ) . '</a>' ;
} else {
$userName = $u -> getUserName ( ) ;
}
?>
<span class="sign-in"><?php echo t( 'Currently logged in as <b>%s</b>.' , $userName ) ?> <a href="<?php echo $this -> url ( '/login' , 'logout' ) ?> "><?php echo t( 'Sign Out' ) ?> </a></span>
<?php } else { ?>
<span class="sign-in"><a href="<?php echo $this -> url ( '/login' ) ?> "><?php echo t( 'Sign In to Edit this Site' ) ?> </a></span>
<?php } ?> </p>
</div>
<div id="header_menu">
<?php
$stack = Stack:: getByName ( 'main menu' ) ;
$stack -> display ( ) ;
?>
</div>
<div id="container">
<div id="side-a">
<div>
<ul id="headerNav">
<?php
$a = new Area( 'Header Nav' ) ;
$a -> display ( $c ) ;
?>
</ul>
</div>
<br />
<hr />
<div id="facebook"> <a href="https://www.facebook.com/SimleyFootball" target="_blank"><img src="<?= $this -> getThemePath ( ) ?> /includes/facebook-logo.png" width="143" height="56" alt="Simley Football on Facebook" /></a></div>
<hr />
<div id="left_column_spacer">
<form
action="http://lists.simleyfootball.com/?p=subscribe&id=5"
method="post" name="subscribeform" target="_blank"
id="subscribeform">
<span class="e-mail_top"><strong>Players, Parents<br />
Fans, & Alumni</strong></span><strong><br />
Sign-up for E-mail Updates</span> </strong>
<input name="email" type="text"
value="E-mail Address" size="15" maxlength="50" />
<input name="htmlemail" value="1"
type="hidden" />
<input name="list[1]"
value="signup" type="hidden" />
<input
name="listname[1]" value="test" type="hidden" />
<p>
<input name="subscribe"
value="Submit" type="submit" />
</p>
</form>
</div>
</div>
<div id="contentcolumn">
<div id="bread-crumb-nav">
<?php
$a = new GlobalArea( 'breadcrumb' ) ;
$a -> display ( ) ;
?>
</div>
<div id="page_name"><?php echo $c -> getCollectionName ( ) ?> </div>
<div id="content">
<?php $a = new Area( 'Main' ) ; $a -> display ( $c ) ; ?>
</div>
</div>
<div id="side-b">
<table width="96%" border="0">
<tr>
<td><a href="http://www.bankofthewest.com" target="_blank" class="camps"><img src="<?= $this -> getThemePath ( ) ?> /includes/520-B-CS-11-IGH-Football-We.png" width="250" height="175" alt="Bank of the West" /></a></td>
</tr>
<tr>
<td height="20"> </td>
</tr>
<tr>
<td><a href="http://www.thebierstube.com/invergrovehts.htm" target="_blank" class="camps"><img src="<?= $this -> getThemePath ( ) ?> /includes/Bierstube.png" width="250" height="175" alt="The Bierstube" /></a></td>
</tr>
<tr>
<td height="20"> </td>
</tr>
<tr>
<td><div id="myhtmlticker" class="tickerstyle">
<div class="messagediv"> <b>All American Sponsors</b><br />
<a id="no_underline" target="_blank" href="http://www.thebierstube.com/">The Bierstube</a><br />
<a id="no_underline" target="_blank" href="https://www.bankofthewest.com/">Bank of the West</a><br />
</div>
<div class="messagediv"> <b>All Conference Sponsors</b><br />
<a id="no_underline" target="_blank" href="http://www.mauerchev.com/">Mauer Chevrolet</a><br />
<a id="no_underline" target="_blank"href="http://www.illetschkos.com/">Illetschko's Meats</a><br />
<a id="no_underline" target="_blank"href="http://www.vermillionbank.com/">Vermillion State Bank</a><br />
</div>
<div class="messagediv"> <b>All Conference Honorable Mention</b><br />
<span id="no_underline">A Bright New Image Painting</span><br />
<a id="no_underline" target="_blank" href="http://www.backinbalancemn.com/">Back... in Balance Chiropractic</a><br />
<a id="no_underline" target="_blank" href="http://jeffvorlicky.biz/">Jeff Vorlicky - Prime Mortgage</a><br />
<span id="no_underline">John & Lisa Hoeft</span><br />
<a id="no_underline" target="_blank" href="http://www.joeatkins.com/">Representative Joe Atkins</a><br />
<a id="no_underline" target="_blank" href="http://www.cbburnet.com/custommodules/agent/viewagent.aspx?agentid=58107">Scott Quittem</a><br />
<a id="no_underline" target="_blank" href="http://www.jamesmetzen.com/">Senator Jim Metzen</a><br />
<a id="no_underline" target="_blank" href="http://www.massagetherapy.com/get-a-massage/terribushman">Terri Bushman, Massage Therapist</a><br />
<a id="no_underline" target="_blank" href="http://time2travel.vpweb.com/default.html">Time 2 Travel</a><br />
<span id="no_underline">The Platek Family</span><br />
<a id="no_underline" target="_blank" href="http://www.kellyweldonphotography.com/">Kelly Weldon Photography</a><br />
<a id="no_underline" target="_blank" href="http://www.invergrovetoyota.com/index.htm">Inver Grove Toyota</a><br />
<a id="no_underline" target="_blank" href="http://www.oldworld-pizza.com/">Old... World Pizza</a><br />
<span id="no_underline">Paul's Auto & Tire</span><br />
<span id="no_underline">Mitch & Melissa Waltman</span><br />
</div>
<div class="messagediv"> <b>Touchdown Club</b><br />
<a id="no_underline" target="_blank" href="http://www.mississippipub.com/">Mississippi Pub</a><br />
</div>
<div class="messagediv"> <b>Field Goal Club</b><br />
<a id="no_underline" target="_blank" href="http://www.evergreenindustries.net/">Evergreen Industries</a><br />
<a id="no_underline" target="_blank" href="http://www.stevestremski.com/">Steve Stremski Insurance Agency Inc.</a><br />
</div>
<div class="messagediv"> <b>Conversion Club</b><br />
<a id="no_underline" target="_blank" href="http://www.edwardjones.com/index.html">Edward Jones Investments</a><br />
<a id="no_underline" target="_blank" href="http://www.crossfitmendota.com/">CrossFit Mendota</a><br />
</div>
</div></td>
</tr>
</table>
</div>
</div>
<div class="post-header">
<?php $b = Block:: getByName ( 'footer' ) ;
$b -> display ( ) ; ?>
</h4>
</div>
</div>
<script type="text/javascript" src="<?= $this -> getThemePath ( ) ?> /includes/richhtmlticker.js"></script>
</body>
</html>