Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
jgg1974
Hello, Love the hard work put into this mod for all of us !! Just wondering , and went through a lot of this post, but i must of missed this ..
Can you tell me how to change the home link? I would like when you click on home, it takes me to my original homepage and not the catalog home page. So in essence, I would like when someone clicks on home, it takes them to
www.jygoods.com
Thanks a lot !!!! :D
ANY IDeas???:blink:
Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
petronew
I am really challenged by the Fly Out Menu. I need some help. As it is now, all the high level categories are veritically under 1 tab called categores.
What i need is help on taking this Addon Fly Out Menu and make it work so that each first level category is a separate menu tab.
Can anyone help me with this?
Thanks
Download the one beneath mine in the download section called "Paul's Edition".
Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
jgg1974
ANY IDeas???:blink:
Sure. Easy Peasy. Open up includes/templates/YOUR_TEMPLATE/common/tpl_drop_menu.php and change this:
Code:
<li class="submenu"><a href="<?php echo zen_href_link(FILENAME_DEFAULT); ?>"><?php echo HEADER_TITLE_CATALOG; ?></a>
to this:
Code:
<li class="submenu"><a href="http://www.jygoods.com"><?php echo HEADER_TITLE_CATALOG; ?></a>
Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
jettrue
Sure. Easy Peasy. Open up includes/templates/YOUR_TEMPLATE/common/tpl_drop_menu.php and change this:
Code:
<li class="submenu"><a href="<?php echo zen_href_link(FILENAME_DEFAULT); ?>"><?php echo HEADER_TITLE_CATALOG; ?></a>
to this:
Code:
<li class="submenu"><a href="http://www.jygoods.com"><?php echo HEADER_TITLE_CATALOG; ?></a>
:clap:
Sure was Easy Peasy.. Thank you very much!!!!!
Re: CSS Dropdown menu for your header- With Categories!
Hi jettrue how would you go about slowing down the speed of the menu. Mine is to fast. Thank you
Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
countrycharm
Hi jettrue how would you go about slowing down the speed of the menu. Mine is to fast. Thank you
There's no speed setting, this is a css menu.
Re: CSS Dropdown menu for your header- With Categories!
Oh Ok thank you for your answer. I was just wondering because you have to be fast at what your doing or you slip off the categories in a hurry...lol
Re: CSS Dropdown menu for your header- With Categories!
countrycharm,
Sounds like you have some spacing between your top bar and the drop down menu. I've had that before and would have to move the mouse quickly to keep the dropdown. So the solution is to get rid of the padding or margin that is keeping your top bar and the dropdown from being flush.
Re: CSS Dropdown menu for your header- With Categories!
Thanks for you help. How would I go about doing that? Would it be in the css file. I worked on this a while back when I first installed it but I don't remember what I did ....lol. Any help would be appreciated. Thank you.
Re: CSS Dropdown menu for your header- With Categories!
I would recommend grabbing the original stylesheet_header_menu.css and starting over or at least comparing it with your modified version. Do you have a link to the site so we can see it?