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

yoast breadcrumb image separator

I'm working with Wordpress CMS and I use Yoast Breadcrumbs (http://wordpress.org/extend/plugins/breadcrumbs/ or http://yoast.com/wordpress/breadcrumbs/) to add a breadcrumb to the site but in my case I need to replace separator with image like the…
jho1086
  • 1,998
  • 2
  • 16
  • 25
4
votes
3 answers

Creating breadcrumbs in symfony 2.1 using knpmenu bundle

What's the best way to create breadcrumbs using knpmenu bundle in symfony 2.1.x ? Aside from using 3-rd party bundles. UPDATE: Hi, theunraveler, sorry for late answer. Now I've been following your example and I'm stuck at one moment. Here, code…
Mister Been
  • 125
  • 1
  • 9
4
votes
2 answers

how to implement breadcrumbs using Zend_Navigation

what are the best practices/suggestions/techniques to implement a breadcrumb for a ZendFramework application using Zend_Navigation? how and where is the best method to define the page hierarchy?
farzad
  • 8,775
  • 6
  • 32
  • 41
4
votes
2 answers

Customizing breadcrumb in sharepoint publishing site with variations

I have a Sharepoint publishing site with variations. The breadcrumb by default shows this: Variation Root > English Site > Some Page What I want to display is: "Home" > Some Page, where Home points to the English site root. Is there a way to…
Emad Gabriel
  • 3,677
  • 7
  • 37
  • 49
3
votes
1 answer

MVC3 Navigation and breadcrumb - Data driven

I have seen some posts about navigation and breadcrumbs but did not find the exaxt same problem. However if there is, please forgive and point me to it. Thank you. My case : Interests Profiles | | |_Interest…
3
votes
2 answers

Create "navigation breadcrumb"

I am wondering how I am able to obtain this with CSS/CSS3 and HTML. How can this be done? As you can see, I pointed out the 3 navigation breadcrumb.
oliverbj
  • 5,771
  • 27
  • 83
  • 178
3
votes
2 answers

$post->post_parent behaves different on page then in functions.php

I created/modified a function to display breadcrumbs on pages on WordPress. The modified version makes use of #post->post_parent to get the parent of a page in order to have a full breadcrumb trail (home > page 1 > page 2 > page 3 vs. home > page…
Ian
  • 3,266
  • 4
  • 29
  • 37
3
votes
1 answer

Creating a breadcrumb control using FlowLayoutPanel in C#

I was thinking about ways to exploit the flow layout panel control, and I thought about the idea of using this control as a base for a breadcrumb control. The standard I'm aiming for being the Windows 7 Explorer addressbar/breadcrumb-like. The…
CS.
  • 1,845
  • 1
  • 19
  • 38
3
votes
1 answer

How to get Joomla's breadcrumb to display correct path to K2 item?

I'm almost done with developing a quite complex Joomla website and I have a very irritating bug with the breadcrumb. I'll try to explain it the simplest way possible. I mix Joomla Articles and K2 items in order for my website to work as it should. I…
Jibou
  • 449
  • 5
  • 12
3
votes
1 answer

React-router v6 breadcrumbs and partially matching routes

I am working with react-router-dom v6.8.1 (newest version as of now), and previously had a working breadcrumb setup using this third-party lib called use-react-router-breadcrumbs, but according to it's doc, they are now instead recommending doing…
3
votes
2 answers

Creating a breadcrumb like hierarchy using LINQ

I'm building a dropbox -like application to store images. I have a database table called Images: ImageId [PK] ParentImageId [FK] Name Path I want to create a breadcrumb from the above structure lets say I have the following data: Is it possible…
Diver Dan
  • 9,953
  • 22
  • 95
  • 166
3
votes
1 answer

Change BreadCrumb component that was done with react-router v5 to react router v6

I want to change this BreadCrumb component that was done with react-router v5 to react router v6. import React from "react"; import { Breadcrumbs as MUIBreadcrumbs, Link, Typography } from "@material-ui/core"; import { withRouter } from…
3
votes
1 answer

In Rails 3, how do I implement breadcrumbs with multiple paths to nodes?

In our application, various articles can be reached via a number of paths. You could, for example, go "home > category 'rock music' > article 'Behind the Beatles'", or "home > category 'pop music' > article 'Behind the Beatles'", or even "home >…
Nils Landt
  • 3,104
  • 18
  • 18
3
votes
1 answer

Is there a way to generate breadcrumbs from given url in spredsheets?

I'm trying to extract (where possible) or generate (where breadcrumbs not available) breadcrumbs from url in spreadsheets. So for pages that have it, I'm just using a IMPORTXML (refined by case) =TEXTJOIN(" > ",…
3
votes
0 answers

iOS App is stuck at launch screen while Console showing: Attempting to create a breadcrumb action for a scene handle which already has one?

1.After downloading my app from TestFlight and then click it, or run from Xcode directly, the app is stuck on launch screen and cannot continue. 2.When connected with macOS, from the Console we can see some possibly related error in SpringBoard…
gang
  • 31
  • 2