Opened 15 years ago
Closed 14 years ago
#16636 closed defect (bug) (worksforme)
Blank bar on the top
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | critical | Version: | 3.1 |
| Component: | Themes | Keywords: | reporter-feedback |
| Focuses: | Cc: |
Description
I just updated to Django this morning, but I met a unique and weird condition, my every wordpress instalation showing a wide horizontal line on the top of page, like WordPress.com bar but blank (have the same colour with theme's body background).
Please see all of them:
http://www.mossackanme.web.id/blog
http://www.mossackanme.web.id/column
http://www.mossackanme.web.id/faith
http://www.mossackanme.web.id/review
I have no idea about this weird problem.
Attachments (1)
Change History (9)
#1
@
15 years ago
- Keywords close added
It's a compatibility issue with the new Admin Bar. This is more of a support issue really, but check your theme has a proper wp_footer() call.
#2
@
15 years ago
- Cc mossack.anme@… added
- Keywords close removed
Below is my footer.php code in http://www.mossackanme.web.id/column , what should I do?
<div id="footer">
<span id="owner-link"><?php include("/home/xxx/public_html/yyy/zzz/copyright-inline.php"); ?></span> <span class="meta-sep">|</span> <?php include("/home/xxx/public_html/yyy/zzz/copyright-highlights.php"); ?>
<br/>
<span class="meta-sep"><?php include("/home/xxx/public_html/yyy/zzz/poweredby-inline.php"); ?></span>
</div><!-- #footer -->
</div><!-- #footer-wrap-inner -->
</div><!-- #footer-wrap -->
</div><!-- #wrapper .hfeed -->
<script type="text/javascript">
function AddToFavorites()
{
var title = document.title; var url = location.href;
if (window.sidebar) // Firefox
window.sidebar.addPanel(title, url, '');
else if(window.opera && window.print) // Opera
{
var elem = document.createElement('a');
elem.setAttribute('href',url);
elem.setAttribute('title',title);
elem.setAttribute('rel','sidebar'); // required to work in opera 7+
elem.click();
}
else if(document.all) // IE
window.external.AddFavorite(url, title);
}
</script>
<script type="text/javascript" src="http://www.algearithm.web.id/jscript/greenvi.js?lang=en&time=120"></script>
<?php wp_footer(); ?>
<?php the_theme_option( 'erdt_analytics' ); ?>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-13082724-1");
pageTracker._trackPageview();
} catch(err) {}</script>
<script type="text/javascript">
function recordOutboundLink(link, category, action) {
try {
var pageTracker=_gat._getTracker("UA-13082724-1");
pageTracker._trackEvent(category, action);
setTimeout('document.location = "' + link.href + '"', 100)
}catch(err){}
}
</script>
<!-- <?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds. -->
</body>
</html>
#4
@
15 years ago
Please use Firefox to replicate the problem. So, the admin bar/the call to the bar is not fully compatible with Firefox, what should we do? My theme(s) has normal wp_footer() call.

Screenshot column