# How to display the like button?

**URL:** https://meta.discourse.org/t/topic/403674
**Category:** Support
**Created:** [May 22, 2026, 10:35pm UTC](https://meta.discourse.org/t/topic/403674 "2026-05-22T22:35:02Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![bird](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/bird/32/552706_2.png) [@bird](https://meta.discourse.org/u/bird)
#### Post date: [May 22, 2026, 10:35pm UTC](https://meta.discourse.org/t/topic/403674/1 "2026-05-22T22:35:02Z")

</div>

![image](https://global.discourse-cdn.com/meta/original/4X/b/d/6/bd6667ddfdabef3752d520f8b761b71d721eafcb.jpeg)

---

<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: [May 22, 2026, 10:35pm UTC](https://meta.discourse.org/t/topic/403674/2 "2026-05-22T22:35:54Z")

</div>

hmmm strange that one can see it in the other post. 👀

---

<div class="post-metadata">

### Author: ![bird](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/bird/32/552706_2.png) [@bird](https://meta.discourse.org/u/bird)
#### Post date: [May 22, 2026, 10:40pm UTC](https://meta.discourse.org/t/topic/403674/3 "2026-05-22T22:40:28Z")

</div>

Yes, I previously didn’t see it while logged in, and it didn’t work under the admin account either.

---

<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: [May 22, 2026, 10:41pm UTC](https://meta.discourse.org/t/topic/403674/4 "2026-05-22T22:41:30Z")

</div>

yea i just noticed it under the other users. i wonder if it has anything to do with the screenshot in that post. but very odd indeed. can you see anything in the console if you inspect the post footer area where one would expect the like icon?

---

<div class="post-metadata">

### Author: ![supermathie](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/supermathie/32/507518_2.png) [@supermathie](https://meta.discourse.org/u/supermathie)
#### Post date: [May 22, 2026, 11:05pm UTC](https://meta.discourse.org/t/topic/403674/5 "2026-05-22T23:05:08Z")

</div>

~~On your site there’s no button, it’s not even hidden:  
 ~~

 ![image](https://global.discourse-cdn.com/meta/original/4X/9/2/7/927de3ba3c897388938ebade588b1cf18156f943.png)

EDIT: oops, it was there under `double-button`

I see the other posts in that category also don’t have the like button… do we suppress the like buttons on voting posts?

Ah! Yes, we do:

> [@Discourse Topic Voting](https://meta.discourse.org/t/discourse-topic-voting/40121/1):
>
> > ℹ In the categories where the Voting plugin is activated, Likes are automatically deactivated. Some sites may want to use both functions at the same time to like replies, see [how to re-enable Likes](https://meta.discourse.org/t/show-both-like-and-vote-button-on-topics/101252/2).

Though I’m not sure if the CSS workaround recommended will work. If it doesn’t, it seems like [enabling Reactions will make it show](https://meta.discourse.org/t/discourse-topic-voting/40121/311).

---

<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: [May 22, 2026, 11:09pm UTC](https://meta.discourse.org/t/topic/403674/6 "2026-05-22T23:09:46Z")

</div>

was just about to post that the topic voting plugin is hiding it

 ![Screenshot 2026-05-22 at 4.08.53 PM](https://global.discourse-cdn.com/meta/original/4X/6/7/c/67c18570722c4402736b8f48c43b9e04b0e186ca.png)

---

<div class="post-metadata">

### Author: ![bird](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/bird/32/552706_2.png) [@bird](https://meta.discourse.org/u/bird)
#### Post date: [May 22, 2026, 11:11pm UTC](https://meta.discourse.org/t/topic/403674/8 "2026-05-22T23:11:18Z")

</div>

![image](https://global.discourse-cdn.com/meta/original/4X/5/5/9/559b3dd65cf5272a36ef0f50f1cb52c30fc0ceff.png)

Thank you all. I successfully made it appear by adding a CSS component.

```css
.topic-post.voting-post button {
  &.like-count,
  &.toggle-like {
    display: block;
  }
}

```

---

<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: [June 21, 2026, 11:11pm UTC](https://meta.discourse.org/t/topic/403674/9 "2026-06-21T23:11:59Z")

</div>

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