The central theme is acting weird on my tablet. Especially in mobile mode. Can’t see the sidebar. Can’t see the bottom navigation either.
I’ve just merged some updates to the theme…
This should work now! the styles for the highlighting were missing
Yes, I’ve darkened some text with this update
Valid point… I’ve removed this font declaration so we’re back on the site defaults. We already have site settings called base font
and heading font
which an admin can set to system
if they liked the previous option.
Another option an admin would have if they only want to change the fonts in this theme, would be to create a component from admin/customize/theme-components
and add
:root {
--heading-font-family: system-ui, helvetica, sans-serif;
--font-family: system-ui, helvetica, sans-serif;
}
This should be aligned with the logo correctly now
Thanks for reporting it! It wasn’t displaying at all for tablets, should be there once updated
That’s lots better. I still get confused on
vs . I sometimes click so many times to figure it out that I get rate limited. But that could be a personal problem.
The theme looks amazing! Here are a few small bugs I found:
-
While scrolling the widgets go to the bottom.
-
The 404 page, and a lot of other pages needs padding
-
The dropdown is a bit smaller than the buttons
-
If everything has is rounded corners (all buttons on discourse), it’ll look amazing.
-
The first person’s pfp on the top contributors widget, is too big
-
The notification icon disappears when it loses hover (in dark mode)
I can’t find your theme.
good themes
Good morning,
I see an update was performed on this. However, are the folders (icons) a default in the categories? I would like to have them so you can either have them or not.
Sorry for continuing to add to this topic. I should have checked everything so it was merged into one.
I also use the AI to PMs on my forum, and the setting is enabled but doesn’t appear.
“Display a button in the header to start a PM with a AI Bot”
I’m not able to find a hamburger or a menu in the Central theme on mobile (iOS 18 on iPhone 13 Pro) either in DiscourseHub or Chrome or Safari.
This is reported few times in Central topic, but because hamburger has been missing since day one I consider this desktop only. Otherwise such major flaw would be fixed long time ago.
I don’t know what’s stopping the category from showing up
I know why, this theme is not collapsed, if you use another theme that is collapsed then you can’t see it when you switch to this theme.
But the default Categories still won’t show up
other topic.
I just discovered that if I am in the /admin path (and only in the /admin path), I can see (in the left side menu) the Categories as well as the Tags, and both are collapsible in there (functioning correctly).
However on any path other than /admin/* I see only the categories which are not collapsible. I don’t see the tags at all.
Also, when I am in /admin/* and I have expanded the Categories there, then they also appear expanded on the front page and in paths other than /admin/*
But still, when I have the Categories collapsed in the /admin/* path, then I see only the word Categories in paths other than /admin/*
I would still like to use this as the default theme on my forum, however, there is an issue where the bottom tab is half cut off.
In the Default
theme I have a button to edit HTML/CSS.
How do I do that on Central
theme to customize it without forking the git repo?
You can create your own theme component and add that to the theme