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

jordan.vidrine

Jordan Vidrine

116 posts

‹‹‹ ‹‹ ‹ 1 2 3 › ›› ›››

Posts (Page 2)

  • Fully Theme

    Theme 2023-06-14 14:29 Post #29
    This was intended in order to “mimic” other chat first sites.
  • Air Theme

    Theme 2023-05-24 13:50 Post #387
    If you mean like this: image2100×1452 275 KB Go to the parent / main category page and select the wrench icon to allow you to edit the category. Click on “settings” and scroll down until you see this area: “show subcategory list above topics in this category” image1078×228 9.35 KB Select that...
  • Air Theme

    Theme 2023-05-16 20:30 Post #384
    This has been fixed
  • Air Theme

    Theme 2023-05-16 15:06 Post #383
    There is actually, I will push an update to fix this today Sorry for such a delayed fix for this.
  • Fully Theme

    Theme 2023-05-15 20:24 Post #27
    image3840×1962 509 KB This theme currently could possibly handle some widgets on the right hand side. With some tweaking you could also customize some of the CSS here to change widths if you want.
  • Fully Theme

    Theme 2023-05-15 14:49 Post #25
    Are you meaning that each of the sections with arrows would be moved to a widget to the right side of the topic list?
  • Air Theme

    Theme 2023-05-15 14:46 Post #381
    Yep, this is actually a component that you just need to disable in the customization section of your forum. This theme installs a couple components on install and this is where its coming from. You will want to look for discourse-search-banner in the theme components and disable it.
  • Fully Theme

    Theme 2023-05-12 13:56 Post #24
    There is not, this is meant to be used with full width.
  • Fully Theme

    Theme 2023-05-10 13:39 Post #21
    Yes this is an artifact of what is actually currently happening in core discourse.
  • Fully Theme

    Theme 2023-04-25 20:52 Post #4
    Lilly: when i have the sidebar collapsed before switching to this one, how do i get it without having to switch back to get the hamburger icon? unless i am missing something obvious in the UI? This is an interesting point I totally looked over! There is no toggle on this theme except at small widths.
  • Air Theme

    Theme 2023-03-29 14:00 Post #369
    This theme is meant to be used in tandem with the modern category theme component that is also installed with the theme. Jordan Vidrine: Modern Category + Group Boxes This theme component requires your categories to use the CATEGORY BOXES WITH SUBCATEGORIES setting in your...
  • Air Theme

    Theme 2023-03-28 02:58 Post #367
    This should now be fixed. Thanks again for reporting.
  • Air Theme

    Theme 2023-03-25 00:49 Post #366
    Thanks for sharing, this is def. an interesting visual bug. Ill take a look
  • Air Theme

    Theme 2023-03-22 15:04 Post #364
    This is not currently possible, sorry about that!
  • Sam's Simple Theme

    Theme 2023-03-20 11:53 Post #361
    This PR has been merged. Thank you for the fix
  • Air Theme

    Theme 2023-03-17 20:51 Post #358
    Hmmm, im not seeing this behavior. Are you using the most up to date version of discourse & theme?
  • Air Theme

    Theme 2023-03-17 15:42 Post #357
    This should be fixed if you follow these steps Jordan Vidrine: Discourse Search Banner In the options for the discourse-search-banner theme component, the plugin-outlet options needs to be set to BELOW-SITE-HEADER for this theme to render properly. image1338×146 7.34 KB
  • Air Theme

    Theme 2023-03-08 13:16 Post #353
    you did not, the themes syntax just needs to be updated a bit
  • Air Theme

    Theme 2023-01-23 12:57 Post #332
    Dan DeMontmorency: I can if needed dm you a link to take a look. Please send a link, Ill take a look
  • Air Theme

    Theme 2022-12-15 12:26 Post #330
    @UnitedFreedom Thanks a ton for posting these helpful instructions for those wanting the view column to be visible. James: On mobile, there is a Category dropdown. When clicked and either Latest, Unread, or Top is selected, you cant select Categories from the dropdown again. Do you have a link...
  • Air Theme

    Theme 2022-12-13 13:33 Post #326
    You could go through the following and add the css there: jordan.vidrine: Go here admin/customize/themes Click on components Click Install Click create new & give it a name Click on the new component in the components list Click Edit Html/css Add the linked code above to the common css file. Add...
  • Air Theme

    Theme 2022-12-02 15:45 Post #322
    Go here admin/customize/themes Click on components Click Install Click create new & give it a name Click on the new component in the components list Click Edit Html/css Add the linked code above to the common css file. Add this new component to the currently used theme
  • Air Theme

    Theme 2022-11-07 12:49 Post #318
    Air Theme Theme I believe this should work: .full-width .contents .topic-list thead th.posts { width: 10%; } .full-width .contents .topic-list thead th.activity { width: 10%; order: 4; } th.num.views { width: 10%; order: 3; display: block; } .full-width .contents .topic-list tbody...
  • Air Theme

    Theme 2022-10-11 18:37 Post #307
    The only way to do this would be to disable the component that customized the category page. You will want to go to https://discourse.jordanvidrine.com/admin/customize/themes, click on Components and find Modern Category + Group Boxes. Once on that page, scroll to the bottom and click on Disable
  • Air Theme

    Theme 2022-10-11 18:34 Post #306
    You will want to add some custom css: html .background-container { background-size: cover; }
  • Air Theme

    Theme 2022-09-22 17:09 Post #303
    Oh wow, sorry about that! I’ll look into it when I get some free space. Thanks!
  • Air Theme

    Theme 2022-09-22 14:15 Post #301
    Sorry about that! I believe this may have to do with the new sidebar we have enabled on meta. I have disabled this theme for selection on meta for now.
  • Air Theme

    Theme 2022-09-20 21:05 Post #298
    The following merged PR fixes the issue with clicked topic list items & selected topic list item styling. github.com/discourse/discourse-air FIX: Adjust location of selected & focus styling of topic list items main ← selected-fixes merged 09:05PM - 20 Sep 22 UTC jordanvidrine +24 -0 ### After...
  • Air Theme

    Theme 2022-04-13 15:38 Post #274
    I would create a new theme-component in your theme area of the admin panel and add to the desktop css page.
  • Air Theme

    Theme 2022-04-13 13:54 Post #272
    Air Theme Theme I believe this should work: .full-width .contents .topic-list thead th.posts { width: 10%; } .full-width .contents .topic-list thead th.activity { width: 10%; order: 4; } th.num.views { width: 10%; order: 3; display: block; } .full-width .contents .topic-list tbody...
  • Air Theme

    Theme 2022-04-11 17:05 Post #267
    Have you tried clearing the cache? And can you share a link?
  • Air Theme

    Theme 2022-04-11 16:30 Post #265
    Have you tried logging in to make sure?
  • Air Theme

    Theme 2022-04-11 14:51 Post #263
    You may want to go into your specific user preferences page and make sure the dark-theme that is selected is the same across the browswers. Each browser stores its own user-setting so I am imagining this is what the issue is.
  • Air Theme

    Theme 2022-04-06 14:58 Post #258
    daemon: Can you please direct me to the post where it describes how to set it like this? If you update the modern-category-boxes theme component on your site, this should now be available. You would set your category layout to categories & latest in order to see the list under the boxes.
  • Air Theme

    Theme 2022-04-06 13:46 Post #256
    This is something Discourse Core added for A11Y, to know what was the latest topic you just visited. Because I re-structure the order of topic-list items here, it doesnt look correct. I can take a look at this.
  • Air Theme

    Theme 2022-04-06 13:42 Post #255
    Petr_Mindl: HP Im not familiar with what you mean by HP, could you explain? Petr_Mindl: (probably somewhere below the main content - under Latest posts) If you want these types of customizations, I would read through this topic, it goes into detail about how to create components & customizations...
  • Air Theme

    Theme 2022-04-05 17:53 Post #252
    I believe this is something worth adding into the theme. I will add some CSS for you to be able to select categories & latest as a category display setting, and the latest topics area will display below, like so: image1920×1413 104 KB
  • Air Theme

    Theme 2022-03-25 13:30 Post #245
    That is a good question, I will look into this
  • Air Theme

    Theme 2022-03-14 14:27 Post #242
    Can you try the list mode instead? The air theme customizes the topic list, as does the thumbnails theme component, so the two will not interact together very well.
  • Air Theme

    Theme 2022-02-21 12:41 Post #240
    You should be able to do so in a theme component. I’m not at a computer right now, but I’d you inspect the topic list element with a browser inspector like chrome, you should be able to see which rows have been hidden with css. You can then target those rows to make them visible with a custom...
  • Air Theme

    Theme 2022-02-16 18:14 Post #237
    The best thing about Discourse is while there is of course a learning curve (as with anything technical these days), you are highly capable of being able to customize the things you wish to customize. I promise! We write these topics to help our community to learn how to do things on their own,...
  • Air Theme

    Theme 2022-02-16 18:08 Post #235
    Hmm , it’s hard to tell from your screenshot what page you are on, or what specific font you are referring to. In the image you have shared there are 4 or more different text items that could possible be customized. You seem to be interested in customizing a good bit of Discourse for yourself,...
  • Air Theme

    Theme 2022-02-15 15:43 Post #230
    A post was merged into an existing topic: Dark / Light mode toggle component
  • Air Theme

    Theme 2022-02-14 16:02 Post #229
    I’d direct you here to get a better sense of how Discourse works, and how to customize areas of the site. Air Theme Theme Feel free to read through the following topics to get a better sense of how to customize the look and feel of your site As well as these: Designer’s Guide to Discourse Themes...
  • Air Theme

    Theme 2022-02-10 19:17 Post #225
    You can try background-size: cover; or play around with variations on that. More info here could also be helpful background-size | CSS-Tricks - CSS-Tricks
  • Air Theme

    Theme 2022-02-10 19:14 Post #220
    5 posts were merged into an existing topic: Search banner theme component
  • Air Theme

    Theme 2022-02-10 18:36 Post #223
    Feel free to read through the following topics to get a better sense of how to customize the look and feel of your site 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 with Discourse...
  • Air Theme

    Theme 2022-02-10 16:59 Post #218
    So you want no grey area cutting into the background image? If so, you would use the same code above, but unset the clip-path property. html .background-container { position: fixed; top: 0; left: 0; height: 100vh; width: 100vw; background:...
  • Air Theme

    Theme 2022-02-10 16:52 Post #215
    Sure! You would just want to target this element like so: html .background-container { position: fixed; top: 0; left: 0; height: 100vh; width: 100vw; background: url(https://d11a6trkgmumsb.cloudfront.net/original/3X/8/3/8352b68….jpeg); background-size: cover; /* background:...
  • Air Theme

    Theme 2022-02-10 16:48 Post #214
    Is this on the air theme? Or are you using this component separate from the theme?
‹‹‹ ‹‹ ‹ 1 2 3 › ›› ›››

Generated by Chronicon v1.0.0