Hi and thanks for the drop mod, I want to get rid of the home/login Nav in the top left corner (as they are in the drop menu) can you please tell me how to do this. The site is on localhost so cannot give link to site.
Hi and thanks for the drop mod, I want to get rid of the home/login Nav in the top left corner (as they are in the drop menu) can you please tell me how to do this. The site is on localhost so cannot give link to site.
Craft Magick
You were on the right tract, but you also need to modify the file /includes/templates/your_template/common/tpl_drop_menu.php
Is your site Upgraded to the current version 1.5.4 Yet?
zencart-upgrades-website-installation
Wally
You need to make this request in the right place. The cherry zen template thread. http://www.zen-cart.com/forum/showth...72703&page=150
Is your site Upgraded to the current version 1.5.4 Yet?
zencart-upgrades-website-installation
Ive installed his mod and at the moment my categories has two sub categories.
One sub category goes straight to the product page and the other sub category has 8 sub sub categories which each go to a product page.
How can I edit this mod so my two sub categories are in the header, and the one that has sub sub categories acts as a fly out?
thanks a lot
james
Forgot to mention the problem im having,
When I comment out the heading of the links i dont want, it removes them ok but the roll over stops working properly. It goes all 'jittery' and the fly out dissapeares when you move you mouse off the button and onto the link in the flyout you are trying to click on.
OK, Ignore the last post. I dont know what I was doing wrong but the commenting out is working now.
I’ve commented out all the links in the header except ‘Categories’.
How can I put both my sub categories in the header, rather than ‘categories’ (which contains them).
thanks
james
Probably quite obvious to the php literate, but the 'categories' link in the code seems to be;
<li class="submenu"><a href="<?php echo zen_href_link(FILENAME_SITE_MAP); ?>"><?php echo HEADER_TITLE_CATEGORIES; ?></a>
So im assuming that if you copied this code but changed the;
php echo HEADER_TITLE_CATEGORIES
to point to whichever sub category you wanted the link to be, that would be the way to do this?
I’ve tried replacing ‘CATEGORIES’ with the name of one of my sub categories but that didn't work.
Am I on the right track?
james