Dear All,
Is there any way to hide the Xwiki header (as the attached image). I am very appreciate for any help
Thanks
Dear All,
Is there any way to hide the Xwiki header (as the attached image). I am very appreciate for any help
Thanks
Hello, better to ask in #discuss channel . Have you tried this piece of velocity code
#set($displayPageHeader = false)
?
Actually this forum is the good place for async questions/answers. The matrix chat is good for a discussion. The nice part of the forum is that it increases the knowledge base searchable on the internet.
Several ideas:
menuview
divmenus_view.vm
I don’t know about displayPageHeader
but I see it’s documented at https://extensions.xwiki.org/xwiki/bin/view/Extension/Flamingo%20Skin#HCustomisingUIelements
It does not work!
Thanks
Do you mean,
trom this
to this?
e.g. hide the breadcrumbs?
I’ve found the solution and solved it
Thanks
what was your solution?
I set the menuview with display as false
#menuview {
display: false;
}
Thanks