This plugin looks great, @merefield.
Can we use this to make the category landing pages have a similar appearance to the main community home?
And if we use Discourse Hub, how does the community look with this plugin active?
This plugin looks great, @merefield.
Can we use this to make the category landing pages have a similar appearance to the main community home?
And if we use Discourse Hub, how does the community look with this plugin active?
Thanks!
Category Discovery home is the only unsupported route at present unfortunately. There are no thumbnails serialised for this route and the way itās rendered is different to all the other discovery routes. See further: Topic List Previews Theme Component - #105 by merefield
However, you might be able to use a side bar to present Categories and still display a Latest page. I use a similar technique with https://starzen.space but Iām more interested in Tags in my case.
On Starzen I use the Layouts plugin with the Tag and Tag Intersection Widgets.
No different to web page. Feel free to add my example site https://starzen.space to your Hub temporarily to see the effect
@merefield awesome plugin!! Not sure if this had been mentioned (I did a thorough search but couldnāt find anything relevant) ā the issue is, on mobile, when I scroll up and down in chrome, there is a topic-card level animation that seems a bit annoying. Each time my finger touches a card, it goes up and down. Can you point out where in the code i can disable this animation? Many thanks!!
Do you see the issue on https://starzen.space? There is a press animation but it shouldnāt kick in if you are scrolling. Itās only CSS so you could easily disable it by overriding the CSS locally.
@merefield Yes, I see the same issue, on iPhone though. Let me share a quick screen recording
Yep thatās the press animation. You can probably disable it if you inspect the CSS and add the corresponding unsetting styling. Your demo is rather exaggerating it, it doesnāt bother me on iPhone?
Itās not adding a massive amount to mobile though and harks from the days when the entire surface was a click to enter event (but Ember prevents this from working with the title click). Then again itās not annoying me much either and you are the first to complain about it? Iāll have a think about potentially removing this on mobile.
Thanks for the recommendation! While waiting for your actions, weāll explore and see if we can find a way to identify where this pressing animation is defined, disable it and override with a local CSS. cc: @wjxphysics
A couple of updates:
@FutureChaser thanks for the suggestion.
I forgot where I enabled this, but can anyone help me disable like and bookmark button from the thumbnail view?
You can either:
Oh thanks, āactionsā got me to the right settings
Hi Rob, Iāve noticed an error in the console which seems to be related to the TLPs TC:
Is related to this:
It goes away when TLPs TC is disabled. Not sure what problem it causes though.
Iāve removed the links to thepavilion.io for this bit as they are no longer live:
Yep, I had noted that issue, will take a look at some point. Does not appear critical nor impacting any functionality, just not particularly elegant.
Hello,
My website donāt display photo thumbnail in mobile mode
Sorry I cannot support individual customisation, but please go-ahead and have a go at customising or involve a developer.
Iāve just updated to latest and there are no issues I can see (note: this only supports latest tests-passed
)
What steps have you taken so far to debug it?
?mobile_view=1
querystring at end of URL?I found the reasonā¦
Iāve used component : Hide user column build by @dax . I disable it and thumbnail display normal.
GitHub - discourse/discourse-hide-users-column: A theme component for Discourse
Hello,
How can we setup this theme component effect with Docs plugin
Thank you,
If Iām understanding right your question and you are looking for same outloot at docs-page than what you get on plain forumside, you canāt. Docs plugin is expanding how to show some topics and is kind of another way alter look of Discourse, as topic list previews is too.
Iām simplifieng hard now, but
Two different tool to different content or purpose, kind of. Docs is like a library or browser used to shown special content. Like faqs, helps or, as Iām using it, blogs.
Iāve not at any stage explicitly developed or tested this with the Docs plugin, so I can only say it isnāt currently intentionally supported. PR welcome if you discover it is not.