AI Search
Classic Search
Notifications
Clear all
5 Replies
Sep 11, 2020 1:29 pm
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.
Sep 12, 2020 2:39 am
Did you guys solve this?
Sep 12, 2020 8:56 am
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');
}
Sep 14, 2020 10:53 pm
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.
