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]
marioguarneros
Member
Posted 2 years ago #
Pretty much you have to make sure you have the right code in both: header.php and footer.php
Full explanation and some other basic tips can be found here:
http://marioguarneros.com/blog/2011/03/26/wordpress-3-1-helpful-tips-for-beginners/#adminbar