Canapin
(Coin-coin le Canapin)
2023 年 1 月 31 日午前 11:54
263
I don’t encounter this issue on my iPad either…
If the issue really exists it will be difficult to solve it without seeing the code.
You can still try adding this CSS though, it might work:
.topic-thumbnail img.thumbnail {
border-radius: 1em;
}
「いいね!」 1
Canapin
(Coin-coin le Canapin)
2023 年 1 月 31 日午後 4:43
264
.topic-views {
display: none;
& + div > .middot {
display: none;
}
}
.topic-map .views {
display: none;
}
Will hide the view counts on the topics list and below the first post when you open a topic.
「いいね!」 5
STORMS
2023 年 1 月 30 日午後 11:51
265
@merefield so I have the plugin installed… but I must be missing something, because this is still the layout?
「いいね!」 1
merefield
(Robert)
2023 年 1 月 31 日午前 6:07
266
That’s probably because the main element is a theme component
TLP is slightly unique in that it is a Theme Component with an optional additional install of a plugin. You must at least install and enable the theme component.
「いいね!」 3
STORMS
2023 年 1 月 31 日午後 3:14
267
Thanks for the note… I was able to figure it out from your feedback.
AND WOW… GAME-CHANGER!!! THANK YOU! How is this not standard?? So much more attractive, especially since we constantly have to be on our feet with other competitors like FB.
「いいね!」 3
STORMS
2023 年 1 月 31 日午後 3:17
268
@merefield my only other question right now is how do I get those layout to appear across all categories? Currently. it only displays like this when I’m on the “Everything” category.
「いいね!」 3
merefield
(Robert)
2023 年 1 月 31 日午後 5:02
269
Sure, there’s a nice shortcut setting for that, just make sure this is ON:
「いいね!」 3
STORMS
2023 年 1 月 31 日午後 5:20
270
I don’t seem to have that option?
「いいね!」 1
merefield
(Robert)
2023 年 1 月 31 日午後 5:22
271
It’s in the Theme Component settings.
「いいね!」 3
STORMS
2023 年 1 月 31 日午後 5:26
272
Absolute game changer - thank you!
「いいね!」 3
STORMS
2023 年 2 月 1 日午後 9:24
273
@merefield another question/issue that I noticed… on the outside, media is displaying fine, but then when the topic is clicked, the image is broken inside? Any insight to this? Thanks!
「いいね!」 3
Yeah, this is a known issue, I should put it into the OP of the Plugin Topic.
It’s down to part of the experimental colorization logic.
Just simply turn this setting OFF in the plugin:
and rebuild the Post:
I’ll probably not have time to look at that for a while, but you should be good to go now.
I’ll mark that setting as experimental and default OFF when I next do a release …
「いいね!」 4
STORMS
2023 年 2 月 2 日午後 1:58
275
Sorry, but where are you at to “Rebuild HTML”?
Thanks again!
「いいね!」 1
Post admin menu via the dots.
「いいね!」 3
STORMS
2023 年 2 月 2 日午後 10:35
277
I realized I also needed to update the plugin for that to show. Thanks!
ylmz8ee
(ylmz rsn)
2023 年 2 月 4 日午後 7:48
278
Very good plugin. It looks very nice. <3 Thanks
「いいね!」 1
lmy
(MengyuLi)
2023 年 2 月 12 日午後 1:07
279
Hi!
I believe the Toplic list preview will not show a thumbnail if I disable the ‘download remote images to local’, is that correct?
merefield
(Robert)
2023 年 2 月 12 日午後 1:18
280
Yes, that’s correct, you must set download_remote_images_to_local
if you want Oneboxes in your posts to generate thumbnails. This logic is in core.
lmy
(MengyuLi)
2023 年 2 月 14 日午前 11:35
281
Hi Robert,
Do you know why the thumbnail is displayed above the topic title and excerpts? I want to make it in the same line.
I didn’t install sidecar plugin. Is it required to achieve this?
Thanks ahead.
merefield
(Robert)
2023 年 2 月 14 日午後 12:33
282
The plugin does not concern itself with layout.
Looks like something is interfering with TLP. Can you please confirm you have no other Theme Components or CSS interfering with the Topic List?
For example, the Title should sit to the right of the image and wrap in the space beside it.