could I see a link to your site?
Printable View
Sure.
the chop haus DOT com
Also, as an aside, i had another question.
I don't know if this has been answered already, but when I make sub-categories within my Zen Cart Admin, specifically for the "Knives" section (originally titled Categories) it changes the category link to the site map for some reason.
You can see what I mean by checking out my site above. Thanks for all of your help.
Also, when I add subcategories, the drop down menu doesn't seem to include the top category when selecting the subcategory. For instance:
The hierarchy of the Sani-Safe Cooks knives should be:
Home :: Sani-Safe :: Cook's Knives
the chop haus DOT com /index.php?main_page=index&cPath=5_7
But when I click on Cook's Knives from the drop down menu, I just get
Home :: Cook's Knives
the chop haus DOT com /index.php?main_page=index&cPath=7
notice how it doesn't include Sani-Safe on the page. I can't seem to figure this out.
Let me thank you again for keeping up with my problems, I hate to keep nagging you but you are a great help and resource to me and a lot of others on this forum. Thanks so much.
OK, if you want to change the menu to percentages, one of the instructions was to change the 70em's to 100%. The 70em I think is what is causing your menu to split into two lines, and what is keeping you from using 16.667%. If you don't want your menu to go all the way across, you could use a smaller percentage, like 85%. But the two 70ems need to be changed in stylesheet_header_menu.css.
The category link would be the site map, whether or not you changed it to "Knives" because that is what it is set to in tpl_drop_menu.php. You'll see my "categories" button goes to the site map as well. This is because there is no default zen cart page that only lists categories, so instead I had it go to the site map.
So you can just change that manually:
toCode:<li class="submenu"><a href="<?php echo zen_href_link(FILENAME_SITE_MAP); ?>"><?php echo HEADER_TITLE_CATEGORIES; ?></a>
To fix the issue in your next post, follow these instructions:Code:<li class="submenu"><a href="knives_link_here">Knives</a>
http://www.zen-cart.com/forum/showth...ink#post391875
hi, i'm new zenner, i have few question to ask.
1)how can i move my menu to center, now it's on the left.
2)how can i remove the home and login at the top header there?
3)how can i change the background color?
http://www.ninten-shop.com/
this is the link to my site.
anyone can help me?:frusty:
I just wanted to say thanks jettrue, you really helped me out. Thanks for taking time out of your day to sit with my issues and work them out with me.
--Noleafclover614 :clap:
Ok Looked trough just about everything maybe I am not searching for the right terms.
www.mygirlshoes.com
I can't seem to get rid of the blue image that was behind the category tabs menu after installing this mod. (The one that is now in conflict with the header image. )
I tried toying around with css navcattab wrapper on the main css sheet...that gets rid of it but also causes the header image to disappear as well.
I guess since I am asking, I want all the text to be centered as opposed to the left alignment. Where would I look to make that happen?
Thanks ahead of time!
-Steve
Never mind I re named a file in the template called link_cap_left, that seemed to do the trick!
Glad that worked out for ya!
If you want the menu spread out and centered, follow these instructions:
http://www.zen-cart.com/forum/showth...ths#post390897