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

How to get path's parameters in url's breadcrumb in Vue.js

I'm working with Vue In my app's router, I'd like to use path's get parameters in breadcrumb's URL. I'd like to do something like this : { path: 'pages/gestion/region/:reg', name: 'gestion-depa', component: () =>…
3
votes
2 answers

How to handle breadcrumbs?

I am making a simple react/next js application where I am having totally three pages. -> index.js -> jobsearch.js -> jobdescription.js Scenario: -> In home page there is two option for user, One: They can directly click on any job and go to job…
Undefined
  • 851
  • 5
  • 20
  • 48
3
votes
2 answers

Best practice for outputting breadcrumbs in PHP

As part of an eCommerce solution we're working on, the CMS has the option for product categories to have an unlimited number of sub-categories, and each sub-category can have an unlimited number of sub-categories. Basically, there is an unlimited…
BenM
  • 52,573
  • 26
  • 113
  • 168
3
votes
4 answers

Forcing text left in a Div

I have a breadcrumb pages showing in a div.( 25px high by 700px wide) The trouble is I have so many pages that the page titles in the breadcrumb are spilling out of the div. Is there a way for the last few breadcrumbs pages to force the first…
Rifki
  • 893
  • 1
  • 11
  • 22
3
votes
2 answers

Easy breadcrumbs for RESTful rails application

Is there any helper method (Other than default rails breadcrumb) that generates bread crumb navigation dynamically for a particular page without having to pass trivial parameters in RESTful application? That is, something that figures out…
Chirantan
  • 15,304
  • 8
  • 49
  • 75
3
votes
3 answers

Is it possible use ASP.NET Sitemap to generate Breadcrumbs?

I want my ASP.NET site to have simple menu string aka Breadcrumbs. I have created Sitemap with all required elements and registered into Web.config. For example:
abatishchev
  • 98,240
  • 88
  • 296
  • 433
3
votes
1 answer

Skip navigation link... anchor beyond breadcrumb or not

Should skip navigation links anchor beyond breadcrumbs or not? Skip Navigation
rajakvk
  • 9,775
  • 17
  • 46
  • 49
3
votes
0 answers

breadcrumbs how to get information about route having only its url

I am having trouble implementing breadcrumbs My routes are like: (I cannot change its design so that detail is child route of list, also can't do anything about ':app/:pattern' ) admin - path 'admin' L dashboard -> path '' …
fill
  • 31
  • 1
3
votes
0 answers

Odoo Open Action on button click show breadcrumbs

I am trying to open a client action on a button click. When action opens it does not preserve breadcrumbs from where it is called. Rental Dashboard
Anonymous
  • 33
  • 3
3
votes
1 answer

Breadcrumbs SiteMapPath and SEO-Friendly Routing

I have routing set up as follows: void RegisterRoutes(RouteCollection routes) { routes.MapPageRoute("", "Home", "~/Default.aspx"); ...... } I'm implementing breadcrumbs using a SiteMapPath control:
IrishChieftain
  • 15,108
  • 7
  • 50
  • 91
3
votes
4 answers

How to put element over an hover CSS?

I'm using a bootstrap arrow breadcrumb. The following pictures will explain better than me : Breadcrumb with normal/hover/active element : Breadcrumb issue, arrow is hiding when active and hover element are closer : I want to keep arrows…
vincent
  • 43
  • 7
3
votes
3 answers

Breadcrumb microdata help

I'm trying to help Google generate appropriate breadcrumb details for my website. I am currently using this as the breadcrumb:
3
votes
2 answers

H1 tag inside breadcrumb okay for accessibility?

In my web app I have a header bar that is both the app's breadcrumbs as well as the heading for the current page. So in the header you will see: App Name > Section Name > Current Page Where "current page" is the H1 tag for the page. Does this make…
BlueCaret
  • 4,719
  • 7
  • 30
  • 48
3
votes
0 answers

Database field to describe if data should be high or low?

So I'm making a web app for tracking various data for a bakery. Initially I want to track 3 different key performance indicators: Baguettes sold per day Complaints per day Tips per day However, I want to make an extensible system so rather than…
3
votes
1 answer

Having trouble with Model Bind - Laravel Breadcrumbs

Having trouble with Model Bind on davejamesmiller/laravel-breadcrumbs. I'll try to be brief, but if you need more data just ask =D This is my controller/action signature: public function edit(Request $request, Vertical $vertical, UserMacro…
CesarScur
  • 84
  • 7