Questions tagged [breadcrumbs]

A navigation aid used in user interfaces

Breadcrumbs or breadcrumb trail is a navigation aid used in user interfaces. It allows users to keep track of their locations within programs or documents.

1154 questions
8
votes
2 answers

How to make breadcrumbs responsive?

I have used bootstrap3 for RWD and customized my breadcrumb. But, it's not fitting in mobile size. How can I make it responsive? Attached screenshot of the problem. Thanks
Smitha
  • 6,110
  • 24
  • 90
  • 161
8
votes
1 answer

Breadcrumbs in Angular

I want to use Angular's breadcrumb capability. I added this javascript file to my services folder. I added a div to my header.html file to call the javascript. According to Angular, the div should look like this:
Edison
  • 91
  • 1
  • 1
  • 2
8
votes
1 answer

breadcrumbs are not added on cached views

in my Layouts default.ctp I have Html->getCrumbs(' / ', 'Home'); ?> Inside a view called rules.cpt I have Html->addCrumb('Rules', '/rules'); ?> When first…
Gundon
  • 2,081
  • 6
  • 28
  • 46
7
votes
1 answer

No breadcrumbs support for eclipse-CDT?

I'm so used to working with Eclipse for java related projects that I thought I'd work with Eclipse CDT for C-projects too. 'Show in Breadcrumbs' was a nifty little feature that would show what method the cursor currently is at (in Eclipse JAVA). I…
Optimized Coder
  • 189
  • 2
  • 8
7
votes
1 answer

How to use django-sitetree?

I am trying to use django-sitetree but I don't understand how to do step 3 which is: "Go to Django Admin site and add some trees and tree items." How to make a sitetree in the admin panel? I believe the first step is to choose an alias for the "Site…
Sushi
  • 631
  • 1
  • 8
  • 19
7
votes
2 answers

Angular 4 Router - Hook each router changes

I would like to create a Breadcrumb. Breadcrumb Wikipedia And for this, I thought about creating a Service to handle it. But I need to hook each router changes, a method or a class that will be used everytime the router state change. This challenge…
SakiiR
  • 131
  • 2
  • 12
7
votes
2 answers

Angular 2 Dynamic Breadcrumbs

I need some help with breadcrumbs Here example routes config Routes = [ {path: '', redirectTo: 'home', pathMatch: 'full'}, {path: 'home', ..., data: { breadcrumb: 'Home'}}, {path: 'about', ..., data: { breadcrumb: 'About'}}, …
Grey2k
  • 464
  • 1
  • 7
  • 12
7
votes
3 answers

Best practice to manage the path breadcrumbs in Spring without Web flow

I am engaged in a project where I need to show path bread crumbs to the user like Home (This is linked to home page) >> (page name) and like Home >> contacts and in contacts like Contacts >> create Contacts >> edit etc. Is there a best…
user353430
  • 71
  • 1
  • 3
7
votes
5 answers

WordPress breadcrumbs in search results

In WordPress i'm currently using Yoast's SEO Plugin to display breadcrumbs for my pages and posts, which is working fine when visiting a specific page. Here is the function i'm using to display the breadcrumbs inside of my WordPress templates:
user1692620
7
votes
2 answers

Bread-crumb style navigation for Winforms

Does anybody know of a bread-crumb style navigation for Winforms like the one from DotNetBar. http://www.devcomponents.com/dotnetbar/BreadCrumbHorizontalTreeControl.aspx I really like that control. However I am using a other UI library already and…
lazycoder
  • 71
  • 1
  • 2
7
votes
2 answers

SonataAdmin: replace ID in breadcrumbs

How can I replace Object's ID in SonataAdmin breadcrumbs by some other text? If I set __toString() in my document, it works only for editing. When I attempt to create new record, there is something like MyDocument:0000000000e09f5c000000006a48ef49 in…
ozahorulia
  • 9,798
  • 8
  • 48
  • 72
7
votes
3 answers

How to properly indicate the direction within a breadcrumbs?

We often see people use the "greater than" character (>) in their breadcrumbs' HTML code[1] to indicate the direction within their breadcrumbs. That obviously is incorrect because the "greater than" character is for mathematical use and doesn't…
Ian Y.
  • 2,293
  • 6
  • 39
  • 55
7
votes
2 answers

Remove 'home' link from breadcrumb

I have breadcrumbs such as Home > Instance > Action in all my view pages. How can I remove the 'Home' link from all the breadcrumbs? $this->breadcrumbs=array( 'Keypairs'=>array('admin'), 'Manage', );
Soojoo
  • 2,146
  • 1
  • 30
  • 56
7
votes
5 answers

ZF2 Breadcrumbs Helper - How to render it as an unordered list?

I'm new to Zend Framework2 and I´m asking for advice for the following situation: I´m using the ZF2 Breadcrumbs Helper to create breadcrums on my project and this code: //breadcrumbs.phtml echo $this->navigation('Navigation') …
devanerd
  • 365
  • 4
  • 12
7
votes
2 answers

What's The Most Current Way To Structure Breadcrumb Navigation Using HTML5

Chris Coyier wrote a while ago that the best markup uses rel='up' in a
willthefirst
  • 1,499
  • 2
  • 15
  • 21
1 2
3
76 77