Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Removing |_ from navigation

Removing |_ from navigation

Locked

Views: 1,047

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
3 May 2008, 11:42 AM
#1
art3m15 avatar

art3m15

New Zenner

Join Date:
Apr 2008
Posts:
6
Plugin Contributions:
0

Removing |_ from navigation

Hi,

I want to remove th |_ characters from my navigation and edit the code to read more like an XHTML list for example:

<ul> <li><a href =""></a></li> <li><a href =""></a></li> <li><a href =""></a></li> <li><a href =""></a></li> </ul>

rather than the current links and break tags method.

How would I go about doing this? Which file?

Have already searched in the developer toolkit with no luck.

3 May 2008, 11:46 AM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Removing |_ from navigation

The first part is in Admin - Configuration - Layout Settings - Categories Separator between the Category Name and subcategories

Not exactly sure what you want to do beyond that.

3 May 2008, 12:45 PM
#3
art3m15 avatar

art3m15

New Zenner

Join Date:
Apr 2008
Posts:
6
Plugin Contributions:
0

Re: Removing |_ from navigation

Thanks for that.

What I want to do is change the navigation HTML code so that instead of it having break tags at the end of each link, it will be separated out in to list tags, as per the code above.

5 May 2008, 8:27 PM
#4
lifeforce avatar

lifeforce

New Zenner

Join Date:
Apr 2008
Posts:
11
Plugin Contributions:
0

Re: Removing |_ from navigation

For that I would set the "|_" thing to blank in the configuration and then use tpl_categories.php in the sideboxes folder of your template to add your markup. The Categories Dressing mod has something for formatting your categories as a list already, so you might want to check it out (http://www.zen-cart.com/index.php?main_page=product_contrib_info&cPath=40_52&products_id=609).

5 May 2008, 8:41 PM
#5
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,611
Plugin Contributions:
0

Re: Removing |_ from navigation

Easier - Look in the Downloads section for the CSS Flyout Menu and simply add it to your template and turn off the other.