A reddit-ish theme for Discourse

I think this was solved in

2 Likes

I’ve made great progress (: now how can i show the custom-right-sidebar on the homepage here too?

If I can show that sidebar on my topic page, I’ll be happy :partying_face:

2 Likes

After activating a theme (without any components), the topic list overlaps with the right sidebar. This issue persists even in safe mode. How can I resolve this?

I’m unable to reproduce this, which browser are you using? is Discourse up-to-date?

Hello,

Love this theme but there is a little problem for mobile,
there is no reply button for mobile, is it possible to have a reply button similar to create a new topic button when browsing categories?

1 Like

I see what you mean. No reply to topic. Only comment reply.

The issue was resolved by activating the Full Width component. However, there’s now a large gap on the right side. Is there a way to adjust it so that both sides have equal spacing?

I noticed your setup looks great and aligns with what I’m aiming for. If you’re comfortable with it, would you be open to sharing some of your configuration settings?

1 Like

unfortunately they don’t share much advice for the customization we need. it took me 1 week to get this consistent design. whereas theme developers could have offered this skin as an alternative.

Anyway…

I disabled the full-width component. and added these as custom css.

#main-outlet-wrapper {
  display: flex;
  justify-content: space-between;
}
.sidebar-wrapper,
#main-outlet,
.custom-right-sidebar {
  flex: 1;
  box-sizing: border-box;
}
.sidebar-wrapper,.custom-right-sidebar{max-width:280px;}

@media (max-width: 768px) {
  #main-outlet-wrapper {
    flex-direction: column;
  }
}
body[class*=user-] .custom-tag-banner, body[class*=user-] 
.custom-category-banner, body[class*=user-] 
.custom-right-sidebar, body.archetype-regular 
.custom-tag-banner, body.archetype-regular 
.custom-category-banner, body.archetype-regular 
.custom-right-sidebar {
    display: flex;
}


I hope it helps. I will reply when you send me a message if necessary.

5 Likes

Thanks for sharing your CSS! I appreciate you taking the time, especially since it took you a week to get it working.

1 Like

I really love this one!

Is there a way to make subcategories show on mobile. It’s beautiful on desktop, but I don’t see them at all under the main category.

Just wanted to confirm is this now equipped to work with Discourse Topic/Post Voting and also can we add leaderboard on the right side just as in the central theme?

I want to share. it does not appear on the “custom-right-sidebar” topic page on the homepage. how can I make it display here. if you help, I am about to make a twitterish design with 3 columns. i would be happy to share the codes.

the place I marked in orange

thanks guys

1 Like

I’m also looking to display the “custom-right-sidebar” on topic pages, but so far, none of the existing sidebar components seem to work for this. It would be fantastic if this feature could be added directly to the theme.

4 Likes

Given the popularity of this theme, it would be cool to see it supported officially :wink:

1 Like

Nice looks great - I’m going to try this on my website :blush:

The code blocks are very round, is this intentional?
Also, the topic progress in the topic timeline isn’t in the centre of the topic timeline.

2 Likes

A few bugs / UX issues:

4 Likes

Is the standard behaviour of this theme that clicking on an image does nothing when viewing topics, you have to physically click the topic text to view that topic, where as if no image is present i can click in the box or on the excertp and it takes me to the topic.

2 Likes