Disable `Tours` menu on Header menubar - Service Portal

Sin
Giga Expert

Hi all. I have created new header for service portal and added some menus.

find_real_file.png

here I have not added "tours" menu,its coming automatically. I don't understand from where its coming

 

find_real_file.png

Guys can anyone guide me?

Thanks!

1 ACCEPTED SOLUTION

Sin
Giga Expert

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!

View solution in original post

17 REPLIES 17

I dont have any json on my header form page at  'sp_instance_menu' table.

Hi 

Can you cross verify it with f12 from where it is exactly coming?

 

<li ng-if="data.isLoggedIn &amp;&amp; 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.

Omkar Mone
Mega Sage

Hi 

Check with ctrl+right click on any widget on homescreen. Go in instance editor there and see.

Hi 

Check here too :-

 

find_real_file.png