Admin bar disappeared on pages after 4.1 Update
-
Hi,
I updated to WordPress 4.1 and from now the admin bar on pages, when logged in as admin, is not showing any more. I tried the “usual suspects” but the <?php wp_footer(); ?> is in the footer and in functions.php I suppress the admin bar only to normal loggedin users by
if (!current_user_can('edit_posts')) { add_filter('show_admin_bar', '__return_false'); }
any Idea why the admin bar is not visible (I also updated akismet and Events made easy plugins)
Best wishes
Julius
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Admin bar disappeared on pages after 4.1 Update’ is closed to new replies.