Odd, it works for me:
It’s not part of the site texts. It’s part of the theme.
Go below where all the related translations are located:
I understand it might be confusing!
Odd, it works for me:
It’s not part of the site texts. It’s part of the theme.
Go below where all the related translations are located:
I understand it might be confusing!
I feel so stupid now, been so used to using the site texts, didn’t even realise they were there. Thankyou so much ![]()
Awesome work! Is there any way I can add a image background to the theme at all?
Hey - I really love the theme. I think it really works well for encouraging discussion and showing media.
Two things I’m trying to solve for (in attached image) and curious if anyone has suggestions. Keep in mind, I’m new to hosting a discourse community. I’m self-hosted.
Thank you so much in advance for the guidance.
I would be interested in that too!! It seems to be possible here.
It’s somewhat possible, but has a lot of shortcomings… if a youtube video is posted as the featured link (i.e., the URL is entered as the title of the topic), which it appears it is in your screenshot, then the URL is available in the topic list and this can be used to embed the video (this will take some additional work in the theme)
The shortcoming is that if the link is simply posted in the body of the first post, it doesn’t get picked up as a featured link… and Discourse would still grab the thumbnail, but the video URL wouldn’t be available on the topic list. So it’s almost a hidden feature.
Also each video provider would need some custom logic in the theme to support embeds, so it wouldn’t work automatically for every video.
Generally this is something a custom plugin could do better. A plugin could check for video links in the original post and pull them out as the featured link automatically.
This is also fairly tricky because of similar issues, at the topic list level we have no idea if the original post has a poll… we don’t serialize any data about it. We could maybe check for poll in the excerpt, and then try to fetch the data from the topic as a separate request… but this would only work if the poll is at the top of the post and may have some performance issues.
A custom plugin would also be able to handle this better.
Thank you! This is a helpful response. I’ll look into some potential solutions for this based on what you suggested. Ultimately, may be too big of a lift for me to attempt on my own but I might give it a go.
If I come up with a solution that might help others on that, I’ll share it. I see the challenges for sure though, and it may be a “is the juice worth the squeeze?” sort of situation.
If the topic post has code fences (triple backticks), the topic list preview has a rectangle that says ‘No Glyph’ in its place.
This happened here on Meta.
Hi everyone, I met the same problem: Theme is not center when wide screen higher than 2560px. Thanks
Anyone have some examples of this in mobile?
새로고침 후 작성기를 열 때마다, 무시 버튼을 눌러도 계속 'Draft is being edited in another window. Please reload this page.'라는 오류가 반복적으로 발생하고 있습니다.
간단히 살펴본 결과, 테마가 /drafts.json 요청에서 시퀀스 키를 보내지 않거나, draft_key가 잘못되었을 가능성이 있어 보입니다.
혹시 이 오류를 경험하신 분이 계신가요?
이 테마가 활성화되지 않은 상태에서도 이 초안 오류가 여전히 발생합니까? 아니면 테마가 어떤 이유로 오류를 일으키고 있다고 의심합니까?
죄송합니다. 더 자세히 살펴본 결과, 문제가 생긴 건 테마 자체가 아니라 방치된 테마 컴포넌트였네요 ![]()
이 놀라운 테마를 가지고 이것저것 시도해 보고, 꽤 오랫동안 사용해 왔습니다. 제가 변경한 내용을 공유하고 싶어서 이렇게 글을 남깁니다.
.custom-right-sidebar {
display: none;
}
그리고 다음 플러그인을 설치했습니다.
그 후, 사이드바를 고정하고 스크롤할 수 있도록 하는 테마 컴포넌트를 만들었습니다. 레딧(Reddit)과 비슷한 방식입니다. 토픽 페이지에도 이 기능을 추가해 보았지만, 조금 산만하게 느껴져서 결국 제거했습니다.
토픽 목록에서 답변 옆에 좋아요(Likes)를 추가하고 스타일을 적용했습니다.
이 기능들의 예시는 데스크톱에서 https://www.carptalk-online.co.uk/ 사이트를 방문하면 확인할 수 있습니다.
아마도 FishPig일 수 있겠네요? ![]()
이 코드를 추가한 이유가 있나요?
.d-combo-button.topic-create-button__combo {
display: none;
}
좋았던 기능인데, 깔끔해 보이던데