Testing this theme component now and I see that once a search is executed the top of the results are getting cut off, whole element is getting shifted up or something. Anyone else seeing this?
It seems to happen even when I switch to a default theme…but @angus I don’t see this active in your sandbox at the moment so not 100% sure if it’s a bug or something weird with my setup.
We don’t have space for a search bar on mobile. Has anyone ever seen a search bar integrated into the forum itself, rather than the header? I guess it could also be a footer search bar
are there any plans to update the theme component? In theme preview it seems to have some layout issues
I think it’s a great feature that animates user more to use search function more frequently.
hey, for some reason, I’m not being successful with moving the search bar below my header. are there any suggestions? I’ve been trying to nest it within a div class that I created in the after header html
I’m always pleasantly surprised to find that this component still basically works I’ve made a few updates to bring this more up to date with the latest Discourse.
Not sure you’re using this component, but it you are add this to your theme CSS
title .search-header #search-term {
background-color: pink;
}
Could this component actually work with the keyboard shortcut for search (“/”)? Right now using the shortcut makes it switch back to the search icon and drop-down:
For reference, the official Header Search component has a slightly different glitch: it enters the search field when using the shortcut, but then only shows results after actually selecting the field with a mouse click:
So I wonder if there’s a way to make header search fully compatible with using the keyboard shortcut?