Hallo @angus, ich habe festgestellt, dass mein Forum im Internet Explorer nicht lädt (es funktioniert mit Firefox, Chrome, Opera und Edge). Nach vielen Neuaufbauten habe ich herausgefunden, dass das Problem anscheinend von diesem Theme stammt.
Wenn ich es in meinem Standard-Theme deaktiviere, wird das Forum normal geladen.
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, das Suchsymbol ist sichtbar, wenn du die Seite öffnest (auch wenn es nicht funktioniert), und verschwindet, wenn du ein Thema öffnest oder auf die Suchleiste in der Kopfzeile klickst.
Mir scheint, das ist auch schon beim Plugin passiert, und du hattest bereits eine Korrektur vorgenommen.
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.