Archived topic
Where is this broken image/icon next to the search icon coming from?
7 replies · Started by Arp on July 11, 2021
I have search in nav active and this only appears when the mobile menu is active, see at https://schmebulock.quackatoa.com/.
Hi there,
What do you mean by when the mobile menu is active? Do you mean when the mobile header is active?
I can see the search icon on both desktop and mobile currently, and your site is not using the mobile header.
Let me know if I miss anything.
Sorry - I'm using the wrong lingo. I meant when the off-screen menu is active for smaller (ie mobile) devices.
However, I don't see the weird broken icon so it must have been a browser cache issue.
You don't see it, right?
Do you mean the box next to the search icon?
https://www.screencast.com/t/ZnGY6kjO2
If so, it's added by a plugin called holler-box, if you disable this plugin the weird broken icon should be gone :)
Ah ha - you're right. Thank you!
I don't want to disable the plugin, but I do need to figure out what it's doing there.
If you don't want to disable the plugin, you could also try this CSS to override it temporarily:
.gp-icon.icon-search:before {
content: "";
}
Hope the support of the plugin can provide a better solution :)
Thank you - that's very kind of you :)
You are welcome :)