Admin bar not displaying
-
On my profile both “Show Admin Bar” boxes are ticked – when viewing site and in dashboard.
But, the admin bar will only show in the dashboard, on the site I am just left with a big white bar…
Any ideas?
Check out my philosophy blog and create a user if you would like to see the fault in action for yourself.or… check out these images
White bar for logged in users
Normal site for non users
-
-try deactivating ALL plugins temporarily to narrow down and possibly fix the problem. If the problem goes away, activate them individually (one-by-one) to find the culprit.
-switching to the default theme (“twentyten”) for a moment by renaming your current theme’s folder in wp-content/themes. The idea is to force WordPress to fall back to the default theme to rule out any theme-specific issue.
Your theme is missing the wp_footer() code in the footer.php file.
Look at the twentyten theme’s footer code and compare it to your theme.
@otto twentyten is not my theme, check out http://www.philosophy.christopher-roberts.co.uk/wp-content/themes/proclouds/footer.php the footer tag is there, but it returns this message Fatal error: Call to undefined function wp_footer() in /home/fhlinux009/p/philosophy.christopher-roberts.co.uk/user/htdocs/wp-content/themes/proclouds/footer.php on line 15
Here is the entire pages code
[Code moderated as per the Forum Rules. Please use the pastebin]
The topic ‘Admin bar not displaying’ is closed to new replies.