Titi
(Titi)
29. Oktober 2023 um 01:16
302
Hello,
Thumbnails with blog style mode do not appear with the Air theme (discourse-air) theme
The Thumbnails appear with Air Theme only with list mode selected.
When a choose the default Theme the Thumbnails with blog style appear.
1°/ Can someone explain me how to make Thumbnails with blog style work with Air Theme (discourse-air)please ?
2°/ How can I get more text under the thumbnail please, like this:
and not like this :
2 „Gefällt mir“
Hi,
How to display all titles when using blog style mode ?
How to choose different modes for desktop and mobile. For example, for desktop we use list mode and for mobile we use blog style mode.
Thank you very much for your help
1 „Gefällt mir“
Hi,
You can add this CSS in your theme or in component:
.topic-thumbnails-blog-style-grid {
.main-link {
.link-top-line {
white-space: normal;
overflow: auto;
}
}
}
I don’t think you can do that out of the box – that’s a cool idea, though
5 „Gefällt mir“
JammyDodger
Hat dieses Thema aufgeteilt,
10. Januar 2024 um 14:56
305
Yahia_Kala
(Yahia Kala)
30. Januar 2024 um 20:17
306
Another issue with the air theme (list view) is that the thumbnail doesn’t take all the vertical space in the list entry:
1 „Gefällt mir“
Rick_Jing
(Rick Jing)
5. Februar 2024 um 12:10
307
found a bug with grid view
inside this topic:
This plugin theme component is absolutely incredible and has transformed the way our blog and marketplace look.
For the blog style categories
option, is there any way to change the default # of topics width from two topics to 3 or 4?
2 „Gefällt mir“
Just to note, this is a theme-component rather than a plugin
2 „Gefällt mir“
In addition to this, I’d be curious to know if we could adjust the images so they aren’t cropped off at the top:
1 „Gefällt mir“
Previously I saw the insert link thumbnail image default option but now I don’t see it anymore. If that topic does not post any photos, the default thumbnail from the link will be displayed.
Or if the topic does not have an image, only the text should be displayed without any spaces.
2 „Gefällt mir“
Im curious if we can play the video on the thumbnail without opening the topic?
Heliosurge
(Dan DeMontmorency)
12. August 2024 um 07:33
314
Try switching to Topic Cards theme-component
Also using Air Theme.
1 „Gefällt mir“
Update: This issue seems to be due to Cloudflare minification (html, css, js), disabling that and clearing the cache fixed these issues.
Cloudflare’s ‘Auto Minify’ feature will break recent versions of Discourse. In the browser console, you will see an error like:
Uncaught SyntaxError: Unexpected identifier '#...'
Cloudflare are aware of the issue, and have added this message to their dashboard:
Note: Please note that this feature may not be fully compatible with certain newer CSS and JS language features, which could potentially affect the functionality of the site
Unfortunately, despite this critical issue, the feature wi…
// Original post:
Hi @david @Discourse
Just a heads up, default thumbnail mode appears to not work anymore with Discourse Stable 3.3.0.
List view will show for all cases regardless of what has been set, unless you use an override setting - but that only will apply for specific categories, making it impossible to use e.g. masonry or grid on the home page.
It was working as expected prior to upgrading from 3.2.x to 3.3.0 and has been observed on multiple instances.
3 „Gefällt mir“
STORMS
21. August 2024 um 00:36
316
Just noticed this… hopefully it can be fixed sooner than later. This is a fantastic add-on.
1 „Gefällt mir“
Rick_Jing
(Rick Jing)
23. August 2024 um 16:36
317
so far my experience with this component is great, but one feature I really wish to have is choose the cover thumbnail even it’s not the first image, or choose the cover image without showing in the topic, will this be difficult to approach?
2 „Gefällt mir“
Moin
23. August 2024 um 16:42
318
This is possible
Discourse:
By default, Discourse will use the first image in the OP of the topic. If you would like to select a different image from the OP, add |thumbnail
to the markdown. For example

 << this one will be the thumbnail
I think a solution to hide the image in the post was suggested here:
Maybe you could use Generic bbcode wrapper for theme components to do something like
[wrap=hidden]

[/wrap]
Then some CSS like
div[data-wrap="hidden"]{
display: none;
}
7 „Gefällt mir“
Rick_Jing
(Rick Jing)
23. August 2024 um 17:43
319
I tried and it works, the bbcode wrapper is exactly what I need, thank you so much
4 „Gefällt mir“
jrgong
(jrgong)
15. September 2024 um 13:30
320
Has anyone been able to display a thumbnail in conjunction with WP Discourse Wordpress plugin? Since any images as well as the featured images are displayed via img tag in the first post imported from WP, it cannot be used as thumbnail.
Is there any workaround for this? Since we frequently update our WP Posts, we would like to find some solution here.
3 „Gefällt mir“
Heliosurge
(Dan DeMontmorency)
20. September 2024 um 19:03
321
Not sure if this would work. But this Theme component might work maybe as an alternative.
1 „Gefällt mir“