- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-07-2025 07:49 AM - edited ‎03-07-2025 07:52 AM
My client wants to hide app launcher widget(below image) with the title 'My Applications' in only one topic page 'Human Resource'.
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?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-08-2025 06:04 PM
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.
After saving the page should reload and if the My Applications widget doesn't have any applications to show, the widget won't display.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-07-2025 07:47 PM
Hi @Anusha chandra ,
You don't need to code , you can congigure it, by using the below steps :
- Go to Web applications > Application topics > New.
- In the Select a Topic dialog box, perform the following steps:
- From the Taxonomy list, select suitable taxonomy.
For example, Employee.The list of all the topics associated with the selected taxonomy is displayed.
- Select the topic or subtopic that you want to assign to the application.
- Click OK.
- From the Taxonomy list, select suitable taxonomy.
- Click Update to assign the topics to an application.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-08-2025 08:15 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-08-2025 06:04 PM
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.
After saving the page should reload and if the My Applications widget doesn't have any applications to show, the widget won't display.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-10-2025 02:10 AM
Hi ChrisBurks, Thank you for your response. I tried to implement your solution but unfortunately it is still showing the empty application.
Do you have any other solution beyond this? Thank you