• Not sure what’s going on, but even when I checked the “Show Toolbar when viewing site” and on functions.php placed:

    if (! current_user_can('manage_options')) {
    	add_filter('show_admin_bar', '__return_false');
    }

    I can see the space where the admin bar is supposed to be placed but it is empty, a white bar, nothing on it, checked the source code and found this:

    <style type="text/css" media="print">#wpadminbar { display:none; }</style>
    <style type="text/css" media="screen">
    	html { margin-top: 28px !important; }
    	* html body { margin-top: 28px !important; }
    </style>

    So not sure what else to do, any help?

    Thanks!

    A.

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Admin ToolBar not being displayed at top of site’ is closed to new replies.