WCAG Light definitely has the problem, but I changed to ātheme defaultā
and it was still the same. I did refresh to check that the color scheme was saved so I hope it is not affected by my problem with changing color schemes. The blue in the background was lighter after I changed to the default color scheme.
Hey guys. Iām using the Air Theme and would like to show the latest posts to the users on the homepage of the forum but Air Theme only shows the categories and there is also no latest activity post shown (like in the default theme).
How can I make it show both, the categories and the latest posts (right below the categories) on the homepage of mobile devices?
Hi all, I just updated to the Air Theme. Love it by the way.
But I used to have a background image on the login screen using discourse-trendy-login but now I am using the Air Theme I canāt get the background image to show up. How do I change this? Thanks in advance.
I have tried different image sizes. In the topic user for the banner post displays fine. This also seems to affect YouTube boxes pulled at least using the RSS plugin. Have not tested with regular YouTube onebox.
How can I fix this? And is there a way with CSS to increase height of the visible banner?
Several people have asked about showing the subcategories in Categories page. This is about the Modern Category + Group Boxes component, but since it doesnāt have a topic of its own (right?) Iāll share my findings here:
This works:
/* Displays subcategories */
.custom-category-boxes:not(.above-discovery-categories-outlet) .subcategories {
display: inline-flex;
flex-flow: wrap;
}
.custom-category-boxes:not(.above-discovery-categories-outlet) .subcategory {
display: inline-flex;
align-items: baseline;
margin-right: .3em;
}
/* Removes the category images from the list */
.custom-category-boxes:not(.above-discovery-categories-outlet) .subcategories .subcategory .subcategory-image-placeholder {
display: none;
}
Also, if you have many subcategories, perhaps you want to show one category per row.
/* One category per row */
.custom-category-boxes:not(.above-discovery-categories-outlet) {
grid-template-columns: 1fr;
}
I think the boxes have a height limit but I havenāt found the way to remove it. We donāt have enough subcategories yet to see the problem on desktop, but we are hitting the limit on mobile:
No, I donāt. Iām using Discourse default theme and Air theme. Discourse default is using circle format. If you look at another board images above, all of them are square.