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

I want to create a breadcrumb but i dont know how to create that in react

this is my manage role page on which i have to display breadcrumb like manage roles/ add role how can i do that after in render i want to add a breadcrumb on the top of the page this is a dropdown menu whose header is manage authorisers and then…
Anon john
  • 17
  • 1
  • 5
-1
votes
1 answer

The content of 'position' property need to be consecutive?

I have a structured breadcrumb like below:
-1
votes
1 answer

Remove breadcrumbs from Storefront theme in Woocommerce 3.3

Up until a recent update (for Woocommerce, and also the Storefront theme), I was able to remove breadcrumbs using the following code in the child theme functions.php add_action( 'init', 'z_remove_storefront_breadcrumb' ); function…
inspirednz
  • 4,807
  • 3
  • 22
  • 30
-1
votes
2 answers

Zend Framework Navigation - dynamically adding parameters

I am experimenting with Zend_Navigation to build breadcrumb for a web site. I created an XML file which lists the hierarchy of pages. Things are working fine for the most part except for pages that have dynamic parameters. For example, there is a…
khuss
  • 305
  • 1
  • 3
  • 10
-1
votes
2 answers

How to show in django cms breadcrumbs full path?

Need your advice - how to show in breadcrumbs whole path to article or page? I've got code: {% for ance in ancestors %}
  • {% if not forloop.last %} {{ ance.get_menu_title }} {% else…
  • St Pavel
    • 339
    • 1
    • 3
    • 18
    -1
    votes
    1 answer

    How to apply Breadcrum using AngularJS?

    I want to add breadcrums in my application , How i can achieve this task using AngularJS. So far i have implemented router and header file and not sure after this how to use breadcrums in AngularJS. So far tried below code... INDEX
    aftab
    • 535
    • 4
    • 13
    • 46
    -1
    votes
    1 answer

    Can someone break down exactly what a breadcrumb is and how to implement it?

    Can someone break down exactly what a breadcrumb is and how to implement it?
    -1
    votes
    1 answer

    adding an image to css breadcrumbs

    I want to use these nice breadcrumbs jsfiddle.net/orihadar/bugvgbf5/ but I need to add image above each text, so each LI will include both an image and text under this image (both horizontally centered). Any attempt to do so destroy the nice look of…
    Ori
    • 367
    • 3
    • 16
    -1
    votes
    1 answer

    php and mysql dynamic breadcrumps

    I have a website that list all food sources; In my db I've made a MySQL table named [foods] In my page, when the user click the category he gets list of its all children. in my case food -- Plants ---- Vegetable ------ Aubergine ------…
    SULTAN
    • 1,119
    • 4
    • 12
    • 25
    -1
    votes
    1 answer

    Wordpress, i'm not able to Removes this
  • from Breadcrumbs
  • the pages affected: http://www.love4wellness.it/shop/formula-1-pro/ i tried several ways to remove this unwanted (and wrong) tag. As you can see from the picture below it's also in a wrong position (over each…
    -1
    votes
    3 answers

    Remove hyphen in breadcrumbs

    I use breadcrumbs on my website but would like to display the path name without the hyphen sign. Can someone help me out here? Thanks. Example: From Home / cambodja-informatie / algemeen / geografie To Home / cambodja informatie / algemeen /…
    Cambo28
    • 17
    • 4
    -1
    votes
    5 answers

    how to change li last anchor color

    li elements are use used to create breadcrumb in shopping cart. Breadcrumb shows all anchor elements using style defined for a element from site.css How to make last anchor color black? I tried style below. back color appears only if mouse is over…
    Andrus
    • 26,339
    • 60
    • 204
    • 378
    -1
    votes
    2 answers

    Breadcrumb navigation for a grails app

    for my first grails project i like use a breadcrumb navigation. The only plugin i found so far is menu plugin With this plugin i was only able to create a static menu structure using the CRUD web interface. But the generated menu has its own web…
    user187943
    -1
    votes
    1 answer

    CSS breadcrumbs Help formatting fonts

    I am having some difficulty changing font color decoration ect across the same DIV tag. What I want to do is make a breadcrumb type navigation on certain pages in my site and I would like to minimize the amount or Div's I use so as to make it easier…
    Evan Calo
    • 33
    • 4
    -1
    votes
    1 answer

    Django Snippets Install

    I have downloaded http://www.djangosnippets.org/snippets/1289/ for breadcrumbs, how to configure it in the application ? i.e. where to place the file and any configuration changes ?
    srinigowda
    • 80
    • 9
    1 2 3
    76
    77