Joe_Baylis
(Joe Baylis)
January 7, 2022, 2:11pm
23
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 Likes
RokPZ
April 19, 2022, 9:14am
24
I have an issue on mobile, where the search in the banner is not shown. Does anyone know how to fix that?
1 Like
@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 Like
acezuha
(Ace)
June 13, 2022, 11:34pm
26
Thanks a lot for the theme.
1 Like
meghna
(Meghna Jalan)
June 15, 2022, 3:08pm
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 Likes
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 Like
meghna
(Meghna Jalan)
September 16, 2022, 10:48am
30
Fixed in:
committed 10:46AM - 16 Sep 22 UTC
Thanks for bringing it to my notice
RokPZ
November 9, 2022, 1:32pm
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
February 16, 2023, 1:01am
32
Hello Meghna, this theme has some bug with this component (Showcased Categories).
Check this report: Showcased Categories - #45 by SidV
meghna
(Meghna Jalan)
February 20, 2023, 7:46am
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 Like
profcaju
(Prof. Caju)
February 26, 2023, 7:47pm
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 Like
Color Palette Editor does also look a bit funny.
1 Like
Gonerdot
(Gonerdot)
January 24, 2024, 1:53pm
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 Like
Gonerdot
(Gonerdot)
January 24, 2024, 3:00pm
39
Wow, turns out it’s so simple. Thanks a lot
1 Like
gvianna
(Gabriel Vianna)
June 7, 2024, 4:52pm
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 Like