Discourse Meta logo
Discourse Meta
Latest Top Views 🔍
Skip to main content
Home » Users » Arkshine
Arkshine's avatar

Arkshine

31 posts

Recent Posts

  • Material Design Theme

    Theme 2025-04-01 19:22 Post #417
    @Stephane_Roy You’re right. I tested on a production server, and the error is still showing. I would wait for the team to take a look. I’m not sure how to fix it at the moment.
  • Material Design Theme

    Theme 2025-04-01 14:22 Post #415
    If you rebuild Discourse, that should fix the issue. A fix was merged recently about it: DEV: Allow stylesheet entrypoints to use `@use` (#31905) · discourse/discourse@b1924c3 · GitHub Maybe the theme should be pinned to v3.5.0.beta3-dev.
  • Heroes - Fantasy Theme

    Theme 2025-02-25 17:36 Post #3
    A beautifully illustrated scroll stating "Beautiful" in elegant, decorative lettering lies on a wooden surface, evoking a vintage or timeless feel. (Captioned by AI)1024×1024 112 KB It’s nice to see a theme in a non-modern style. It reminds me of old games I enjoyed! Good job!
  • A reddit-ish theme for Discourse

    Theme 2025-02-25 15:13 Post #110
    Odd, it works for me: image706×119 4.85 KB chrome_isL5w2Hh6r339×114 3.36 KB Damian Boon: Edit. @Arkshine i dont have that in the site texts It’s not part of the site texts. It’s part of the theme. The image shows a settings page for choosing themes and editing forums, mentioning options like...
  • A reddit-ish theme for Discourse

    Theme 2025-02-25 14:59 Post #108
    @Damian_Boon Go to the theme settings; you will see the translations below.
  • A reddit-ish theme for Discourse

    Theme 2025-02-23 18:03 Post #104
    I’ve installed it on Theme Creator; you can give it a try: Theme Creator
  • Air Theme

    Theme 2025-02-21 00:47 Post #561
    Interesting. I have no idea at the moment. I can’t reproduce it on the latest or even your version. For reference, you’re using Discourse 3.3.3. By the way, is there a specific reason? The latest “stable” version is 3.4.0, and you installed Discourse two days ago.
  • Air Theme

    Theme 2025-02-20 22:25 Post #559
    Do you see any error in the browser’s console and also in yoursite/logs ?
  • Air Theme

    Theme 2025-02-20 22:23 Post #557
    Do you get the same error every time you try to install this theme?
  • FKB Pro - Social theme

    Theme 2025-02-18 20:03 Post #413
    The SCSS mixin sticky has been removed from core recently (DEV: Remove unnecessary scss mixins (#31355) · discourse/discourse@46c568a · GitHub). @Don
  • FKB Pro - Social theme

    Theme 2025-02-17 14:50 Post #411
    @Jun You can achieve that with the TC settings. Here is what you can do. First, define the global style: width, style and radius: The image shows various control elements for customizing a callout's border style and dimensions, including width, radius, and color, with options for resetting each...
  • FKB Pro - Social theme

    Theme 2025-02-17 03:36 Post #408
    Do you mean you want the callouts style the same as the quote? For example, Screenshot 2024-05-23 at 22.05.18.jpeg 21640×524 47.8 KB
  • Graceful Theme

    Theme 2025-02-16 17:20 Post #148
    The Canapin’s TC works for me on this theme. This TC sets --d-max-width and --topic-body-width CSS variables. You might have another TC or customizations that overwrites these values. You can try manually, for example: body { --d-max-width: 1500px; --topic-body-width: 1500px; }
  • Mint Theme

    Theme 2024-07-18 15:25 Post #52
    Sure, You can create a new theme component, attach it to your theme, and add the following CSS: .custom-search-banner-wrap { h1 { color: blue; /* headline*/ &+p { color: red; /* subhead */ } } .search-menu { .btn.search-icon.has-search-button-text { .d-icon { color: orange; /* search button icon...
  • Mint Theme

    Theme 2024-06-14 14:48 Post #48
    This is the related CSS: github.com/discourse/discourse-mint-theme desktop/desktop.scss main } #main-outlet::after { content: ""; display: block; position: fixed; z-index: -1; width: 500px; height: 500px; border-radius: 2000px; background: var(--color-circle-gradient); right: 1px; top: -57px; }...
  • Mint Theme

    Theme 2024-06-14 12:49 Post #44
    It does work on my side. Maybe it misses a height: auto, though. Here is what I did. I created a theme component attached to the theme. image1095×450 20.3 KB Inserted the CSS: Then, the result: image1115×339 34.1 KB You can see the custom CSS in the console: image1937×620 105 KB Do you miss...
  • Mint Theme

    Theme 2024-06-14 00:32 Post #42
    Gabriel Vianna: Is it possible to change this green theme? In the theme settings, you can edit the color palette: image746×111 5.01 KB Wendell Fernandes: There is an extra space above the big block search - need it gone / if I click “recent” the space goes away - is this a bug? I’m unsure why...
  • Isabelle, an Animal Crossing inspired theme

    Theme 2024-03-23 04:41 Post #45
    Hi! Discourse includes, by default, the chat and should appear in all themes as long it’s enabled!
  • Sam's Simple Theme

    Theme 2024-03-20 21:26 Post #369
    You can add the following CSS in a new theme component: img.avatar { border-radius: 3px; }
  • Air Theme

    Theme 2024-03-15 19:56 Post #506
    I see the same issue with the default Color Scheme (I did not switch the scheme before). Oddly, the background and the icon use the same --primary-low-mid color, and I can’t see any recent changes around that.
  • Air Theme

    Theme 2024-03-04 17:07 Post #493
    I tested my CSS, and it works for me. Did you test it? Gonerdot: I tried to hide them this way It misses the !important for this theme.
  • Air Theme

    Theme 2024-03-04 16:58 Post #491
    You can try this CSS: .topic-list { .topic-list-header .posts, .topic-list-body .posts { display: none !important; } }
  • Air Theme

    Theme 2024-02-15 23:25 Post #484
    No need to apologize. It may not be commonly known that you can do that! Here’s a guide if you want to explore the theme/components: Beginner's guide to using Discourse Themes Site Management This is a crash course in Discourse theme basics. The target audience is everyone who is not familiar...
  • FKB Pro - Social theme

    Theme 2024-01-30 18:26 Post #273
    Can you try this CSS? I’m not sure if showing the parent category color looks good here. .badge-category__wrapper { margin-top: 0 !important; .badge-category { border-radius: 0 0 var(--d-default-border-radius) var(--d-default-border-radius); padding-inline: calc(var(--badge-category-padding-h) *...
  • Mint Theme

    Theme 2024-01-24 14:40 Post #38
    Welcome! There is a theme component installed automatically with this theme. It’s called Search Banner. Usually theme components has settings or translations that you can change. To do so: Go to Admin Click on Themes Click on Components and look for Discourse Search Banner component: If you...
  • Transit - A Public Tranportation theme

    Theme 2024-01-18 22:45 Post #3
    Looks super clean! Good job!
  • FKB Pro - Social theme

    Theme 2023-12-30 18:44 Post #252
    To complete Ondrej’s answer, you can create a new theme component, attach it to your theme, and apply all your customizations here.
  • Sam's Simple Theme

    Theme 2023-11-20 05:16 Post #366
    Hm, I’m unable to reproduce As a side note, this user card modal is from this theme component: Usercard Redesign Experiment
  • Fully Theme

    Theme 2023-11-15 12:42 Post #82
    Try this CSS. .d-header { height: auto; padding-bottom: 0.5em; } .d-header>.wrap .contents { flex-wrap: wrap; justify-content: center; }
  • Fully Theme

    Theme 2023-11-14 23:04 Post #80
    For any themes (or components) installed from a URL, you will not see a button to edit HTML/CSS. It’s because, on update, it will overwrite your changes. You can either propose your changes to the theme [component] repository (or Discourse topic), or insert extra HTML/CSS to your theme or a new...
  • Air Theme

    Theme 2023-04-02 23:16 Post #372
    Hi, welcome back You don’t need to modify your theme. Unless I misunderstand, you can set up Google Analytics in the admin settings (Basic Setup or type ga in the search bar) image897×388 15.7 KB

Generated by Chronicon v1.0.0