what is the issue?
what is the issue?
Hi .. I originally started with information sidebox .. i then installed
http://www.zen-cart.com/index.php?ma...roducts_id=479
horizontal flyout menu .. and turned off information sidebox .. which I have now switched on again for the purpose of this forum.
I have three objectives
1) In my information sidebox I have a faq link and about us and I would like both these to appear in my horizontal menu ..
2) The about us page links to my home page and I would like it to link to my about us page
3) I would like to remove the specials link under the home tab in the horizontal menu. This I have tried switching off in config/layout settings/catergoriesBox - Show specials link .. set to false
Thanks .. sorry for the long windedness .. I have been all over these files trying to sort it out
PS site is http://www.rosedakinjewellery.com.au...ain_page=index
Very much appreciate your help![]()
well, you can edit the links in includes/templates/YOUR_TEMPLATE/common/tpl_drop_menu.php
you will not be able to do this in admin
1 & 2)
add this
between:Code:<li><a href="index.php?main_page=about_us">About Us</a></li> <li><a href="index.php?main_page=faq">FAQ</a></li>
andCode:<ul class="level2">
Code:<?php if (DEFINE_SHIPPINGINFO_STATUS <= 1) { ?>
3)you will need to find and remove this line to remove the specials link
Code:<li><a href="<?php echo zen_href_link(FILENAME_SPECIALS); ?>"><?php echo HEADER_TITLE_SPECIALS; ?></a></li>
if you have not edited this file yet, please see attached file, just replace the one you have with this, i have already done the editing
I love you forever lol .. I was going about it the wrong way .. inserting the whole define statement .. so simple when you know how. Thanks![]()
no problem :)