- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2018 10:58 PM
Hi all. I have created new header for service portal and added some menus.
here I have not added "tours" menu,its coming automatically. I don't understand from where its coming
Guys can anyone guide me?
Thanks!
Solved! Go to Solution.
- 11,938 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2018 01:09 AM
Solution:
Guys I have disabled the "Tours" menu on header from "sys_properties" table.
Just set value to 'false' for this property "com.snc.guided_tours.sp.enable".
Special thanks to @omkar Mone for helping me out.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2018 11:14 PM
I dont have any json on my header form page at 'sp_instance_menu' table.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2018 11:15 PM
Hi
Can you cross verify it with f12 from where it is exactly coming?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2018 11:19 PM
<li ng-if="data.isLoggedIn && data.guidedTours" class="dropdown hidden-xs header-menu-item gtd-dropdown-container ng-scope" style=""> <a href="" data-toggle="dropdown" id="tour-dropdown" tooltip-placement="bottom" tooltip-trigger="'none'" title="This page currently has 0 tours" aria-label="Guided Tours" role="menuitem"> <span ng-bind-html="'Tours'" aria-hidden="true" class="ng-binding">Tours</span> <!-- ngIf: data.guidedTours.collection.length > 0 --> </a>
<!-- ngIf: data.guidedTours.collection.length < 1 --><div ng-if="data.guidedTours.collection.length < 1" class="dropdown-menu empty-dropdown ng-scope">
<div class="panel ng-scope">
<div class="panel-body" aria-hidden="false">
<div class="empty-tour-content">
<div class="h4">
You have no tours on this page
</div>
<p>Tours appear when your administrator creates them on specific pages</p>
</div>
</div>
</div>
</div><!-- end ngIf: data.guidedTours.collection.length < 1 -->
<!-- ngIf: data.guidedTours.collection.length > 0 --> </li>
this what i got from f12 buddy. Is there any way to disable it using json like cart.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2018 11:18 PM
Hi
Check with ctrl+right click on any widget on homescreen. Go in instance editor there and see.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2018 11:24 PM