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

How to remove end of breadcrumb with CSS / jQuery

I tried to look this up, but everywhere I find this question asked, the html code is so much different and didn't apply to my problem. We are using a ready made e-commerce platform, that renders out the breadcrumbs in the following…
Pawel S.
  • 1
  • 2
-1
votes
2 answers

how to call a javascript function on page load from every jsp page

i have a javascript breadcrumbs() function and i want that this function should be call on page load of every jsp page ,so my breadcrumb can be set for all jsp. can anyone help me?
manoj
  • 118
  • 8
-1
votes
1 answer

How To Display Breadcrumbs from Right to Left using JS?

How can I display a breadcrumbs navigation menu from right to left? e.g.: document.title «myPage «Home I am using the script below that displays left to right but I am unable to figure how to manipulate it correctly.
user742030
-1
votes
1 answer

How do I change recursive php breadcrumbs into links?

I'm working an a shopping cart with a page called display.php. This page is called repeatedly as you go through the navigation, always calling itself but querying for new, more specific things. I am trying to make breadcrumbs that will provide…
Dakkadakka
  • 51
  • 1
  • 11
-2
votes
1 answer

Using breadcrumb url's

I have developed a website that has a lot of files. I have made a directory for them and put it there. i need to know if i can make a Custom url path so that my community to see the url, https://mywebsite.com instead of…
-2
votes
1 answer

BreadCrumbs Navigation Visualization in hierarchical way

I have breadcrumbs like the following Home -> Patio, Lawn & Garden -> Farm & Ranch Home -> Clothing, Shoes & Jewelry -> Uniforms, Work & Safety etc... I need to build a tree visualization for entire breadcrumbs. I have around 45k such breadcrumb…
bigbounty
  • 16,526
  • 5
  • 37
  • 65
-2
votes
1 answer

Breadcrumbs for one-page ( wordpress )

I'd like to build the breadcrumbs for a one-page. I would like to know if there is some way to change title in the header by scrolling site. When screen 1 is active, display screen 1 title. When screen 2 is active, display screen 2 title. Please…
-2
votes
2 answers

How to add Breadcrumbs everywhere on my wordpress site?

Like you can see in the picture, I want to move the breadcrumb from header to the page content. I tried to insert the code of Yoast SEO into different part of my theme but I didn't succeed. I wanted to put it in page.php or single.php but it didn't…
-2
votes
1 answer

Why does the main content of my website jump?

http://104.193.173.104/modx/contact-information.html I have the breadcrumb of the website I'm building affix under the top bar when scrolling down. For some reason, the rest of the website content jumps up when the switch happens. Any ideas why? My…
Matthew Meredith
  • 75
  • 1
  • 2
  • 10
-2
votes
1 answer

breadcrumb with bootstrap i want make it responsive

I want to make this bradcrumb responsive with the all sizes i don't know if it can but i am tried but not reach to result can you help me i am fresher on bootstrap , this is the css for the breadcrumb…
magdy
  • 31
  • 1
  • 7
-3
votes
1 answer

how to put every list tag on each other?

I'm new in css and html I have three
  1. a tags. I wanna put every new tag under another a tag I use z-index and relative position but it doesn't work for me and every new tag go on previous tag. how can i solve this problem with css . here…
m hadadi
  • 949
  • 2
  • 10
  • 22
-3
votes
3 answers

Removing the filename extension from a string

I'm creating a breadcrumb script like this:
-4
votes
5 answers

Convert PHP Array to HTML Breadcrumbs

I want to convert the following php array: $crumbs = array( 'Financial Accounting' => 'financial', 'Ratio Analysis' => 'ratios', 'Current Ratio' => 'current-ratio' ); to html breadcrumb as shown below:
-4
votes
2 answers

Show search result URL as breadcrumb

I need to display the URLs in a list of search results in a breadcrumb style (i.e. such as Google does - Google Breadcrumbs), and have limited knowledge of JavaScript (and haven't touched it in nearly two years). Can you help me please? I can…
1 2 3
76
77