Is it possible to insert one latest topic under it/the subcategories if any exist?
I want to condense all this
Into the box above, so one topic and the little bullet style view of the sub categories.
Is it possible to insert one latest topic under it/the subcategories if any exist?
I want to condense all this
Into the box above, so one topic and the little bullet style view of the sub categories.
At the moment, no this is not possible. This is a nice request though, maybe something to think about adding in the future.
Thankās for the theme
How size itās necessary for the background image behind search bar ?
Youre welcome!
Ideally, Iād say 1920 pixels wide x 1080 pixels high.
A few questions.
First, the dark mode toggle is also not appearing on my site, even with the 2 color pallets selected. Iām using the sidebar so perhaps thatās part of the issue?
Second, Iām wondering if itās possible to adjust the Category Box text. In my instance, I have 14 modules, and once I get to Module 10, it shows M1. The same is true for Modules 11, 12, 13, and 14. This would be confusing for users. Can I edit these specifically?
Third, what is the pixel size for the Category Boxes? Now that Iāve switched, all of the category images are squished trying to fit to the dimensions. Iāll need to resize everything to fix this.
Fourth, can I adjust how much of the search banner background image is shown? It seems a recent update has reduced the size of the image that displays here dramatically.
Have you made sure to follow all of the steps outlined in that component? You also need to enable a dark theme needs to be at: /admin/site_settings/category/basic?filter=dark
I havenāt had an issue with this, even with sidebar enabled.
Unfortunately no, there isnāt a way to change this. Would it be possible for you to label them as 01, 02, and so on? Without the world module attached?
The dimensions are 132x132.
Would you mind sharing a screenshot of what is happening here? I havent noticed this on my demo site.
Thanks for the explanations and help here! I didnāt realize there was an extra component for the Dark/Light. I can figure out a way to make the module numbers more clear, perhaps adding an image to replace the text default. Your suggestion of 01 is good too.
For the search banner:
Before, I was able to see at least 2x more of this image. When I started the day (even before adjusting the theme) the image was reduced in size, so it seems it was an update that caused it? Even if I upload a file per your suggested dimensions in another post above (1920x1080) it still does this stretching thing.
Have you also followed the instructions on how to set the search banner? I dont see any text there, but maybe you removed that?
Also, to add this image, did you do this in a theme component?
I did follow all the instructions on how to set the search banner. It is set below site header as required. I removed the text, yes. But previously there was also no text and it showed much more. It still only shows a sliver of the image. I uploaded the image as background to the search banner, not in the theme component.
This is how I had it setup before I made any changes, and even this morning before I changed everything the image appeared much more cut off than it had previously, which is why I suspect an update has caused it. At this point, Iām only seeing maybe 1/4 of the image at most.
I also tried editing the theme component to recreate this, but the image was very pixelated when I did that. Not sure why it starting doing this today. I also noticed today many of my other theme details were off, so perhaps itās just a buggy day. Thatās what prompted me to try a new theme, this one. In the end, not a big deal I can make a new image that works better. Just curious as to why thereās such a big difference all of a sudden.
There is a bug in the theme with the mobile view when the reply count value increases the layout gets messy and does not remain aligned anymore.
See
After the update, it gets better but still has alignment issues with the date and reply count.
Please put this in the theme I created a component and added the code as you said but still views column does not appear.
Edit:
I was trying to add the view column with Jordan-provided code but dunno why it was not working I applied your code and it works Thank you
Hey guys! Beautiful theme, been enjoying it very much.
Does anyone know how to display subcategories here instead of category description? I use layout Categories + Latest Topics for homepage.
Thank you in advance
Installing your own theme-component and attaching it to the theme should work. You will want to add this line into the css of the theme component.
.custom-category-boxes .description {
display: none;
}
To install a custom theme component you will go to /admin/customize/themes
click Install then click Create New
.
From there you will be taken to the new componentās page, where you will select which theme you want it to be included on.
You can then click Edit CSS + Html and add the code I sent you above to the common.scss file.
Thanks, that worked! But what about displaying sub-categories? This code isnāt working for some reason
.category-boxes .subcategories {
display: flex !important;
flex-flow: wrap;
}
Can you tell me how you added those icons for the categories?
I see, Thanks
A post was split to a new topic: How to change search banner headline font size?
This theme would be near perfect if the issue was sorted that appears to have been raised many times in this thread by multiple users.
Iām experiencing the same where the background on mobile is inconsistent with the desktop, making things unreadable. It basically makes it unusable on mobile under certain scenarios.
Mobile Example:
Light theme:
Dark Theme:
Desktop Example:
Light Theme:
Dark Theme
I appreciate the effort and work on this theme however itās a shame this inconsistency is being treated as some sort of feature rather than a bug despite it being raised many times. I will certainly start using it if this can be sorted out.
UPDATE
I think itās just the discourse-docs plugin that has the above issue. Iām not sure how this can be sorted out though, ideally it would be nice to have the discourse docs working well with theme this as theyāre both nice features for the forum.