Edit Bar text dissappeared

Permalink Browser Info Environment
Hey
I know millions of people have had this issue and posted about it but I still cant solve it. There is the gray bar at the top like normal, but with on text in it and no links. I have checked all the pages and its missing on all of them. I cleared caches and tried different computers. I have been messing around in the header and footer and main files lately so it could be a problem with that.
Any help would be greatly appreciated.
Thank you
Andrew

Header
-----------
<?php defined('C5_EXECUTE') or die(_("Access Denied.")); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html lang="<?php echo LANGUAGE?>" xml:lang="<?php echo LANGUAGE?>" xmlns="http://www.w3.org/1999/xhtml">

<head>

<link rel="stylesheet" media="screen" type="text/css" href="<?php echo $this->getThemePath(); ?>/fonts/fonts.css" />
<link rel="stylesheet" media="screen" type="text/css" href="<?php echo $this->getStyleSheet('typography.css')?>" />
<link rel="stylesheet" media="screen" type="text/css" href="<?php echo $this->getStyleSheet('main.css')?>" />

<?php
$html = Loader::helper('html');
$this->addHeaderItem($html->javascript('jquery.ui.js'), 'VIEW');
?>

<?php Loader::element('header_required'); ?>

<script type="text/javascript" src="<?php echo $this->getThemePath(); ?>/js/jquery.backstretch.min.js"></script>
<script type="text/javascript">
$.backstretch("<?php if ($c->getAttribute('bg_image')){ echo($c->getAttribute('bg_image')->getVersion()->getRelativePath()); }else{ echo(''.$this->getThemePath().'/images/defaultbg.jpg'); }?>", {speed: 750});
</script>



<script type="text/javascript" src="<?php echo $this->getThemePath(); ?>/js/functions.js"></script>

</head>

<body id="<?php echo $c->getCollectionTypeHandle() ?>">

<div id="container">

<div id="header" <?php global $cp; if (is_object($cp) && ($cp->canWrite() || $cp->canAddSubContent() || $cp->canAdminPage())) {
echo ' style="top:75px;"'; }?>>
<div id="logo"><a href="<?php echo DIR_REL?>/" title="<?php echo SITE?>"><?php
$stack = Stack::getByName('Site Name');
if( $stack ) $stack->display();
else echo SITE;
?></a>
</div><!-- #logo ends -->
</div><!-- #header ends -->

<div id="nav" <?php global $cp; if (is_object($cp) && ($cp->canWrite() || $cp->canAddSubContent() || $cp->canAdminPage())) {
echo ' style="top:75px;"'; }?>>
<div id="menu-wrap" class="menu clearfix">
<div id="menu-tab" class="toggle"><img src="<?php echo $this->getThemePath(); ?>/images/menu-tab.png" alt="View Menu" /></div><!-- menu-tab ends -->
<div id="menu" class="items">
<?php
$bt = BlockType::getByHandle('autonav');
$bt->controller->displayPages = 'top';
$bt->controller->orderBy = 'display_asc';
$bt->controller->displaySubPages = 'none';
$bt->render('templates/header_menu');
?>
</div><!-- #menu ends -->
</div><!-- #menu-wrap ends -->
</div><!-- #nav ends -->

<div id="wrapper" <?php global $cp; if (is_object($cp) && ($cp->canWrite() || $cp->canAddSubContent() || $cp->canAdminPage())) {
echo ' style="padding-top:175px;"'; }?>>
</body>


--------------------
Footer
-------------------
<?php defined('C5_EXECUTE') or die(_("Access Denied.")); ?>

</div><!-- #wrapper ends -->

<div id="footer">
<div class="left">
<p>© <?php echo date('Y')?> <?php echo SITE?>. <?php echo t('All rights reserved.')?> <?php echo t('Design by')?> <a href="http://www.c5mix.com" title="<?php echo t('concrete5 themes')?>">c5mix.com</a> <?php echo t('and')?> <a href="http://www.geekraves.com" title="<?php echo t('GeekRaves.com')?>">GeekRaves</a>. <?php
$u = new User();
if ($u->isRegistered()) { ?>
<span class="sign-in"><?php echo t('Currently logged in as <b>%s</b>.', $u->getUserName())?> <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><!-- #footer .left ends -->
<div id="backtotop" class="right">
<span>↑</span> <a href="#container"><?php echo t('Top')?></a>
</div><!-- #footer .right ends -->
</div><!-- #footer ends -->

</div><!-- #container ends -->

<a id="toggle-content" href="#" title="Show/Hide Content" <?php global $cp; if (is_object($cp) && ($cp->canWrite() || $cp->canAddSubContent() || $cp->canAdminPage())) {
echo ' style="top:50px;"'; }?>>±</a>

<?php Loader::element('footer_required'); ?>

</body>
</html>

Type: Discussion
Status: New
andrewcow
View Replies:
c5mix replied on at Permalink Reply
c5mix
Andrew,
Sorry for the delayed response. I have been on vacation.
Have you upgraded to the latest version of the theme (1.6.1)? That should fix it. If you've upgraded and still see that issue, can you email me (hello@c5mix.com) your site and login info so I can take a look. Thanks.

concrete5 Environment Information

Browser User-Agent String

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You have not specified a license for this support ticket. You must have a valid license assigned to a support ticket to request a refund.