help to remove bar
#1
Hi

Could anyone point me in the right direction to removing the bar marked in below picture...

Image
Reply
#2
This will disable the navigation bar systemwide and not just in Logo view...

In includes.xml add <!-- on line 238 before <include so it looks like
Code:
<!-- <include name="Topbar">

then add
--> at the end of line 343 so it looks like
Code:
</include> -->

If you want to hide it in just Logo view add
Code:
<visible>!Control.IsVisible(59)</visible>
on line 240
Reply
#3
Thanks! would never have found that Smile just disabled it in logo view looks very clean now!

and if i would like to disable this bar in shift and episode view aswell?

edit, no worries i got the logic no and disabled the topbar on views 57 and 502 aswell! thanks for your help
Reply

Logout Mark Read Team Forum Stats Members Help
help to remove bar0