Olá @angus, descobri que meu fórum não carrega no Internet Explorer (funciona no Firefox, Chrome, Opera e Edge). Depois de muita reconstrução, percebi que o problema parece vir deste tema.
Quando o desativo do meu tema padrão, o fórum carrega normalmente.
It’s not possible to use settings in a theme, so you will need to apply css via the site customizer or fork the theme. It should be doable with css. I can take a look at what css would be required on Sunday, unless you want to take a look sooner.
@angus, o ícone de pesquisa é visível quando você abre o site (mesmo que não funcione) e desaparece ao abrir um tópico ou clicar na barra de pesquisa no cabeçalho.
Parece que eu me lembro que isso também acontecia no plugin e você já havia feito uma correção.
If you have the header search bar up and slowly shrink the width of the browser, there will come a point where the hamburger menu is moved above the user avatar if the search bar is aligned right:
The theme automatically hides the search bar when the header becomes too small to contain it + the logo + the right icons. I had to increase the absolute width of the search bar to properly handle right alignment which threw that calculation off. The search bar should now disappear and the search icon re-appear in that scenario.
I’ve tweaked the size calculation logic here so that you can arbitrarily set the width of the header-search using css and the show hide behaviour will respond accordingly. This helps those with wide site logos.
The default width of the search-header contains, which holds both the search input and the contextual search options, is 600px.
This was an issue for sites with wide logos, as there wasn’t enough space to fit the element comfortably (particularly with the sign up / login buttons on the right).
When in a topic, scrolling down until the search icon appears, clicking it and scrolling back up will make it so that there are two search bars on the screen at the same time. (Some times there’s a delay before the header search bar appears)
I think I did that part of that intentionally, the idea being that if you have one search open already, it would be jarring to have the search input suddenly jump to the header if you happened to scroll up. But it seems to be working imperfectly. I’ll take a look tomorrow.