Questions tagged [breadcrumbs]
In Drupal, it shows the hierarchy of the page currently viewed.
253 questions
0 votes
1 answer
87 views
The title of a particular node became part of the breadcrumbs of administration pages
In the Claro theme, I have the System breadcrumb block in the Breadcrumb region. The breadcrumb shows Homepage > [Title for node 444] > Structure > [Administration page title] instead of ...
2 votes
1 answer
178 views
Disable core path based breadcrumb only for the frontend theme
I want to disable path based breadcrumbs if the current route is not a registered admin route. The front end of the site is driven entirely by Menu Breadcrumb, but in some cases the URL path is ...
1 vote
1 answer
689 views
How to use Easy breadcrumb module so that breadcrumb reflects the URL path segments?
For example, if URL ends with /test/flower , breadcrumb should be Home/test/flower. First time working with this module,and it's not clear to me how to do this. Could you please help me? Thanks in ...
0 votes
0 answers
70 views
Custom breadcrumb navigation, but url link shows page node
I'm pretty new to Drupal and I'm creating a new content type. The site uses custom breadcrumbs built using BreadcrumbBuilderInterface for certain content types which was built before my time. I'm not ...
0 votes
1 answer
404 views
How do I create a breadcrumb with the taxonomy terms used by the node?
I created a vocabulary for the nodes. I installed the Easy Breadcrumb module. When a node is tagged, for example, with Crypto and ICO, the breadcrumb should be the following one. Accueil >> ...
1 vote
1 answer
478 views
Display breadcrumbs on the front page
I installed Easy breadcrumb module and added Breadcrumbs block to my Block Layout. However, I can not make breadcrumbs appear on the front page. Block settings do not contain any that specify block ...
-2 votes
1 answer
94 views
How can I replace the Home link with an image?
I want to replace the Home link shown in breadcrumbs with an icon. How can I achieve this?
0 votes
0 answers
30 views
Get the breadcrumb inside my node template [duplicate]
How can I move my breadcrumb from my page.html.twig into my node--content-type.html.twig ? In my page template, I display the breadcrumb like this : <div id="main-wrapper" class="...
1 vote
1 answer
4k views
How do I enable breadcrumbs?
I have a page showing a list of Article nodes, where I need to display breadcrumbs as Homepage / Tag title / Article title, instead of Homepage / Article title Drupal uses by default. I installed the ...
0 votes
0 answers
184 views
Route name returns 404 despite working view
I'm assigning breadcrumbs based on the view route names using the following code in hook_preprocess_breadcrumb(). $route_name = \Drupal::routeMatch()->getRouteName(); if ($route_name == 'view....
0 votes
0 answers
495 views
How to remove home in a breadcrumb from a specific page in easy breadcrumbs and add carets for the breadcrumbs?
I've been using the easy breadcrumb module in Drupal 8, I enabled the option - "Include the front page as a segment in the breadcrumb" for all pages, but there are few pages for instance /...
1 vote
0 answers
122 views
Why doesn't breadcrumb work for taxonomy terms?
I have created url patterns for the taxonomy terms in the "Article category" vacabulary. I want the breadcrumb trail to look like this: "Accueil"> "Blog"> "...
-1 votes
1 answer
210 views
Breadcrumbs not appearing
I have a custom theme extending the bootstrap theme. In my theme there are no extra files except the .info.yml file. Everything else is inherited from bootstrap. I have also kept the regions in my ...
0 votes
2 answers
1k views
How to alter an existing breadcrumb link programmatically?
I am trying to alter the 'Home' Breadcrumb link using hook_system_breadcrumb_alter() The default Breadcrumb class allows you to add New links using the addLinks method. However it does not allow one ...
0 votes
1 answer
1k views
Alternative title for Easy Breadcrumb
I'm using Drupal 9 and recently discovered Easy Breadcrumb. I'd like to use a custom field to overwrite the page title to be displayed in the breadcrumbs, but it seems to be not working. In the ...