After disabling the theme-component, it’s aligned the right way.
Can you please check if there’s something that you could do on this?
(Something like a fix to always display the user-card below the clicked location, instead of automatically choosing an alignment?)
I don’t think this is a theme-specific issue. I tried with all themes including the default one and the issue persists.
This means it is a problem with the theme component, not the plugin. I’ve made a change to the component that should fix it (also moved your post to the component topic).
Yeah I got that. Just thought if the issue could be fixed from the plugin by setting something like always displaying the user-card only beside the user-icon. (And also thought if this theme-component was no longer being updated since the last commit was almost 1 year ago )
You’ll first need to add some custom css to your site. The target should be: custom-search-banner. I would first start with that, and mess with the background css property and experiment with that.
Just noticed that the .results class background is not using the new color variables yet. Hence on dark color scheme the search results background is still #ffffff.
Can you add the new variables in the next update?
Meanwhile if anyone else is having same issue, here is my temporary fix:
how could i make the text use my primary color instead of my secondary color? i was looking through the common.scss file but i couldn’t find anything relating to the text/text color. (i’m talking about the text that you can choose, not sure what it’s called)
update:
html .custom-search-banner-wrap h1 {
color: var(--primary) !important;
}
html .custom-search-banner-wrap p {
color: var(--primary) !important;
}
achieves this, instead of using the secondary color for the text it uses your primary color.
No, I don’t think a URL will work there. I can add it at some point in the future, but in the meantime if someone wants to make a PR that makes it possible I can review it.
I like it and it comes with air theme… but there is a problem with the “welcome” header and “sub” text is white text on white background. Because Air Theme does not have css, I cannot change the colour.
I don’t think the fix is working anymore. I’m currently testing this #theme-component on a sample instance of Discourse, but it’s not playing well with the “Who’s Online” #plugin…
This has requested earler too, but… is it awful job to change Logged_in to TLs?
The main idea is that TL0/TL1 may need some extra caring, but higher ones knows how to use a forum, including searches. And for them it is kind of just unnecessary object eating preciuos space.
Well — this is absolutely not a big thing or a deal breaker, but more or less just nice to have.