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
8 answers

How to remove or hide breadcrumbs for a particular page in magento

I am trying to hide the (Home > Catalog Advanced Search > Results) breadcrumbs alone in magento during the advanced search results. I don't want to navigate through the breadcrumbs in result page. Anybody help me to make this possible.
Shanthi
  • 686
  • 3
  • 11
  • 22
4
votes
1 answer

Show end of text when overflow in CSS

I have a breadcrumbs on my website (| symbolises the area I have for it): | Home -> Some thing -> Some deeper thing | Currently, it has overflow: hidden set, so when it becomes too long, it results in: |…
fracz
  • 20,536
  • 18
  • 103
  • 149
4
votes
3 answers

Magento - Breadcrumbs on category page

I have defined breadcrumbs like this on catalog/category/view.phtml page. echo $this->getChildHtml('breadcrumbs') I want to show breadcrumbs on category page only. Do I need to add anything else to use above code ? Do I need to define this in xml…
Jinal Dabhi
  • 181
  • 1
  • 2
  • 13
4
votes
3 answers

Remove current page from WP Genesis breadcrumbs

How can I remove the current page from the breadcrumbs trail on a Genesis WordPress site? I've examined breadcrumb.php top to bottom, but am not sure which filter(s) I should hook into. Thanks!
Jenni
  • 41
  • 4
4
votes
2 answers

Dynamic widths for breadcrumbs

I'm kinda stuck here and I'm looking for some ideas. I have a breadcrumb system which uses :before and :after tags for the arrows. The maximum width for all the breadcrumbs put together is 735px as that is the size of the container element. Now; I…
Dan Johnson
  • 1,480
  • 17
  • 36
4
votes
1 answer

Bootstrap : breadcrumb remove slash?

In Bootstrap 3 there is default slash(/) symbol between breadcrumb elements. How to remove it? And I am want to replace '/' with '>'. Code snippet:
4
votes
3 answers

Find all the parents of each element

I'm trying to create a breadcrumb without using the url (the route provider) and without using jQuery. I have a tree like that Humans Trees Animals Cats Lions Dogs Terrier Bulldog Cocker Cars and I'd like when I…
jimakos17
  • 905
  • 4
  • 14
  • 33
4
votes
1 answer

Google Rich Snippet Test Tool validate breadcrumb but real google result dont show it

As defined by https://support.google.com/webmasters/answer/185417?hl=en I was using the following: mybiz | prd01 partnumber
newway
  • 647
  • 1
  • 13
  • 21
4
votes
1 answer

breadcrumb not appearing due to the navbar fixed at top

I have markup defined in the page as below:
4
votes
1 answer

zend framework 2 Dynamic Breadcrumbs - Passing Parameters

I'm a newcomer to Zend Framework 2 and I´m trying to generate dynamic Breadcrumbs using ZF2 but without success. I used http://adam.lundrigan.ca/2012/07/quick-and-dirty-zf2-zend-navigation/ as a base for my work and as described I constructed the…
MrQ
  • 347
  • 2
  • 5
  • 10
4
votes
3 answers

Windows 7 breadcrumbs in jQuery?

I could have swore I have seen this before, but has anyone the Windows 7 breadcrumb feature done in jQuery?
Greg Johnson
  • 41
  • 1
  • 2
4
votes
3 answers

ul or nav for breadcrumbs in HTML?

The Foundation front-end framework provides 2 ways of representing breadcrumbs in HTML:
4
votes
1 answer

jquery - dynamic breadcrumb

I'm trying to create a breadcrumb system for my site using the following:
4
votes
3 answers

MVC SiteMap Hiding a node from menuhelper, but display in sitepathhelper (breadcrumbs)

I'm trying to hide a node from my site menu, but display it in my breadcrumbs I'm following the tutorial here: https://github.com/maartenba/MvcSiteMapProvider/wiki/Advanced-Node-Visibility
Null Reference
  • 11,260
  • 40
  • 107
  • 184
4
votes
1 answer

Dynamic breadcrumbs with primefaces

I would like to add to my web app a dynamic breadcrumb using the Primefaces component. I've created a model to push items on the breadcrumb so that when one of its links is followed, the trailing links are removed. This works in most scenarios, but…
patrick
  • 111
  • 1
  • 5