Notifications
Clear all

wpForo 1.x.x [Closed] Space for admin bar still showing

6 Posts
4 Users
4 Likes
770 Views
Posts: 6
Topic starter
(@fredclown)
Active Member
Joined: 4 years ago

We have set the Show Admin Bar for Members toggle to No and the bar does disappear, but the space for it still shows. See the screenshot for an example.

Topic Tags
5 Replies
Alvina
Posts: 1869
Moderator
(@alvina)
Member
Joined: 4 years ago

Hi @fredclown,

Please register some new testing user and leave the user's login details with your forum URL here. 

I've set the topic private, so the login details can be left without any worries.
Also please make sure the issue exists for that user.

1 Reply
(@fredclown)
Joined: 4 years ago

Active Member
Posts: 6

@alvina Unfortunately, it is behind our firewall, so there is no way for you to get in. Sounds like I'm not the only user seeing this though.

Posts: 349
(@danniee)
Honorable Member
Joined: 4 years ago

Did you guys solve this?

Tutrix
Posts: 1247
(@tutrix)
Noble Member
Joined: 4 years ago

@fredclown, @danniee

you can use this until a general solution comes through an update

add the following action to your active WP Theme function.php

add_action('get_header', 'remove_admin_bar_weird_css');
function remove_admin_bar_weird_css() {
remove_action('wp_head', '_admin_bar_bump_cb');
}

 

 

Posts: 349
(@danniee)
Honorable Member
Joined: 4 years ago

There is no way for me to share credentials either I'm afraid, sorry for this. I hope, however, there will be a permanent fix for this in the upcoming update as there are more of us who are experiencing this issue. Thanks.