Limited Support
Our support team is currently on holiday from December 25, 2025 to January 7, 2026, and replies may be delayed during this period.
We appreciate your patience and understanding while our team is away. Thank you for being part of the wpForo community!
Merry Christmas and Happy Holidays! 🎄
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.
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.
Did you guys solve this?
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');
}
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.