How to hide app launcher widget in only one topic page

Anusha chandra
Tera Contributor

My client wants to hide app launcher widget(below image) with the title 'My Applications' in only one topic page 'Human Resource'.

Anushachandra_0-1741362511660.png
How to do it? I tried to update the CSS of the widget instance with the below script:
"body[data-page="Human Resource"] .app-launcher-class {
display: none !important;
}"
But it is not working. What else can I try?
 

1 ACCEPTED SOLUTION

ChrisBurks
Mega Sage

If you don't want the widget to display when it's empty, the widget instance options has an option to check/uncheck to display or hide when empty.

Open the page and on the widget do a Ctrl + Right-click.

Select the "instance options" in the context menu

In the options scroll down to the "Show empty state" option and uncheck it.

Save.

ChrisBurks_0-1741485766299.png

 

ChrisBurks_1-1741485797671.png

 

After saving the page should reload and if the My Applications widget doesn't have any applications to show, the widget won't display.

 

 

 

View solution in original post

7 REPLIES 7

Community Alums
Not applicable

Hi @Anusha chandra ,

You don't need to code , you can congigure it, by using the below steps :

  1. Go to Web applications > Application topics > New.
  2. In the Select a Topic dialog box, perform the following steps:
    1. From the Taxonomy list, select suitable taxonomy.
      For example, Employee.
      The list of all the topics associated with the selected taxonomy is displayed.
    2. Select the topic or subtopic that you want to assign to the application.
    3. Click OK.
  3. Click Update to assign the topics to an application.

SandeepDutta_0-1741405635556.png

 

 

Hi Sandeep, 

Thank you for your response.

I agree that the applications would not be visible in other topic page but the widget would still be visible(empty widget without any applications). I want to hide the widget in only one topic page not just the applications. 

ChrisBurks
Mega Sage

If you don't want the widget to display when it's empty, the widget instance options has an option to check/uncheck to display or hide when empty.

Open the page and on the widget do a Ctrl + Right-click.

Select the "instance options" in the context menu

In the options scroll down to the "Show empty state" option and uncheck it.

Save.

ChrisBurks_0-1741485766299.png

 

ChrisBurks_1-1741485797671.png

 

After saving the page should reload and if the My Applications widget doesn't have any applications to show, the widget won't display.

 

 

 

Hi ChrisBurks, Thank you for your response. I tried to implement your solution but unfortunately it is still showing the empty application. 

Anushachandra_0-1741597685167.png

Do you have any other solution beyond this? Thank you