- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2020 11:13 AM
We have 2 service portals one for HR and one for ITSM. We only want guided tours on one of them. I have seen the guided tour properties but that will disable it for both portals. Is it possible to only disable it for one portal?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2020 10:19 AM
Hello
nav #tour-dropdown {
display: none;
}
This disabled it in our primary portal while leaving it in our secondary one.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2020 12:39 PM
Hi drewjm,
You can set that via a system setting 'com.snc.guided_tours.sp.enable' See the documentation here.
If you think my answer put you in the right direction or you appreciated my effort, please mark the response as Helpful (👍). That way other people in the community will probably be triggered to read the responses too. If my answer solved your issue, please mark my response as Correct (✅). In the list of question people like me that want to help out will know your question was already answered and others that are curious to the answer know a good answer is given in the thread.
Thanks in advance! Good luck!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2020 09:50 AM
Hey
Regards,
Chris Perry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2020 10:18 AM
Hello
nav #tour-dropdown {
display: none;
}
and it disabled it from our primary instance while remaining on our secondary.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2020 10:19 AM
Hello
nav #tour-dropdown {
display: none;
}
This disabled it in our primary portal while leaving it in our secondary one.