Ok, that worked, however as strange as this is it only stays that way if something isn't in the shopping cart.
I actually have another question not related but I am sure you will know what to do! My wordpress side box is missing the side frames. Where would this be?
Thanks your awesome.....
In includes/templates/YOUR_TEMPLATE/common/tpl_drop_menu.php, make sure the shopping cart section looks like this (see the class="noLine" in two places):
I would contact the wordpress sidebox creator about that. IT looks like the wordpress sidebox is missing the usual zencart tag of :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 } ?>
class="sideBoxContent"
That is what controls the side frames in the template you are using.
Hello
Well it looks as if jettrue is the person to talk to so here goes...
Although this has been asked and answered I still cannot get it to work so maybe I am missing something?
I have installed the horizontal dropdown menu and it is not working in ie6.
I have double checked that all files have been uploaded correctly (including includes/csshover.htc) and
is at the top of stylesheet_header_menu.cssCode:body { behavior: url(includes/csshover.htc); }
is there anything else that I may have missed?
Thanks,
Jim.
Pleease Help,
I have installed your Mod to my website www.directdesignonline.com and now all my sideboxes and page images are gone it looks like the script ends after the dropdown menu if that makes since. When i add
<!--bof-drop down menu display-->
<?php require($template->get_template_dir('tpl_drop_menu.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_drop_menu.php');?>
<!--eof-drop down menu display-->
then after I install that in my tpl_header.php everything goes away and if I take it out everything is back. Any suggestions.
Thanks
You have to be very careful when adding and pasting code. Make sure you're not writing over an important chunk. Also, watch out for those hidden HTML tags:
<!-- Hidden Stuff here-->
It looks like you have an extra --> on your site. If you don't pay close attention, those hidden tags done wrong will cause havoc. What you had happen is of course not default behavior, so something went wrong when you added it.
Hello Jade/JetTrue,
Not sure if you had an answer/suggestion for this.
Is it possible to place matching end-cap images on each side of the drop-down menu in order to create rounded corners on the 2 end boxes?
... Like adding a cell on each end to hold a .gif image...?
Here's an image of what I'm trying to achieve: http://www.musecards.com/store/DropDown.gif
PS: If you're not sure how to do this, please let me know so I don't keep posting the same question. Would hate to be a pest but I just have no way of knowing of you're bypassing on replying to my question. Thanks...
PPS: If anyone else knows how to do this, pls. share, and I will do the same if I figure out how. Thanks!