Hey! Thanks so much for the awesome theme!
I had a couple of quick questions about the category images and descriptions. At the moment the images are showing up quite small on the home page:
But they’re showing as normal size in the category edit settings:
Is there a way to maximise the size within the category box on the homepage?
Additionally, on the category page, is there a way to remove the image and/or description from the top of the page? Currently it looks like this:
Thank you so much in advance!
「いいね!」 2
RokPZ
2022 年 4 月 19 日午前 9:14
24
I have an issue on mobile, where the search in the banner is not shown. Does anyone know how to fix that?
「いいね!」 1
@meghna Great theme! smooth and clean. Thanks for developing it!
Search bar is not showing on mobile and there is a rectangle around it on PC. Also, can’t find a custom CSS section to edit CSS. any suggestions/fix?
「いいね!」 1
acezuha
(Ace)
2022 年 6 月 13 日午後 11:34
26
Thanks a lot for the theme.
「いいね!」 1
meghna
(Meghna Jalan)
2022 年 6 月 15 日午後 3:08
27
This is by design. Search banner is not suited for mobile view.
Thank you!
As mentioned above search banner is intentionally disabled on mobile. I have fixed the search border issue via:
committed 03:04PM - 15 Jun 22 UTC
「いいね!」 2
Hi folks,
Not sure if it was a change at some point or I’m just noticing it now because I’m branding the theme for myself. I noticed that the box shadow for the ‘more’ button is quite soft and fuzzy, especially when compared to the box shadow that exists for other buttons in the theme, such as new topic
More:
New Topic:
This theme is usually really consistent with its elements so it struck me as odd. I’m going to fix it in my version, but wanted to bring it up here.
「いいね!」 1
meghna
(Meghna Jalan)
2022 年 9 月 16 日午前 10:48
30
Fixed in:
committed 10:46AM - 16 Sep 22 UTC
Thanks for bringing it to my notice
RokPZ
2022 年 11 月 9 日午後 1:32
31
Is it possible to change the following:
some default button colors are weird when selected (not matching the theme colors)
default background (not of the search banner but of the full page)
SidV
2023 年 2 月 16 日午前 1:01
32
Hello Meghna, this theme has some bug with this component (Showcased Categories).
Check this report: Showcased Categories - #45 by SidV
meghna
(Meghna Jalan)
2023 年 2 月 20 日午前 7:46
33
The “Post” button not showing up on “showcased categories” is an intentional design decision as per this code:
You can either fork the theme and make customizations as per your requirement or add a new theme component to enable post button by adding this CSS:
.custom-homepage-columns .col .header-wrapper .btn-primary {
display: block;
}
「いいね!」 1
profcaju
(Prof. Caju)
2023 年 2 月 26 日午後 7:47
34
I have this same problem. Is there a fix to this?
Kind regards
The profile page layout appears to be a bit broken (vs the stock dark theme):
「いいね!」 1
Color Palette Editor does also look a bit funny.
「いいね!」 1
Gonerdot
(Gonerdot)
2024 年 1 月 24 日午後 1:53
37
Hi all. This is my first experience working with Discourse and servers in general. Tell me how to change the text on the banner, preferably in detail, otherwise I’m stupid =)
Welcome!
There is a theme component installed automatically with this theme.
It’s called Search Banner .
Usually theme components has settings or translations that you can change. To do so:
Go to Admin
Click on Themes
Click on Components
and look for Discourse Search Banner component:
If you scroll down in the right panel, you will the translations. You can change them here:
If you are new to theme, I recommend reading the Beginner’s guide to using Discourse Themes !
「いいね!」 1
Gonerdot
(Gonerdot)
2024 年 1 月 24 日午後 3:00
39
Wow, turns out it’s so simple. Thanks a lot
「いいね!」 1
gvianna
(Gabriel Vianna)
2024 年 6 月 7 日午後 4:52
40
Is it possible to change this green theme?
In the theme settings, you can edit the color palette:
I’m unsure why there is this CSS. You can overwrite it in a theme component:
.navigation-categories .search-banner {
padding: 0
margin: 0;
height: auto
}
This is how the theme uses CSS for that specific banner.
You can adjust it to your needs.
.custom-search-banner-wrap {
background: linear-gradient(
270deg,
var(--tertiary-medium) 0%,
var(--tertiary) 100%
);
}
Useful links:
「いいね!」 1