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 <ose...@xwiki.com>:

> ok thanks can you tell me where that is?
>
>
>
>
>
>
>
> --
> <http://xwiki.com>  *    Olivier Sérès*
>
> *      VP Business Development*      ose...@xwiki.com
>       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 <
> guillaume.delhum...@xwiki.com> wrote:
>
> > Hi Olivier.
> >
> > Actually, you cannot, except by modifying some template inside your skin.
> >
> > Guillaume
> >
> > 2016-11-05 19:47 GMT+01:00 oseres <ose...@xwiki.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.
> > > _______________________________________________
> > > users mailing list
> > > users@xwiki.org
> > > http://lists.xwiki.org/mailman/listinfo/users
> > >
> >
> >
> >
> > --
> > Guillaume Delhumeau (guillaume.delhum...@xwiki.com)
> > Research & Development Engineer at XWiki SAS
> > Committer on the XWiki.org project
> > _______________________________________________
> > users mailing list
> > users@xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/users
> >
> _______________________________________________
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to