Jump to content

breadcrumbs moved to in header.tpl


Recommended Posts

You can't add the breadcrumbs in header.tpl because the breadcrumb items are specified in the individual TPL files. You should move the breadcrumbs back where they were before, then use CSS to move it up. For example, change the /* breadcrumb.tpl */ section of global.css to:

.breadcrumb { font-size: 1em; color:#FFFFFF; position:absolute; margin-top:-75px; margin-left:120px;
}

Link to comment
Share on other sites

  • 1 month later...

From this thread

I did this
{capture name=path}{l s='Breadcrumb item'}{/capture} {include file=$tpl_dir./breadcrumb.tpl}

posting that in my left column (that's where I want it to appear) that's the only thing I've done.

I'm still getting the breadcrumb item in the capture, even as I click on each category. I have the categories set to Home as the parent, I don't see how to have another option. In the other thread referenced, it's talking about the products.

Also, I'm getting the breadcrumbs in both places... how do I only get it in the left column?

TIA

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...