481
I tried! But it doesn’t work! So I post this question.
Also you can ask for help at:
xu2 (Xu2) 483
How to make the right sidebar displaying everywhere? Not only the homepage and categories.
xu2 (Xu2) 484
It doesn’t work for the "add topic“ button
NateDhaliwal (Nate Dhaliwal) 485
Hmm… works fine for me when previewing on Theme Creator.
If you want to specifically target the New Topic button, try:
button#create-topic {
// add stuff here...
}
Monikas (JustMonika)
486
RGJ (Richard - Communiteq)
488
When having
- a private message
- with a tag
- viewing without sidebar
The width becomes very small
Cause:
.navigation-topics,
.categories-list,
body[class*="tag-"]:not(.archetype-regular):not(.archetype-banner),
body[class*="category-"]:not(.archetype-regular):not(.archetype-banner):not(.archetype-banner):not(.archetype-private_message) {
in fkb-d-topic-list.scss is being applied, and it shouldn’t.
I suspect it needs :not(.archetype-private_message)
However, I wonder why it is targeting these archetypes so specifically at all? Is it just trying to see whether it’s on a topic list (vs topic view?)
2 Likes
I’m loving this theme but I’m either encountering a bug or I broke something.
For some reason there doesn’t seem to be any padding above topics so the rounded corners sort of disappear and there’s no visible separation between each topic.
gallery3540 (Chris) 490
Looks like something with the new modern foundation experimental change is causing this behaviour. Turning that off seems to set the padding back to normal.


























