Discourse Central Theme — Meta プレリリース 本日リリース!

Could you please guide me where to look for more info, @Moin ?

All I’d be happy with is to have this screen for Central theme on my Discourse installation:

(This is from “Theme Creator” site, which shows custom CSS as expected.)

「いいね!」 2

Does this help?
Can I disable the + Section button in the sidebar for non-admins? - #4 by Arkshine

Probably a good idea to write a Community wiki topic about that. The question is asked quite often.

「いいね!」 4

Hi folks, is there a way to pull out just the style of the topic listing to use from Central on the default theme? With the small like and reply buttons?

One good way is to goto the theme or theme component’s GitHub and look over the code.

In your custom component copy a snippet you want to modify. This will give you the element you want to target. (Using inspect element in your browser is good as well. If in desktop you can try changes in the console).

If your wanting to override a setting use “!important”

Ie

Original code

. some-selector {
   Color; red;
}

New code with override

. some-selector {
   Color; blue !important; 
}

The team suggests copying code and making changes. Similarly you can use other theme & components to snippet codes as examples to achieve desired effects.

「いいね!」 2

The user preferences section on mobile device is currently experiencing responsiveness issues. There’s excessive whitespace, making it difficult to navigate and use effectively on smaller screens.

「いいね!」 1

Opening the UX category with Central theme looks like this:

「いいね!」 2

@ludwikc I cannot reproduce what you are seeing in your screenie. Can you please add more info, like the exact URL, and maybe a copy or screenie showing any console errors?

「いいね!」 2

Is Discourse Design team experimentation topic still pinned for you?

I was able to reproduce by clicking UX

「いいね!」 4

Ah ha! I do not see the error when I do not have it pinned.

As soon as I pin the topic (and refresh the page) it does display wrongly as in @ludwikc 's screenie.

Nice catch, @Moin !

「いいね!」 4

It seems it’s broken now. :thinking:

「いいね!」 3

@ludwikc
I had the issue as well, I realized that if I removed the topic tags (still pinned) or if I removed the pin, it would fix the issue. So, you can only do one of these two things.

「いいね!」 2

I second this, the theme is not compatible with the latest version of Discourse.

「いいね!」 6

It seems as of the latest discourse version (3.4.0.beta3-dev), the content repeats and is not compatible.

「いいね!」 3

Central theme is broken - #2 by david is probably also interesting for those who reported it here

「いいね!」 5

Thanks @Moin, and also to the other reporters :pray:

The fix is now merged, so things should be working again after you update the theme. Sorry for the disruption.

「いいね!」 7

When use Discourse AI plugin, ai bot add to header setting not work with Central theme.

「いいね!」 2

I did report this back in September.

Along with other issues, if you look above, you will see if you have the same issues. :+1:

「いいね!」 3

can’t wait for the release!

Could someone add the repo link to the first post? It is quite difficult to find.

「いいね!」 5

Thanks @Moin, updated the OP :slight_smile:

「いいね!」 3