Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / move breadcrumb trail into nav...

move breadcrumb trail into nav...

Locked

Views: 1,981

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
13 Sep 2006, 6:24 PM
#1
khopek avatar

khopek

Totally Zenned

Join Date:
Aug 2006
Location:
portlandish, oregon
Posts:
795
Plugin Contributions:
0

move breadcrumb trail into nav...

how do i move the breadcrumb trail links into the header nav? right now it's right below the nav on my site, i would like the links to show up in the black bar that is also holding the "search".

this is the last thing on the main page i need to fix! :D

16 Sep 2006, 1:38 AM
#2
khopek avatar

khopek

Totally Zenned

Join Date:
Aug 2006
Location:
portlandish, oregon
Posts:
795
Plugin Contributions:
0

Re: move breadcrumb trail into nav...

so after killing my brain forever trying to figure this out.. i finally got it to at least look how i want. who knows if it's right....But here's what I did...

I changed this:

#navBreadCrumb {
margin-top: 0px;
background-image:url(../images/centercolumn_capsule.gif);
background-repeat:no-repeat;
background-position:center;
font-size: 10px;
font-weight: bold;
color: #000000;
padding: 0.5em 0 0.5em 1.5em;
}

To This: (lines with a * in front are the lines I changed)

#navBreadCrumb {
* margin-top:-21px;
* background-color:transparent;
* /background-image:url(../images/centercolumn_capsule.gif);/
background-repeat:no-repeat;
background-position:center;
font-size: 10px;
font-weight: bold;
* color: #ffffff;
padding: 0.5em 0 0.5em 1.5em;
}

and then also had to change the links so the visited ones would show up

So I added this:

a:visited, #navBreadCrumb a:visited {
color:#ffffff;
}

16 Sep 2006, 1:38 AM
#3
khopek avatar

khopek

Totally Zenned

Join Date:
Aug 2006
Location:
portlandish, oregon
Posts:
795
Plugin Contributions:
0

Re: move breadcrumb trail into nav...

and i just checked this in Internet Explorer and....LINKS DON"T SHOW UP....

GREAT! i'm glad firefox is the only one any of my stuff works in... ARGH!

16 Sep 2006, 12:47 PM
#4
sketchy avatar

sketchy

Totally Zenned

Join Date:
Aug 2006
Location:
Canada
Posts:
940
Plugin Contributions:
2

Re: move breadcrumb trail into nav...

Did you change something? Because, I don't see any links in Firefox concerning that nav bar. :ohmy:

16 Sep 2006, 2:10 PM
#5
sketchy avatar

sketchy

Totally Zenned

Join Date:
Aug 2006
Location:
Canada
Posts:
940
Plugin Contributions:
2

Re: move breadcrumb trail into nav...

Being my typical self, I overlooked what you were talking about and built a header navigation bar with EZ page links in it. It was perfect, but gosh, what a waste of time apparently. That'll teach me to focus on my reading skills. I was so proud of myself and happy to relay some good news, until I re-read your project intentions and I've got another misguided creation to toss into the scrap bin on my desktop. I finally saw what you meant, but I just don't know why I thought "EZ Pages".

I may start over, just for the let down. :wink2:

16 Sep 2006, 3:24 PM
#6
sketchy avatar

sketchy

Totally Zenned

Join Date:
Aug 2006
Location:
Canada
Posts:
940
Plugin Contributions:
2

Re: move breadcrumb trail into nav...

I'm just too nice(I know, I know)... your new tested mod is ready for delivery. :smartass:

PM me with your email address and I'll send out the goods. If you are feeling generous, you can always donate something back to the Zen Cart team.

Hey, were you aware that your log in doesn't work... it's just a plain black page. I couldn't get any text to highlight, so I checked your page source and a problem revealed itself.

16 Sep 2006, 7:57 PM
#7
khopek avatar

khopek

Totally Zenned

Join Date:
Aug 2006
Location:
portlandish, oregon
Posts:
795
Plugin Contributions:
0

Re: move breadcrumb trail into nav...

great! i don't even know what that error means.

i wonder if all this has somethng to do with me trying to upgrade...
i'm pretty sure that was unsuccessful as my zencart version is still 1.3.0
too confusing..it's way easier to just do it through my host :)