A navigation aid used in user interfaces
-1
votes
0answers
11 views
How to add Breadcrumb navigation bar in joomla3.0 [closed]
0, how could add Breadcrumb navigation bar in joomla3.0. please guide me urgently.
0
votes
1answer
28 views
Bread crumbs In grails
I want to know the usage and implementation of the bread crumbs in grails.
i have some gsp(view) pages ,Home page is default i have 6 categories and in that 6 sub pages i need to show the navigation ...
-1
votes
0answers
25 views
I want sitemap implementation and They need to be Google schema breadcrumbs
Hi I have placed sitemap control in my asp.net application, it is running very fine. but my client asking that they need to be google schema breadcrumbs. so is it possible to do this using sitemap ...
0
votes
0answers
17 views
Github's create a new file component
I am trying to create a similar component from Github, that when the user is creating a new file, he can type in the folder name in the input field (step 1 on the image below), and the moment the user ...
0
votes
0answers
17 views
Efficient Breadcrumbs On Rails Multi Model Tree?
I am new to rails and unclear about how to efficiently display breadcrumbs on a multi model tree hierarchy. My app tree is 7 models/levels deep but I will illustrate with 3.
class One
has_many :twos
...
1
vote
3answers
60 views
Is there a way to achieve a 6-point button in HTML? [closed]
I'm trying to achieve something similar to how Apple does their breadcrumbs in the footer:
I was thinking CSS3 (border-radius), but that does rounded corners only. Or is is a simple HTML5 feature?
...
0
votes
1answer
55 views
Zend Navigation Breadcrumb and Menu links issue for Album Module
I have noticed a bug. While gone though following reference link, I have created Album module and set Navigation Breadcrumb and Menu as per documented.
...
0
votes
1answer
69 views
jquery - dynamic breadcrumb
I'm trying to create a breadcrumb system for my site using the following:
<div class="breadcrumb">
<div class="item"><a href="#home">Home / </a></div>
</div>
...
0
votes
0answers
8 views
Parse output of breadcrumbs function
Hi guys could you give me a hand on this...
I amb using the breadcrumbs function provided by velocity:
#if ($the_title != "Home")
<nav class="site-breadcrumbs" id="breadcrumbs" ...
0
votes
2answers
35 views
How to properly indicate the direction within a breadcrumbs?
We often see people use the "greater than" character (>) in their breadcrumbs' HTML code[1] to indicate the direction within their breadcrumbs. That obviously is incorrect because the "greater ...
0
votes
1answer
34 views
Codeigniter, Jquery, want to show breadcrumbs
I want show breadcrumbs in my site..
I have used jquery bbq in my website.
and i tried to implement the breadcrumbs like in my site.
My BreadCrumbs View File includes:
<ul class="breadcrumb">
...
0
votes
1answer
52 views
Magento, Navigation Active Class and Breadcrumbs Behaving Strange
Another Magento issue - there seems no end to them.
This time the top menu navigation class 'active' and breadcrumbs seem to appear/disappear depending on the user journey (I guess due to page ...
0
votes
0answers
30 views
Symfony2, WhiteOctober-Breadcrumbs composer install not working
I would install the whiteoctober breadcrumbs to my Symfony 2.2.1 with composer.json and command php composer.phar install.
I found breadcrumbs here:https://github.com/whiteoctober/BreadcrumbsBundle
...
-1
votes
5answers
83 views
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 ...
0
votes
1answer
55 views
How to remove dynamic url breadcrumb using Codeignitor breadcrumb helper
I am using codeigniter breadcrumb helper from https://bitbucket.org/cahva/codeigniter-autocrumb/src/59a0dbe8aba2/helpers/breadcrumb_helper.php to set a simple breadcrumb. One of my url as follows,
...
0
votes
1answer
31 views
MODx - Resource Alias breaking plugin - Using pages with “/” in the URL? ( /resources/page.html )
I currenlty have a MODx website setup, and I am wondering if it's proper to have my links look like this (And by that I mean my resource alias):
myurl.com/help/configuration/basics.html
Putting ...
2
votes
0answers
30 views
How to insert homepage and current page in breadcrumbs?
I'm working on breadcrumbs for a client's website, and I'm asking myself if homepage has to be in its code.
So, is it better to do :
With link to homepage and current
<div itemscope ...
0
votes
1answer
44 views
Gradient color for css traingle
I have navigation menu which has css arrow. I could get the gradient effect to the navigation menu items but not able to get it for arrow.
<ul id="content_navigation">
<li><a ...
1
vote
1answer
80 views
Building breadcrumbs in Symfony2
I'm creating a website and have successfully got my navigation Menu working using a tree structure stored in a database.
A Menu object as a active property, but I don't know how to go about setting ...
0
votes
0answers
41 views
Display breadcrumbs of pages in a website
I am very new to struts2 I want know how can I display navigation of pages in a website like
home->login->your account->xx-> etc in the current JSP page
2
votes
1answer
109 views
breadcrumb markup - home and current page?
Are you supposed to markup the home and current page for the breadcrumb? I am using data-vocabulary only because schema.org doesn't allow titles or urls to be marked up - only a line of text without ...
0
votes
1answer
145 views
Misleading breadcrumbs when using back-button with AngularJS
I'm using the ngBreadcrumbs-Service from Enrico Pulatzo (jsfiddle). Pushing breadcrumbs and unregistering works fine as long as the user clicks on the breadcrumb. However, if the back-button or ...
0
votes
0answers
33 views
Which breadcrum is best? Breadcrum_on_rails Or Crummy [closed]
I have a requirement, where I have nested controllers from various resources. Based on the Parent resource I have to form breadcrumbs and urls dynamically.
I am thinking of using any of the one. ...
1
vote
2answers
58 views
Simple Bread Crumb with regex
I am trying to create a simple bread crumb with regex by splitting a given URL:
Input is a URL in this form - ...
0
votes
1answer
48 views
Approaches to build breadcrumbs
I have been working on a website which is basically a learning portal and user will have certain lessons inside certain category.
My requirement is to build breadcrumbs on the pages. I don't want to ...
0
votes
0answers
94 views
cakePhP BreadCrumbs
What I did
Hi, i´m working on a website where i have a view where i have a list of mattresses, on every item i have a link to a view/item_id. where i can see the specifications of the item. at the ...
1
vote
1answer
62 views
Remove 'home' link from breadcrumb
I have breadcrumbs such as Home > Instance > Action in all my view pages. How can I remove the 'Home' link from all the breadcrumbs?
$this->breadcrumbs=array(
'Keypairs'=>array('admin'),
...
0
votes
0answers
37 views
jBreadCrumb and jQuery 1.9
I'm newbie in jQuery and I like breadcrumb plugin http://www.comparenetworks.com/developers/jqueryplugins/jbreadcrumb.html but it not work with jQuery 1.9.0. Is it possible to fix this to work with ...
0
votes
1answer
40 views
move text from BreadCrumb to the left
I want to move the text "Home" from the BreadCrumb "Search" to the left, so that it is over the Sidebar.
You can see it being on the right in this example.
When I type text align: left it only moves ...
0
votes
0answers
101 views
MvcSiteMapProvider on View side with razor get parents of current node
I am using MVC Site Map Provider for creating some breadcrumbs
what i wanna do; creating breadcrumbs on view using razor
i would like to do some calls like shown below
<div id="navbar">
...
-1
votes
1answer
92 views
CSS breadcrumbs Help formating 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 ...
0
votes
0answers
51 views
How to override the range of a rootline menu in TypoScript
I want to override the range of a rootline menu if LEVELUID:1 = 2.
My structure is like:
A
-B (id=2) range should be 2|-1
--B.A
--B.B
-C (id=3) range should be 1|-1
--C.A
--C.B
The code below is ...
1
vote
1answer
34 views
How to know the link clicked by the user to set the breadcrumb using views in drupal 7?
I'll try to explain my problem giving a little context first.
I'm building a catalog of products and to categorize them I'm using a taxonomy tree with 4 sublevels. Each product can be related with ...
0
votes
1answer
37 views
breadcrumb in OSClass
I'm new for OSClass.
I saw
$breadcrumb = osc_breadcrumb('»', false);
in header.php. Where osc_breadcrumb() is define? I'm using modern theme.
1
vote
2answers
37 views
Grabbing individual elements in MySQL Table
I'm attempting to add Breadcrumbs to my website using a MySQL table, and I'm having difficulty at the moment.
I have a table named 'includes' created that stores information about the category, page, ...
0
votes
1answer
88 views
PHP Array to HTML hierarchy (multiple breadcrumb trails)
I have a array in php that looks like this when doing a print_r($breadcrumb)
Array (
[url] => /category/
[text] => Category
)
Array (
[url] => /category/subcategory/
[text] ...
0
votes
1answer
987 views
jquery breadcrumbs trail examples or Tutorial?
I am suppose to make a breadcrumb trail with jquery as my website has nested pages? I am unknown to breadcrumb and how it works if i want to add breadcrumbs dynamically to web pages?
any help or ...
0
votes
1answer
199 views
MVC SiteMap Hiding a node from menuhelper, but display in sitepathhelper (breadcrumbs)
I'm trying to hide a node from my site menu, but display it in my breadcrumbs
I'm following the tutorial here: https://github.com/maartenba/MvcSiteMapProvider/wiki/Advanced-Node-Visibility
...
0
votes
1answer
131 views
Breadcrumbs that follow navigation menu structure
Is it posible to create a breadcrumbs function for wordpress that will follow the menu structure and not the parent-child relationship?
I am customizing a PressEvent theme which has several custom ...
-1
votes
1answer
54 views
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 ?
6
votes
2answers
380 views
Display crumble path with ember
I want to display a crumble path with Ember. How can I iterate through the current path?
In my opinion there are two approaches:
The ember-way
EDIT: see my answer below
I keep this question ...
0
votes
1answer
102 views
How to bring up “Bradcrumbs” navigation bar in Netbeans 7.3
Occasionally closed this bar with "close" button on right end and can't find any menu item or button to bring it back. Is it a bug, or there is a way to display it again without erasing Netbeans ...
3
votes
1answer
432 views
ASP.NET MVC 4 Breadcrumbs with dynamic list and parameters
Basically what I'm trying to do is create a list of breadcrumbs. That list of dynamic (as you drill down to deeper pages the list of breadcrumbs grows) and most links have parameters. I've seen ...
0
votes
0answers
44 views
How to display content using separate aliases, menu/breadcrumb selections, taxonomy links based on context using Drupal
I'm building a site using Drupal that has content items (e.g. news articles) that can be linked to (aka tagged with) one or more 'projects'.
E.g. News Articles have this structure, and appear like ...
1
vote
1answer
40 views
drupal bread crumb view to show only Home > Search
I just added search to my drupal theme
and when it go to the search page my bread crumb shows
home > Search > Content > Search
is there a way to make it just
Home > Search
Thanks
Terry
-1
votes
2answers
200 views
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 ...
0
votes
0answers
118 views
Broken sharepoint breadcrumbs when adding spfile manually in c#
when i add file manually from c# (aspx file), the breadcrumbs navigation didn't work. I've used 2 different way. Using spfile :
using (SPWeb web = properties.Feature.Parent as SPWeb)
{
...
7
votes
1answer
218 views
breadcrumbs are not added on cached views
in my Layouts default.ctp I have
<!--nocache-->
<?php echo $this->Html->getCrumbs(' / ', 'Home'); ?>
<!--/nocache-->
Inside a view called rules.cpt I have
...
0
votes
0answers
89 views
UI workflow : visually create a sequence of instructions
any recommendations about a user interface that let users create their own workflows (an instruction in the form of a sequence of tasks or operations) for a set of given tasks?.
I'm thinking in ...
2
votes
1answer
79 views
How to clear FragmentBreadCrumbs From Fragment BackTrace?
When I want to set BreadCrumbTitle I do it like:
FragmentTransaction transaction_action = fragment_Mgr.beginTransaction();
...
transaction_action.setBreadCrumbTitle("BreadCrumbTitle");
But the ...









