# Topic list appears to be missing a column

**URL:** https://meta.discourse.org/t/topic-list-appears-to-be-missing-a-column/115312
**Category:** Support
**Created:** [April 17, 2019, 2:49pm UTC](https://meta.discourse.org/t/topic-list-appears-to-be-missing-a-column/115312 "2019-04-17T14:49:03Z")
**Posts on this page:** 13
**Page:** 1

<div class="post-metadata">

### Author: ![anabelpump](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/anabelpump/32/123505_2.png) [@anabelpump](https://meta.discourse.org/u/anabelpump)
#### Post date: [April 17, 2019, 2:49pm UTC](https://meta.discourse.org/t/topic-list-appears-to-be-missing-a-column/115312/1 "2019-04-17T14:49:03Z")

</div>

Hello everyone!

I’m enjoying Discourse so much so thank you to everyone contributing to this amazing project.

I would like to ask for help as I’m having a bug on how columns are displaying.

Check picture: [Screenshot by Lightshot](http://prntscr.com/nd95li)

How can I fix that?

website is: [https://norep.es](https://norep.es)

Thank you!

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [April 17, 2019, 2:56pm UTC](https://meta.discourse.org/t/topic-list-appears-to-be-missing-a-column/115312/2 "2019-04-17T14:56:19Z")

</div>

You have some plugin or customization causing the issue. Try in [safe mode](https://meta.discourse.org/t/53504?silent=true), if that does not work, disable all third party plugins and rebuild.

---

<div class="post-metadata">

### Author: ![dax](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dax/32/244677_2.png) [@dax](https://meta.discourse.org/u/dax)
#### Post date: [April 17, 2019, 3:10pm UTC](https://meta.discourse.org/t/topic-list-appears-to-be-missing-a-column/115312/3 "2019-04-17T15:10:19Z")

</div>

If I visit your site using the safe-mode disabling 3rd party plugin there is no issue, see:

 ![image](https://global.discourse-cdn.com/meta/original/3X/c/3/c369a1dacb0379f023fe5569ba7e133163426fa1.png)

and the category names appear correctly under the title.

What 3rd party plugin have you installed?

---

<div class="post-metadata">

### Author: ![anabelpump](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/anabelpump/32/123505_2.png) [@anabelpump](https://meta.discourse.org/u/anabelpump)
#### Post date: [April 17, 2019, 3:12pm UTC](https://meta.discourse.org/t/topic-list-appears-to-be-missing-a-column/115312/4 "2019-04-17T15:12:09Z")

</div>

These, I deactivated most of them but the problem persists…

> **[Screenshot](https://prnt.sc/nd9kjq)**
>
> Captured with Lightshot

---

<div class="post-metadata">

### Author: ![dax](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dax/32/244677_2.png) [@dax](https://meta.discourse.org/u/dax)
#### Post date: [April 17, 2019, 3:14pm UTC](https://meta.discourse.org/t/topic-list-appears-to-be-missing-a-column/115312/5 "2019-04-17T15:14:59Z")

</div>

Turning them off is not enough, you should remove them.

Before doing so check the site logs a, if you are lucky you will find errors related to a particular plugin that is causing problems

---

<div class="post-metadata">

### Author: ![Stephen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/stephen/32/95011_2.png) [@Stephen](https://meta.discourse.org/u/Stephen)
#### Post date: [April 17, 2019, 3:15pm UTC](https://meta.discourse.org/t/topic-list-appears-to-be-missing-a-column/115312/6 "2019-04-17T15:15:09Z")

</div>

Comment them out and rebuild.

Disabling isn’t enough.

---

<div class="post-metadata">

### Author: ![anabelpump](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/anabelpump/32/123505_2.png) [@anabelpump](https://meta.discourse.org/u/anabelpump)
#### Post date: [April 17, 2019, 4:23pm UTC](https://meta.discourse.org/t/topic-list-appears-to-be-missing-a-column/115312/7 "2019-04-17T16:23:16Z")

</div>

Problem solved.. Just removed some plugins I was not using.

How can I remove categories from latest post?

> **[Screenshot](https://prnt.sc/ndale0)**
>
> Captured with Lightshot

Thank you all!

---

<div class="post-metadata">

### Author: ![dax](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dax/32/244677_2.png) [@dax](https://meta.discourse.org/u/dax)
#### Post date: [April 17, 2019, 4:28pm UTC](https://meta.discourse.org/t/topic-list-appears-to-be-missing-a-column/115312/8 "2019-04-17T16:28:15Z")

</div>

You can do it adding a CSS rule in your `/admin/customize/themes`:

```plaintext
.navigation-topics .badge-wrapper.box {
    display: none;
}

```

Just create a new theme component, add that CSS in the Common \> CSS tab and then add the component to your main theme.

---

<div class="post-metadata">

### Author: ![anabelpump](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/anabelpump/32/123505_2.png) [@anabelpump](https://meta.discourse.org/u/anabelpump)
#### Post date: [April 17, 2019, 4:31pm UTC](https://meta.discourse.org/t/topic-list-appears-to-be-missing-a-column/115312/9 "2019-04-17T16:31:23Z")

</div>

Worked perfectly!

Thank you so muuuuch! 🙂

---

<div class="post-metadata">

### Author: ![anabelpump](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/anabelpump/32/123505_2.png) [@anabelpump](https://meta.discourse.org/u/anabelpump)
#### Post date: [April 17, 2019, 4:53pm UTC](https://meta.discourse.org/t/topic-list-appears-to-be-missing-a-column/115312/10 "2019-04-17T16:53:13Z")

</div>

Looks like something went wrong. Now when posting and selecting category, categories are gone. 😮

> **[Screenshot](https://prnt.sc/ndb0o6)**
>
> Captured with Lightshot

---

<div class="post-metadata">

### Author: ![dax](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dax/32/244677_2.png) [@dax](https://meta.discourse.org/u/dax)
#### Post date: [April 17, 2019, 5:24pm UTC](https://meta.discourse.org/t/topic-list-appears-to-be-missing-a-column/115312/11 "2019-04-17T17:24:12Z")

</div>

So you can use this instead, in order to target the element that contain the badge-wrapper

```plaintext
.topic-list .link-bottom-line {
    display: none !important;
} 

```

This should target only the topic list and not the composer.

---

<div class="post-metadata">

### Author: ![anabelpump](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/anabelpump/32/123505_2.png) [@anabelpump](https://meta.discourse.org/u/anabelpump)
#### Post date: [April 17, 2019, 6:14pm UTC](https://meta.discourse.org/t/topic-list-appears-to-be-missing-a-column/115312/12 "2019-04-17T18:14:44Z")

</div>

> [@dax](#):
>
> .topic-list .link-bottom-line { display: none !important; }

PERFECT! Thank you so much!

---

<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: [May 17, 2019, 6:20pm UTC](https://meta.discourse.org/t/topic-list-appears-to-be-missing-a-column/115312/13 "2019-05-17T18:20:40Z")

</div>

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