Hi Clyde im using this template for my new website: lemy.co.uk and it looks great...but i would like my customers to navigate better so im trying to install the CSS Flyout menu 1.5 from here:
http://www.zen-cart.com/forum/showthread.php?t=58629
The problem is that the tpl_header from the cold_steel template is modified so in this case its says there in the readme that i should add this code to the tpl_header :
I've done this and i double check the installation and site is messed up. Is there any way that i can integrate the flyout menu into your template?PHP Code:
<!--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>
Also i would like to know how to add a few extra buttons in the navbar for the rss feed,etc, like you have on you website.
Cheers!
open includes/templates/cold_steel/common/tpl_main_page.php
find the following section of code:
just below this add the folllowing:PHP Code:
<!-- bof breadcrumb -->
<?php if (DEFINE_BREADCRUMB_STATUS == '1' || (DEFINE_BREADCRUMB_STATUS == '2' && !$this_is_home_page) ) { ?>
<div id="navBreadCrumb"><?php echo $breadcrumb->trail(BREAD_CRUMBS_SEPARATOR); ?></div>
<?php } ?>
<!-- eof breadcrumb -->
PHP Code:
<!--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>
I have done that, but doesnt seem to work... you can look at it now:
www.lemy.co.uk
i think its interfering with the navbar from the template
Ah thanks a lot clyde i done exactly what u said and it was a silly typo.
I have one more question:
as most of the buttons in the navbar are now covered by the flyout menu, im thinking to remove the 'doubles' from the navbar and add some best selling categories of my choice. How do u think i should do that?
Cheers!
Bookmarks