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
5
votes
6 answers

Laravel dynamic breadcrumbs with links

I am trying to implement dynamic breadcrumbs in laravel with links. I successfully render the breadcrumbs but without links by following code.
Wasif Iqbal
  • 474
  • 1
  • 4
  • 17
5
votes
2 answers

Creating a graphical breadcrumb or process trail in .NET MVC 2

I have a breadcrumb structure similar to the image above. It displays the progress trail of the forms, the form names and the current page being displayed and it also gives the user a guide to the start and end of the process. This was originally…
beebul
  • 993
  • 1
  • 16
  • 37
5
votes
2 answers

Laravel 5.1 - Pass parameter to Breadcrumbs

I use davejamesmiller Breadcrumbs package. I am wondering how to pass a parameter to a breadcrumb, something like an id. In the docs (here) it says that is possible, but can't find the way to do it. My goal es to do a breadcrumb like this:…
Programador Adagal
  • 780
  • 14
  • 39
5
votes
2 answers

Building breadcrumbs automatically with modules

My web page has multiple modules, and i want to know if there is a way to add breadcrumbs the modules home url, without have to add manually to all files. ex: Home > MyModule > MyController
rob180
  • 901
  • 1
  • 9
  • 29
5
votes
4 answers

Woocommerce breadcrumbs multiple categories

I have e commerce website in wordpress. There are lot of product in it & many product comes under multiple categories like 600 mah Power bank is comes under automobile, IT, media etc. My problem is when i go to the detail of a product there it by…
SuRaj Creator
  • 945
  • 1
  • 9
  • 25
5
votes
2 answers

magento remove breadcrumbs from home only with local.xml

Is it possible to remove the breadcrumbs from only the homepage, with 1 local.xml in magento? How can I do it? I've tried this, but it's not working... :(
angelique000
  • 899
  • 3
  • 10
  • 28
5
votes
1 answer

breadcrumb markup - home and current page?

Are you supposed to markup the home and current page for the breadcrumb? I am using data-vocabulary only because schema.org doesn't allow titles or urls to be marked up - only a line of text without dividers unless added manually. Here is an…
user756659
  • 3,372
  • 13
  • 55
  • 110
5
votes
5 answers

Breadcrumb with Schema.org not showing in Google Rich Snippets testing tool

I have tested the Schema.org breadcrumb example with Google Rich Snippets testing tool.
5
votes
1 answer

Adding microdata or schema.org for breadcrumb SEO in Drupal 7

I'm currently a little confused about microdata and schema.org. Is microdata and schema.org the same? I read the Google and Microsoft documentation, but that didn't helped me to get the difference between this two names. So far I understood this I…
rekire
  • 47,260
  • 30
  • 167
  • 264
5
votes
1 answer

How to add breadcrumb?

How can I add breadcrumb to a page in my attendance module. I have used the following hook, but it changed the breadcrumb for all pages in other modules also. function attendance_init() { // set the breadcrumb $breadcrumb = array(); $breadcrumb[] =…
Umar Adil
  • 5,128
  • 6
  • 29
  • 47
4
votes
6 answers

Finding breadcrumbs for nested sets

I'm using nested sets (aka modified preorder tree traversal) to store a list of groups, and I'm trying to find a quick way to generate breadcrumbs (as a string, not a table) for ALL of the groups at once. My data is also stored using the adjacency…
gregmac
  • 24,276
  • 10
  • 87
  • 118
4
votes
2 answers

breadcrumbs are not showing in magento cms pages

Breadcrumbs are not displaying in any cms page. What may be the problem? I checked the admin -> system ->config-> web -> default pages -> Show Breadcrumbs for CMS Pages option yes. $crumbs variable is coming as null in…
Gowri
  • 16,587
  • 26
  • 100
  • 160
4
votes
5 answers

How to Keep CSS Background Image on top of all divs(breadcrumb arrows)?

I have built a small breadcrumbs example cloning some functionality from Google's design. I have been looking to get the arrows to display on top of each-other so there isn't any white space. I have tried negative margins, possibly positioning but I…
Jake
  • 1,285
  • 11
  • 40
  • 119
4
votes
1 answer

rounded corners and border for clip path at the same time

Hello, I'm trying to build the breadcrumb shown in the picture I've reviewed tons of solutions for the breadcrumbs but none of them could make rounded corners, so I decided to use clip-paths. here is my code now : .box { width: 425px; …
4
votes
1 answer

breadcrumbs using django admin templates

I have created a site mainly using django's admin interface, plus a few custom views. As the majority of the site is using the admin (and I am not to hot with css), I have just used django's admin tempates for my custom views (they are extended…
wobbily_col
  • 11,390
  • 12
  • 62
  • 86