# Thumbnails missing when using the Minima theme

**URL:** https://meta.discourse.org/t/thumbnails-missing-when-using-the-minima-theme/283243
**Category:** Support
**Tags:** topic-list-thumbnails
**Created:** [October 4, 2023, 8:15pm UTC](https://meta.discourse.org/t/thumbnails-missing-when-using-the-minima-theme/283243 "2023-10-04T20:15:37Z")
**Posts on this page:** 11
**Page:** 1

<div class="post-metadata">

### Author: ![mpaler](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mpaler/32/317498_2.png) [@mpaler](https://meta.discourse.org/u/mpaler)
#### Post date: [October 4, 2023, 8:15pm UTC](https://meta.discourse.org/t/thumbnails-missing-when-using-the-minima-theme/283243/1 "2023-10-04T20:15:37Z")

</div>

Having a problem with this theme component, and not really sure where to begin debugging it? I’m posting here in hopes of someone having a simple solution…

I’m using the Minima theme by @awesomerobot, and have this component installed and included with the theme. From the preview link in the component, it all looks good:

 ![Screen Shot 2023-10-04 at 1.10.09 PM](https://global.discourse-cdn.com/meta/original/4X/7/5/7/75781f2cf6d9d03288a6fd3c9b1021fe37f30426.jpeg)

However, the [live site](https://forum.swaylocks.com/c/board-archive/19), the images are missing:

 ![Screen Shot 2023-10-04 at 1.10.17 PM](https://global.discourse-cdn.com/meta/original/4X/e/c/9/ec924c17a6df6dffa95fd4d5d5cf87a92693eca7.png)

Any suggestions are greatly apprciated!

---

<div class="post-metadata">

### Author: ![Firepup650](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/firepup650/32/465200_2.png) [@Firepup650](https://meta.discourse.org/u/Firepup650)
#### Post date: [October 13, 2023, 9:13pm UTC](https://meta.discourse.org/t/thumbnails-missing-when-using-the-minima-theme/283243/2 "2023-10-13T21:13:56Z")

</div>

Those images render fine for me while being logged out, mobile view Android 13 Samsung Galaxy A23.  
However it breaks once loaded in desktop view.

---

<div class="post-metadata">

### Author: ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)
#### Post date: [October 13, 2023, 9:24pm UTC](https://meta.discourse.org/t/thumbnails-missing-when-using-the-minima-theme/283243/3 "2023-10-13T21:24:55Z")

</div>

~~I think there is another component trying to override the same `topic-list-item.hbr` template in desktop mode.~~

---

<div class="post-metadata">

### Author: ![Arkshine](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/arkshine/32/298682_2.png) [@Arkshine](https://meta.discourse.org/u/Arkshine)
#### Post date: [October 13, 2023, 9:25pm UTC](https://meta.discourse.org/t/thumbnails-missing-when-using-the-minima-theme/283243/4 "2023-10-13T21:25:31Z")

</div>

That’s because the topic list items template is modified for desktop only.  
The issue of missing images is because it misses the outlets.

[https://github.com/discourse/discourse/blob/main/app/assets/javascripts/discourse/app/raw-templates/list/topic-list-item.hbr](https://github.com/discourse/discourse/blob/main/app/assets/javascripts/discourse/app/raw-templates/list/topic-list-item.hbr)

Especially the first outlet which is used by Topic Thumbnail to insert the image.

---

<div class="post-metadata">

### Author: ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)
#### Post date: [October 13, 2023, 9:27pm UTC](https://meta.discourse.org/t/thumbnails-missing-when-using-the-minima-theme/283243/5 "2023-10-13T21:27:56Z")

</div>

@mpaler you should update your Discourse instance to 3.2.0.beta2-dev

`content="Discourse 3.2.0.beta1-dev`

---

<div class="post-metadata">

### Author: ![Ed\_S](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ed_s/32/134015_2.png) [@Ed\_S](https://meta.discourse.org/u/Ed_S)
#### Post date: [October 14, 2023, 9:31am UTC](https://meta.discourse.org/t/thumbnails-missing-when-using-the-minima-theme/283243/6 "2023-10-14T09:31:05Z")

</div>

Hmm, today I learned the exact Discourse revision is recorded in the HTML of every page…

---

<div class="post-metadata">

### Author: ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)
#### Post date: [October 14, 2023, 6:57pm UTC](https://meta.discourse.org/t/thumbnails-missing-when-using-the-minima-theme/283243/7 "2023-10-14T18:57:10Z")

</div>

FYI if you aren’t already aware you can also match up these version numbers to make sure you are on a latest commit:

> **Admin Dashboard, current install version**
>
> ![dashboard_version](https://global.discourse-cdn.com/meta/original/4X/6/3/0/630ea5b24162a53bae21fd58b9a34cd5f88f4d56.png)

> **Meta tag in most Discourse forum pages**
>
> ![meta_source_version](https://global.discourse-cdn.com/meta/original/4X/5/6/a/56a4b7550b7cdb5074ea05b64ba39905c4f06d00.png)

> **Github Discourse (dashboard links to this so you can check if this is the latest commit)**
>
> ![git_discourse_version](https://global.discourse-cdn.com/meta/original/4X/d/8/c/d8c88376e5e2fcc4c2bb28a0e56b57b8adc81ae2.png)

---

<div class="post-metadata">

### Author: ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)
#### Post date: [October 14, 2023, 9:49pm UTC](https://meta.discourse.org/t/thumbnails-missing-when-using-the-minima-theme/283243/8 "2023-10-14T21:49:57Z")

</div>

btw @mpaler The component and site appear to be working for me now in Chrome desktop and Safari desktop and mobile, logged in or out.

 ![IMG_0949](https://global.discourse-cdn.com/meta/original/4X/f/3/2/f32d4c499cf633d259e85d08adfdfa4cff6d85d4.jpeg)

---

<div class="post-metadata">

### Author: ![Arkshine](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/arkshine/32/298682_2.png) [@Arkshine](https://meta.discourse.org/u/Arkshine)
#### Post date: [October 14, 2023, 10:28pm UTC](https://meta.discourse.org/t/thumbnails-missing-when-using-the-minima-theme/283243/9 "2023-10-14T22:28:41Z")

</div>

I forgot to mention that the issue was resolved in the marketplace [topic](https://meta.discourse.org/t/paid-debugging-minima-theme-topic-list-thumbnails-theme-component/282187/3) he made. 🙂

---

<div class="post-metadata">

### Author: ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)
#### Post date: [October 14, 2023, 10:42pm UTC](https://meta.discourse.org/t/thumbnails-missing-when-using-the-minima-theme/283243/10 "2023-10-14T22:42:07Z")

</div>

Oh didn’t see that. Nice work! 😄

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [November 13, 2023, 10:42pm UTC](https://meta.discourse.org/t/thumbnails-missing-when-using-the-minima-theme/283243/11 "2023-11-13T22:42:08Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
