Skip to main content

Questions tagged [breadcrumbs]

In Drupal, it shows the hierarchy of the page currently viewed.

0 votes
1 answer
87 views

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

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 ...
Kevin's user avatar
  • 28.2k
1 vote
1 answer
689 views

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 ...
Numeroue0111's user avatar
0 votes
0 answers
70 views

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 ...
wolves11's user avatar
0 votes
1 answer
404 views

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 >> ...
mathieu's user avatar
  • 25
1 vote
1 answer
478 views

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 ...
Ryugo's user avatar
  • 61
-2 votes
1 answer
94 views

I want to replace the Home link shown in breadcrumbs with an icon. How can I achieve this?
latikas's user avatar
  • 510
0 votes
0 answers
30 views

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="...
user avatar
1 vote
1 answer
4k views

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

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....
trashpanda's user avatar
0 votes
0 answers
495 views

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 /...
Jake13's user avatar
  • 49
1 vote
0 answers
122 views

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"> "...
gerff's user avatar
  • 23
-1 votes
1 answer
210 views

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 ...
Pratip Ghosh's user avatar
0 votes
2 answers
1k views

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 ...
Binny's user avatar
  • 954
0 votes
1 answer
1k views

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 ...
MzudemD's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
17