chapoi
(Charlie)
January 22, 2024, 12:02pm
1
Install this theme component
This is still an experimental component, which overrides widgets, will most likely break with header refactors, and will not play well with other header components.
We’ll do our best to maintain this component and to minimise breaking changes, but we can’t guarantee these will never occur. A fix will most likely come, but you may have to wait a bit longer.
Example:
This component is currently also be used in the Fully and the “Default (full width)” theme here on Meta.
On very wide screens this might be less suitable.
9 Likes
Gonerdot
(Gonerdot)
March 4, 2024, 5:27pm
4
It would be cool if this component interacted with the right sidebar component and carried it as far to the right as possible for symmetry.
4 Likes
I just updated to the latest version, and now I’m noticing an error on my screen
Discourse version: 3.3.0.beta1
3 Likes
If you upgrade Discourse, that should fix your problem.
Three days ago, the component got an update that relies on a recent addition in Discourse core.
6 Likes
Me too,
I use Fully Theme and this Theme Componet, How can we expand Table Inserted Full Topic-page?
Thank you!
1 Like
You can try overwriting the CSS variables.
Create a theme component and attach it to Fully.
In the Color Definitions
, add and adjust the variables:
:root {
--topic-body-width: 100% !important; // 690px
--d-max-width: 100% !important; // 1110px;
}
2 Likes
Success.Thank you so much
1 Like
Monikas
(JustMonika)
June 3, 2024, 9:01pm
11
FKB Pro is a highly modified, detailed, professional social theme, but still user-friendly.
This theme is quite sensitive and maybe not well compatible with other theme components or plugins you use! Please test it before use. These usually need some css modification. If you have any issue please report and will fix it.
Layout
On desktop: Three column layout.
[Screenshot 2023-01-02 at 19.53.05]
Sidebar ready
[Screenshot 2023-01-02 at 19.51.55]
On mobile:
[Scre…
Hopefully it will be compatible with this theme
Some category names are long and do not display fully in the sidebar.
How can we increase the width of the sidebar to match the length of the category name?
Thank you so much!
it’s officially supported in that we’ll look at bugs that are reported, but it’s still experimental in the sense that it’s not something we expect to work well with all themes and theme components
2 Likes