Ciao @angus, ho scoperto che il mio forum non si carica su Internet Explorer (funziona invece con Firefox, Chrome, Opera ed Edge). Dopo molti tentativi di ricostruzione ho scoperto che il problema sembra dipendere da questo tema.
Quando lo disattivo dal mio tema predefinito, il forum si carica 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, l’icona della ricerca è visibile quando apri il sito (anche se non funziona) e scompare quando apri un argomento o fai clic sulla barra di ricerca nell’intestazione.
Mi sembra di ricordare che sia successo anche nel plugin e che tu avessi già applicato una correzione.
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.