Yeah just the mobile docs, so not too much of an issue. Would be nice if it was fixed eventually though.
Thanks for digging into this
Yeah just the mobile docs, so not too much of an issue. Would be nice if it was fixed eventually though.
Thanks for digging into this
The problem seems to be here:
I thought it might be possible to fix the issue by just adding some CSS to a theme component, but itâs turning out to be a tricky problem because the main docs page doesnât add a CSS class to the body
tag. That means that itâs not enough to just use this. It fixes the issue on individual docs topics, but not on the docs topic list:
html body.archetype-docs-topic #main-outlet {
border-radius: 0px !important;
width: calc(100% - 3em) !important;
background-color: var(--secondary) !important;
margin-bottom: 0px !important;
}
I suspect the fix will require small changes be made to both the docs plugin and the air theme. Iâll follow up on this with the team. It should get fixed fairly soon.
Appreciate you looking into this, thank you
Just adding a note here that the Loading Slider and Dark Light Scheme Toggle have been removed from the theme component:
Iâve removed the reference to the Loading Slider from the OP. Should the Dark Light Scheme toggle be removed as well, or is there a similar component that works with the sidebar that should get added?
I believe this component works with the sidebar now. There is a setting to set it to be either in the header, or in the sidebar.
Hi folks, great theme. I have a minor nit with the border radius on the .nav-pils:not(.user-nav)>li>a
selector, causing an inconsistent pointy border on the active tab:
setting the bottom border radii to 0 fixes this. would you be open to a PR, or am I missing something?
Edit: since it was only a few lines I went ahead and made a PR here.
Sorry, one more nit - wondering if this is a similar issue using the events plugin:
Looks like thereâs a slight CSS hangnail when opening up the Threads pane in Chat when using it in full screen. Right hand side by the X button for threads:
Wondering if anyone might have a solution for this, to show the subcategories in the category box?
Hi @jordan-vidrine modern category boxes said update was available. Now displays blank page after update.
Tests Passed
I would like to remove the gradient from the background discourse-search-banner so that it is only one color.
I have already read the article Beginner's guide to using Discourse Themes.
However, I am missing the Edit HTML/CSS button. I get the message âIf you want to edit this theme, you must submit a change on its repositoryâ.
How can I make CSS/HTML changes to the Air theme + components?
Thanks
This post describes how you would add/edit your own CSS to affect the theme.
First of all I wish you a happy birthday.
Secondly, I would like to thank you for your answer.
I have looked at it again. But as I said before. I donât have a button âEdit HTML/CSSâ in the Air Theme. In the default theme I have the button.
Youâre very welcome!
You first need to create your own theme component from the theme component menu. Then you need to enable that theme component on the air theme.
From there, the css/html changes you make in your new theme component will apply to the air theme.
Aaah ok. Now I understand. So like WordPress, itâs a child theme, right?
I have to keep all the original components too, right?
Hello,
How can I change the size of the welcome message please ?
If find it we have just to modify the CSS with a suitable size:
.custom-search-banner-wrap h1 {
font-size: 3em;
}
Hello @jordan-vidrine
I use Air Theme with Topic List Thumbnails Theme Component - theme - Discourse Meta with the list mode & Air Theme. It works good but Iâve an issue I didnât find how to resolve it.
I filled in the field desktop category page style to :
categories and recent topics
On the home page I have the categories ok but under the categories, the recent topics appear with a default template. And I would like to have the thumbnails with list mode instead.
How can I proceed please ?
For information the thumbnails with list mode works well inside the categories.
I do not believe that component is compatible with the topic list generated on the categories with recent topics page. All of the âCategories withâŚâ pages are their own special template that this component will not affect.
Hello,
I have an issue with [Double boxes bug âModern Category + Group Boxesâ Subcategories]. Any ideas how to fix ? (Double boxes bug "Modern Category + Group Boxes" Subcategories)
This has been fixed
Can we edit the Category abbreviations in the boxes (as circled in this image)?
Weâd really like to be able to update those abbreviations, as we have many categories with similar names (the names are iterations based on class/grade years), so theyâre getting similar abbreviations. Also the abbreviations arenât very meaningful for our community.