Zen Cart Logo
Forums / General Questions / How can I edit the navigation menu?

How can I edit the navigation menu?

Views: 740

Results 1 to 4 of 4
5 Feb 2013, 8:51 PM
#1
kartune avatar

kartune

New Zenner

Join Date:
Nov 2012
Posts:
8
Plugin Contributions:
0

How can I edit the navigation menu?

The site is http://monstersinmotion.com

There is a top navigation menu that was created by the previous developer. If you click on NEWSLETTER, the page has the title but it's blank. However, the link to the newsletter on the left down the middle of the page links up correctly. I want to change that entire top menu, but cannot find the php file to edit it?? I know that it is a background image with the link over top of it. Any help would be much appreciated. Thanks.

5 Feb 2013, 9:45 PM
#2
niccol avatar

niccol

Totally Zenned

Join Date:
Apr 2009
Posts:
2,138
Plugin Contributions:
1

Re: How can I edit the navigation menu?

Honestly you are going to struggle to get a good answer to that. It is entirely non-standard. And on top of that it is an image map. Where is the code that the developer used? Who knows! We'd just be guessing.

My guess is includes/templates/your_template/common/tpl_header.php. I am offering odds of five to one against on that :-) You are looking for some code that has this kind of thing in it.

<area shape="rect" coords="6,51,167,76" href="index.php?main_page=contact_us" alt="Contact Us">

Zen doesn't use image maps as standard so if you find something like that then you are probably in the right place.

5 Feb 2013, 10:09 PM
#3
kartune avatar

kartune

New Zenner

Join Date:
Nov 2012
Posts:
8
Plugin Contributions:
0

Re: How can I edit the navigation menu?

Thanks for your help. :smile:

5 Feb 2013, 10:17 PM
#4
niccol avatar

niccol

Totally Zenned

Join Date:
Apr 2009
Posts:
2,138
Plugin Contributions:
1

Re: How can I edit the navigation menu?

well, just sorry not to be of more help but it really is just guessing what the other guy actually did.