Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Can Someone Please Help with finding a file


linder60

Recommended Posts

Posted

Hello everyone,

 

On the teststore I have in the Nav Bar I think its called under the header banner, links to different areas in the store. It looks alittle neater because of the Vertical lines separating the links, and on the left side there is an arrow showing where you are.

 

In the live store, they arent there, I've been looking at the files for awhile now and I cant find where to change the code in the live store to make it look like the teststore.

 

If someone can steer me in the right direction I'd appreciate it.

 

http://cocomilkcollectibles.com/shoppingcart/index.php (The live store)

 

http://www.cocomilkcollectibles.com/testst...gcart/index.php (The teststore)

 

Thanks,

Linda

Posted
Hello everyone,

 

On the teststore I have in the Nav Bar I think its called under the header banner, links to different areas in the store. It looks alittle neater because of the Vertical lines separating the links, and on the left side there is an arrow showing where you are.

 

In the live store, they arent there, I've been looking at the files for awhile now and I cant find where to change the code in the live store to make it look like the teststore.

 

If someone can steer me in the right direction I'd appreciate it.

 

http://cocomilkcollectibles.com/shoppingcart/index.php (The live store)

 

http://www.cocomilkcollectibles.com/testst...gcart/index.php (The teststore)

 

Thanks,

Linda

 

If I am following you correctly that is defined inside includes/classes/breadcrumbs.php. Take a look at line 28:

 

function trail($separator = ' - ') {

 

I think is what you are looking for.

 

Be well,

Tina

If you're not having fun you're not doing it right

 

Teach a person to fish rather than give them a loaf of bread or however that saying goes.

Posted
If I am following you correctly that is defined inside includes/classes/breadcrumbs.php. Take a look at line 28:

 

function trail($separator = ' - ') {

 

I think is what you are looking for.

 

Be well,

Tina

 

Thanks Tina,

 

I checked both stores and that line 28 in both stores is exactly the same like you have.

Its gotta be around here somewhere !!

 

Have a good one,

Linda

Posted

Find the TD.headerNavigation area in the live store's stylesheet.css file and change the color: line. Right now I think you have #000000 in there, make it #FFFFFF instead.

Posted
Find the TD.headerNavigation area in the live store's stylesheet.css file and change the color: line. Right now I think you have #000000 in there, make it #FFFFFF instead.

 

Cindy,

 

Thanks so Much !!! I am such a DORK. I never would have found that goof up in a million years. I was looking at the header.php, header_tags.php, I looked at the css and of course totally missed that.

 

You are a life saver.

 

Have a great day !! Thanks again !!

 

Linda

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...