Zum Inhalt springen
Start  › ... Doku › Breadcrumbs

Breadcrumbs in 2shine


How it Works

The breadcrumb navigation is defined in the controls/theme-body.ascx file. It takes the Home page and adds a css class to it. It does the same with the last link in the Breadcrumbs Navigation. The skin then styles the links in between to disappear depending on the screen size and adds the dots as a button to expand the breadcrumbs. 


Remove the Breadcrumbs

  1. Go to controls
  2. Go to theme-body.ascx 
  3. Search for the code that produces the Breadcrumbs Navigation
  4. Delete or comment out the div with the class to-shine-page-breadcrumb
    1. To comment things out: <%-- comment --%>
    2. So if you put <%-- before and --%> after the Breadcrumb, it will be treated as a comment and won't be displayed. (The advantage is that you can simply remove the comment, and it will work again.) 

 

 

This page without the Breadcrumbs navigation