Showcased Categories

It misses the router service, I believe:

import { inject as service } from "@ember/service";
...
export default Component.extend({
  router: service(),
2 Likes

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. :slight_smile:

We are investing in Topic Cards, so we’ll pass here for now.

1 Like

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.

1 Like

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.

Hello

I encounter the same problem associated with Topic Cards.

Do you know if there is a solution?

1 Like

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 :slight_smile:

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!

2 Likes

Hey there :waving_hand:

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.

2 Likes

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 :slight_smile:

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!