2 Attachment(s)
Re: CSS Dropdown menu for the header- With Categories!
I wonder if someone can help me here? It should be quite simple buy I'm really quite limited when it comes to this type of thing. We are www.silkblooms.co.uk and I'm keen to change our customer gallery into archived pages as it's getting really, really long on one page. At the moment we have this:
Attachment 13062
But I want to have this:
Attachment 13063
Here is an extract of the code that's used for this section of the menu from tpl_drop_menu.php
PHP Code:
<ul class="level1">
<li class="submenu"><a href="http://www.silkblooms.co.uk"><?php echo HEADER_TITLE_CATALOG; ?></a></li>
<li><a href="<?php echo zen_href_link(FILENAME_CONTACT_US, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CONTACT_US; ?></a></li>
<li class="submenu"><a>Testimonials</a>
<ul class="level2">
<li><a href="index.php?main_page=testimonials">Submit Your Own</a></li>
<li><a href="index.php?main_page=customer_gallery">Customer Gallery</a></li>
<li><a href="index.php?main_page=reviews&perPage=0">Recent Reviews</a></li>
<li><a target="_blank" href="http://www.facebook.com/pages/Silk-Blooms/107457089346290?sk=wall">Facebook Reviews</a></li>
</ul>
</li>
Can anyone help me to add the extra links which will fly out from the side of the customer gallery when you hover over it?
Re: CSS Dropdown menu for the header- With Categories!
One of the versions states "CSS Horizontal Drop Down Menu - Version: 1.5" however in the details 1.5 is not in the versions list.
Is it compatible with 1.51?
Re: CSS Dropdown menu for your header- With Categories!
Hello,
I have uploaded this addon and it all look like it is working correctly. However I would like to have only the categories along that menu, no cart, contact us etc.
All my products are under one drop down under categories. I would like a different section for each product type along the top. Is that possible as I couldnt figure it out. I must have missed something that says how to do it?
You can see it currently installed at craftjam.co.uk
Thanks
Amy
Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
rainbow_pixie_star
Hello,
I have uploaded this addon and it all look like it is working correctly. However I would like to have only the categories along that menu, no cart, contact us etc.
All my products are under one drop down under categories. I would like a different section for each product type along the top. Is that possible as I couldnt figure it out. I must have missed something that says how to do it?
You can see it currently installed at craftjam.co.uk
Thanks
Amy
Hey, Amy, I see you got that working. Did you just change the the tpl_dropdown_menu.php file? I'm pretty sure I've done this before but which site is the question. I may need to do this again so would love to see your solution to save me time and perhaps others as well.