jettrue I have a question for you. I am using the Return Authorization Module and it put the link for it into the information side box. My question is how would I add it in the drop down menu. Thank you ahead of time.
jettrue I have a question for you. I am using the Return Authorization Module and it put the link for it into the information side box. My question is how would I add it in the drop down menu. Thank you ahead of time.
Is your site Upgraded to the current version 1.5.4 Yet?
zencart-upgrades-website-installation
Give that last menu item (contact us) a class of "noLine", like this:
<a class="noLine" href="
Then it will get rid of the last border; it's not needed
Thanks heaps JT.
Brendan
How do I turn off the Drop Down menu?
In EZ pages, the Header is set to 0 yet the drop down header won't turn off.
Cheers!
v2.2.1
Is your site Upgraded to the current version 1.5.4 Yet?
zencart-upgrades-website-installation
Hi
I have added the horizontal menu bar to my zencart. Its all working fine however my header and logo have gone out of position and the logo has moved towards the centre instead of the left. The part above my header where i had the tile_back.gif image has gone and its all while. Would you mind having a look to see what seems to be the problem. I have category dressing as an add on as well.
cheers
url ravsappliances.com
Hmm, your issue may be because you uploaded my includes/templates/YOUR_TEMPLATE/common/tpl_header.php instead of following this portion of the readme.txt:
3. If you have heavily modified your includes/templates/YOUR_TEMPLATE/common/tpl_header.php, instead of uploading the tpl_header.php included in this download, you can simply add this to your header where you'd like the css menu to appear:
<!--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-->
<div class="clearBoth"></div>