This file:
http://www.africanartandmasks.com/includes/csshover.htc
is not online on your site. Make sure it is uploaded. Also, it should be root/.htaccess.
This file:
http://www.africanartandmasks.com/includes/csshover.htc
is not online on your site. Make sure it is uploaded. Also, it should be root/.htaccess.
Open up includes/templates/YOUR_TEMPLATE/common/tpl_drop_menu.php, and put the link inside one of the sections, probably best in the "information" drop down, just add your link after one of the drop down links, like this:
<li><a href="link_here.htm">Name of Link Here</a></li>
Hi jettrue Once again thanks for taking the time to help others out. I don't know why csshover.htc was not there... anyway I've put it there and still no joy with ie6. As for the .htaccess - where should that file come from? If I use the one from includes then I get a 'Error 403 - forbidden' and cannot access the site. btw... just to be sure that I am clear - the root/.htaccess - is 'root' the folder that I uploaded the Zen Cart files to originally? Jim.
Thanks it worked well. But what I'm really trying to do is have it in a separate menu not inside one of the others. Such after the shopping cart tab. I've been playing with it but can't get it right yet....
![]()
I found this site in the wordpress thread.
http://www.mummycare.com.my/shop/
Some how they have got the blog link in the drop menu the same way I want it. I've tried to do this but can't get it in the right place. I know it can't be THAT hard lol but I keep getting it inside or under the other sections...![]()
Firefox error using this dropdown menu
It works fine for me in other browsers, but in firefox i get this:
http://www.zen-cart.com/forum/showth...479#post444479
Any ideas?
Many Thanks
Samantha Andrews
I have the same problem in firefox: the head is separated from the body. I'm not sure it's because of applying the CSS dropdown menu or not (I installed yesterday), since I did not use firefox for a while during site modification. Any help will be appreciated.
Here is my site: http://www.bioland-sci.com
Driving me nuts!
Nothing I try will get Firefox to work it!
argh!!
In the download for this template, there is the "additions_to_.htaccess" file. You simply add that to the folder that contains all of the zen cart files... so the .htaccess would be right before the admin folder. The .htaccess doesn't come from anywhere, if it doesn't exist in the root of your cart, simply create it in notepad, save it as .htaccess, and upload it.
Does the dropdown work at your site without the www? If so, the .htaccess changes will fix that issue. Do you want your site to have the www when people visit it, or not?
Just a single item, right, not a drop down list? Add the same thing,
Just add it after this:Code:<li><a href="link_here.htm">Name of Link Here</a></li>
Code:<?php if ($_SESSION['cart']->count_contents() != 0) { ?> <li class="submenu"><a class="noLine" href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a> <ul class="level2"> <li><a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>"><?php echo HEADER_TITLE_CHECKOUT; ?></a></li> </ul> </li> <?php } else { ?> <li><a class="noLine" href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a></li> <?php } ?>
Bookmarks