[xwiki-users] hiding breadcrumbs
Hallo, is there a way to hide the breadcrumbs from top of the documents? maybe via config file? thanks, claudio -- View this message in context: http://xwiki.475771.n2.nabble.com/hiding-breadcrumbs-tp5514619p5514619.html Sent from the XWiki- Users mailing list archive at Nabble.com.
It's easy if you are using the colibri skin. Go the XWiki.DefaultSkin page, and click on "Edit this skin". In the style box, insert the following snippet : @import "microformats.css"; @import "colibri.css"; #document-info { display: none ! important; } Save the page and be sure to refresh your browser. Happy hacking, Maxime
thanks Maxime, with #hierarchy instead of document-info works perfectly! bye, claudio -- View this message in context: http://xwiki.475771.n2.nabble.com/hiding-breadcrumbs-tp5514619p5515081.html Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi, how do I remove breadcrumbs with Flamingo? Thanks -- View this message in context: http://xwiki.475771.n2.nabble.com/hiding-breadcrumbs-tp5514619p7601764.html Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi Olivier. Actually, you cannot, except by modifying some template inside your skin. Guillaume 2016-11-05 19:47 GMT+01:00 oseres <[email protected]>:
Hi, how do I remove breadcrumbs with Flamingo? Thanks
-- View this message in context: http://xwiki.475771.n2.nabble. com/hiding-breadcrumbs-tp5514619p7601764.html Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Guillaume Delhumeau ([email protected]) Research & Development Engineer at XWiki SAS Committer on the XWiki.org project
ok thanks can you tell me where that is? -- <http://xwiki.com> * Olivier Sérès* * VP Business Development* [email protected] skype: olivierseres Linkedin <https://fr.linkedin.com/in/olivierseres> Mobile : +33 6 61 31 2001 On Mon, Nov 7, 2016 at 4:04 PM, Guillaume Delhumeau < [email protected]> wrote:
Hi Olivier.
Actually, you cannot, except by modifying some template inside your skin.
Guillaume
2016-11-05 19:47 GMT+01:00 oseres <[email protected]>:
Hi, how do I remove breadcrumbs with Flamingo? Thanks
-- View this message in context: http://xwiki.475771.n2.nabble. com/hiding-breadcrumbs-tp5514619p7601764.html Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Guillaume Delhumeau ([email protected]) Research & Development Engineer at XWiki SAS Committer on the XWiki.org project _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
I had a similar need. I tried disabling the breadcrumb on their .vm file, but when I disable some css files are not loaded on the page. You can disable breadcrum by CSS, but for my situation does not apply, because I need to disable the breadcrumb only the homepage and only when the user is not logged in. I do not know how to put velocity programming in a stylesheetextension object. In CSS you can put: .breadcrumb { display: none; } 2016-11-07 13:12 GMT-02:00 Olivier Seres <[email protected]>:
ok thanks can you tell me where that is?
-- <http://xwiki.com> * Olivier Sérès*
* VP Business Development* [email protected] skype: olivierseres Linkedin <https://fr.linkedin.com/in/olivierseres> Mobile : +33 6 61 31 2001
On Mon, Nov 7, 2016 at 4:04 PM, Guillaume Delhumeau < [email protected]> wrote:
Hi Olivier.
Actually, you cannot, except by modifying some template inside your skin.
Guillaume
2016-11-05 19:47 GMT+01:00 oseres <[email protected]>:
Hi, how do I remove breadcrumbs with Flamingo? Thanks
-- View this message in context: http://xwiki.475771.n2.nabble. com/hiding-breadcrumbs-tp5514619p7601764.html Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Guillaume Delhumeau ([email protected]) Research & Development Engineer at XWiki SAS Committer on the XWiki.org project _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
participants (6)
-
ccoreggioli -
Guillaume Delhumeau -
Julio Brum -
Maxime Mathieu -
Olivier Seres -
oseres