It misses the router service, I believe:
import { inject as service } from "@ember/service";
...
export default Component.extend({
router: service(),
It misses the router service, I believe:
import { inject as service } from "@ember/service";
...
export default Component.extend({
router: service(),
7 posts were split to a new topic: Add option to show /top or /hot topics in Showcased Categories
Just FYI, the combination between this component and Topic Cards is explosive.
We are investing in Topic Cards, so we’ll pass here for now.
Is there any way to exclude pinned topics in the “Showcased Categories” theme component? I list the last 3 topics from 2 categories, but there are 2 pinned topics in 2 categories, so only 1 new topic is displayed.
Agree with @bekircem. The Pinned Topics can cause confusion. This can be made an option in the settings - show pinned topic.
Additionally, it would be very helpful if all sub-categories can be shown. Have an option in the settings for show sub-categories.
I offer event organizers the service to host realtime conversations under Topics in their own sub-category via Showcased Categories. Being able to list 2-3 sub-categories on the left with a highlighted event on the right without the Pinned Topics would make the service cleaner.
I’ve been using a CSS selector to hide pinned topics for a while, but it would be fantastic if an official option for this could be added.
Many thanks for this awesome component, really love it!
@jordan-vidrine I see you’ve been real helpful here so I thought maybe you could advise
Right now, it seems this plugin is not compatible with the left sidebar, this is how it looks:
Is there no option to put it right after the header? I tried to enable the “Full width” component, but it just made things worse. Any help would be very much appreciated!
Hey there
Could you try setting this setting to above-main-container in the showcased category component settings?
Though, I see you also have the search banner component enabled. You may need to adjust the plugin outlet of that one as well.
Hi @jordan-vidrine, thanks so much for your reply! Almost there! I’ve set the Showcase categories plugin as you suggested (but it didn’t work for the Search Banner — it “relocated” to the centre of the page), and I pretty much love the result
The only issue I have is the sidebar dragging on scroll — do you maybe know how to fix it? The link just in case: https://community.elfsight.com/
Many thanks for your help!