Archived topic
Header showing header widget but no widgets are set
5 replies · Started by Laura on February 23, 2021
Hi,
My header area is showing a widget but I don't have any widgets set. No elements are set. Can you tell me where else I would look for a setting telling it to have a right header widget I don't want? I'm using uber menu, integrated with PHP and css which works fine on my other sites but this phantom header widget is messing with my spacing on the Connect link to the right of the header. I asked uber support and it's not on their side, they think it's in the GP side of things. Can you help me track down where it might be set?
Thanks. See link in Private box. It's not live yet.
It's the div "header-tag" on the right side of the header I'm trying to track down and remove if you inspect it from the page in the private box.
Hi there,
how odd - that should only display if theres a widget inside the Customizer > Widgets > Header.
Is it still there if you temporarily disable the UberMenu ?
Very odd. There is nothing in Customizer > Widgets > Header.
There is nothing in Appearance > Widgets > Header
And if I disable the Uber menu "header-right" it's still there.
Humph :-) Where else could it be hiding? Nothing in Elements.
I don't know if this is related, but the wpadmin toolbar is not showing up when I'm logged in. It works fine on all my other sites, and I do have "Show Toolbar when viewing site" checked in my admin user profile.
I added this to functions.php in my GP child theme.
if (is_user_logged_in()) {
show_admin_bar(true);
}
I have cleared cookies and cache ten times.
Any ideas?
Hi Laura,
Have you figured this out? I don't see the header-tag div.
https://www.screencast.com/t/GshAWlKUd
Am I missing anything?