This widget could not be displayed.
This widget could not be displayed.

EC - Taxonomy Topic Page - Sub-Topics Widget

Community Alums
Not applicable

Hi Team,

 

Sub-Topics widget shows 6 topics and View All button on the page (emp_taxonomy_topic). How to change the limit or show all sub topics?

 

Thank you.

 

@Dan O Connor 

3 REPLIES 3

Community Alums
Not applicable

Hello @Community Alums ,

There is no any way to set the limit for the sub-topics OOTB. When sub topics are more than 6 it will show view all button. If you want to show all topics without that button u need to write your code after cloning this OOTB widget.

Khushbookabra_0-1676096747516.png

 

Thank you!

Community Alums
Not applicable

Thank you.

 

Can someone help me with the code to populate all topics?

"We can set the view all clickable by default by changing the below line in the Client controller on OOB 'Sub-topics' widget

From
c.data.viewAllMode = false;

To
c.data.viewAllMode = true;

Customer need to  clone the OOB subtopics widget and do the necessary changes on cloned widget."

This is references from an internal KB - KB1123716