Closed (fixed)
Project:
Aeon5
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
8 Mar 2007 at 22:08 UTC
Updated:
31 May 2007 at 11:31 UTC
Thanks for the brilliant theme, appreciated!
However, it would be a nice addition to have breadcrumb as a part of the navigation experience for users... (or have I missed some settings or so? ...I'm using Firefox 2.0.0.2 and Ubuntu-edgy Linux)
Sorry I can't help in coding, but once again, a Big Thanks for your nice theme for Drupal community!
Comments
Comment #1
xweb commentedThe breadcrumb links were left out by design when I initially put it together. I am still undecided whether they belong in this theme.
I can't imagine where breadcrumbs would go but i _will_ give it some thought.
Comment #2
Abilnet commentedThanks for the info... as a non designer nor coder, for me from the user point of view, it seems natural to have the breadcrumb under the title graph but before the content/side blocks (maybe making the space a bit wider or so?) Such a Very Professional and clear theme as Aeon5, I feel that it would be a more than great addition to have the breadcrumb.
Thanks for your hard work and nice theme anyway!
Comment #3
huayen commentedI also think breadcrumb is necessary. Anyway, thank you for contributing such a great theme.
Comment #4
bkat commentedI've modified Aeon5 to put the breadcrumb in the space right above the content. Go to http://womensfooty.com to see how I'm doing it.
In page.tpl.php, after
print $breadcrumb;In style.css add
/* kjh: format the breadcrumb in the little space above the sidebar and
content*/
div.breadcrumb {
width: 570px;
font-size: 8pt;
margin: 0 0 -20px 0;
position: relative;
left: 211px;
bottom: 13px;
overflow:visible;
}
I make no claims about this being the best way to format the breadcrumb in that space but it seems to work on Firefox, Konqueror, and IE 6 (running under Crossover on Linux)
Comment #5
Christopher Herberte commentedAdded breadcrumb. I've put this just below the node title, it's fairly inconspicuous. A compromise as I did not feel the theme needed breadcrumbs.
Enjoy.
Comment #6
(not verified) commented