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
4
votes
1 answer

zend navigation breadcrumbs to bypass ACL

I make use of Zend_Navigation and its menu helper and breadcrumbs helper together with Zend_Acl. This all works as expected. But is it possible to ignore the acl on the breadcrumbs only? My goal is to render a different view when access is denied on…
4
votes
2 answers

Building breadcrumbs for unlimited category depth - PHP + SQL

I'd like to be able to build the breadcrumbs for a content page, however the categories a piece of content is in can have unlimited depth, so i'm not sure how to go about it without getting each category one by one and then getting its parent etc.…
John Mellor
  • 2,351
  • 8
  • 45
  • 79
4
votes
2 answers

Bootstrap Split Progress Bars

I can't for the life of me figure out the best way to do this. I've tried using progress bars, using individual divs, nothing seems to work. I found examples on the web attempting to do this but to no avail. Here's what i'm trying to accomplish:…
Nick
  • 1,471
  • 2
  • 21
  • 35
4
votes
2 answers

QT Breadcrumb Navigation

I would like to add a breadcrumb navigation bar to a QT application. In KDE there is KUrlNavigator which is used by dolphin. Is there a native QT widget?
Wienczny
  • 3,958
  • 4
  • 30
  • 35
4
votes
1 answer

How to implement breadcrumb in Angular 7

I am trying to implement breadcrumbs in Angular 7 based Application. HTML Template for root component containing breadcrumb component is mentioned below (breadcrumb is outside router outlet)
Amit Dube
  • 947
  • 4
  • 10
  • 23
4
votes
5 answers

Remove "Shop" from Woocommerce breadcrumbs

I don't have a main shop page, only product categories. The Woocommerce breadcrumbs always show a "Shop" trail in the breadcrumbs which I need to remove. In the Woo docs I can only fibd info on how to change tthe "home" slug or delimiter, or how to…
Lotus
  • 139
  • 1
  • 2
  • 9
4
votes
1 answer

How to make breadcrumb on Angular 6

I try to make breadcrumb with Angular 6. Texts work but links doesn't work correctly. I want to do this. Home > Dashboard > Statistical ( It Works.) Home -> xxx.com (It works.) Dashborad -> xxx.com/dashboard (It works.) Statistical ->…
mehmetdemiray
  • 976
  • 4
  • 13
  • 32
4
votes
3 answers

Wordpress - Display Taxonomy Terms without Links - (get_terms, the_terms, wp_tag_cloud)

Is there a way to display Taxonomy Terms without them being a link? I basically want to display all the terms underneath my Taxonomy of "Headings," but without them being links. I've tried multiple solutions such as get_terms, get_the_terms,…
Brandon
  • 41
  • 1
  • 3
4
votes
1 answer

Google's RDFa breadcrumbs for home and current page?

As I couldn't find a proper RDFa example anywhere, I thought I'd ask a question here. On Google's page there are examples of breadcrumbs, using either Microdata or RDFa markup. When you click on "See Markup" under "RDFa" next to "Example 2" you'll…
Daniel
  • 538
  • 1
  • 8
  • 21
4
votes
0 answers

Breadcrumbs Express

I'd like to show Breadcrumbs for my pages in express. I couldn't find much and it seems like there are only a few people who want to build breadcrumbs on their websites or there must be a completely different way to solve the issue. I found 2-3…
kentor
  • 16,553
  • 20
  • 86
  • 144
4
votes
1 answer

Eclipse plugin : Get the enclosing class and member name

I have created a Eclipse plug in to printout the object in selection on press of a short cut key. I have been able to do this ,but i also would like to add the current method and current class name in the log. I am not sure how to proceede further.…
Ravisha
  • 3,261
  • 9
  • 39
  • 66
4
votes
1 answer

Pure css multi-tiered menu with functioning breadcrumb navigation

I am trying to create a multi-tiered menu with a breadcrumb navigation, without using javascript. I have come across loads of pure css menus and breadcrumbs, but never combined and working together. Here’s a design of what I’m trying to achieve…
4
votes
5 answers

Create breadcrumb when navigating nested components (Angular 2)

I am struggling with this :) The idea is to have a component and when navigate trough sub-views update the breadcrumb for example: Products / Category-C / My-Product Products -> Category-A -> Category-B …
Matt
  • 609
  • 2
  • 12
  • 19
4
votes
2 answers

Display of last Schema.org breadcrumb entry in Google Search?

I'm trying to markup my breadcrumbs according to Schema.org in order to get breadcrumbs in the Google results like this: Home > Category > Current page But with my current markup it only shows: Home > Category Is something missing in my markup…
user1878980
  • 515
  • 2
  • 8
  • 21
4
votes
2 answers

how to implement breadcrumb using angular2's router

I use angular2 recently, but don't know how to implement breadcrumb component, any one can help?
laifjei
  • 606
  • 2
  • 7
  • 16