# \[유료\] 디스코ourse 포럼의 버그와 오류를 수정해 주실 분 구합니다

**URL:** https://meta.discourse.org/t/paid-need-someone-to-fix-bugs-and-errors-on-my-discourse-forum/293806
**Category:** Marketplace
**Created:** [2월 1, 2024, 5:24오후 UTC](https://meta.discourse.org/t/paid-need-someone-to-fix-bugs-and-errors-on-my-discourse-forum/293806 "2024-02-01T17:24:59Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![jericson](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jericson/32/116215_2.png) [@jericson](https://meta.discourse.org/u/jericson)
#### Post date: [2월 2, 2024, 8:11오전 UTC](https://meta.discourse.org/t/paid-need-someone-to-fix-bugs-and-errors-on-my-discourse-forum/293806/4 "2024-02-02T08:11:12Z")

</div>

문제를 찾았습니다. 사이트의 CSS에 있었습니다:

```plaintext
#ember19 {
  display: none;
}

```

이런 코드가 있으면 Discourse는 CSS 편집기에서 다음과 같이 경고합니다:

> 죄송합니다 – `#ember` 또는 `.ember-view` CSS 선택자는 런타임에 동적으로 생성되어 시간이 지남에 따라 변경되므로 결국 깨진 CSS로 이어질 수 있습니다. 다른 선택자를 사용해 주세요.

아마도 과거에 Discourse의 특정 요소를 비활성화하기 위해 이 코드가 사용되었을 것입니다. 그러나 업그레이드 후 해당 ID가 새로운 요소에 할당되었습니다. 어떤 경우든 이 코드를 제거하니 문제가 해결되었습니다.

---

_[View the full topic](https://meta.discourse.org/t/paid-need-someone-to-fix-bugs-and-errors-on-my-discourse-forum/293806)._
