Results 1 to 10 of 2344

Hybrid View

  1. #1
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: CSS Dropdown menu for your header- With Categories!

    Quote Originally Posted by hitch View Post
    here's mine as on my origonal post

    http://www.musicservices.co.nz/killer

    Like i say it happens only on IE7 but seems to be happening on every site i find with the mod.

    :-) thanks for any help.
    Sorry guys, I can't seem to figure out how to fix this. I'm thinking its got to be a csshover.htc issue.

  2. #2
    Join Date
    Sep 2007
    Location
    Neenah, WI
    Posts
    112
    Plugin Contributions
    0

    Default Re: CSS Dropdown menu for your header- With Categories!

    Hello,

    Is it possible to remove the "Zen Cart: The Art of E-Commerce" image that is displayed in the top left corner of my site? It appeared after I installed v1.4 of the CSS Horizontal Dropdown Menu into Zen-Cart v1.3.7. I looked inside the Sideboxes Controller and Layout Boxes Controller within admin and didn't see anything that would turn that image off.

    Here's a link to my site: http://www.basphoto.com

    Thanks for any help anyone can provide.

    Brad
    Last edited by bsteinagel; 16 Jan 2008 at 06:37 PM. Reason: add url

  3. #3
    Join Date
    Sep 2007
    Location
    Neenah, WI
    Posts
    112
    Plugin Contributions
    0

    Default Re: CSS Dropdown menu for your header- With Categories!

    Hello,

    In addition to the post above, I also wanted to know if there was a way to modify the top-level links within the menu. I changed the "Categories" box of the menu to read "Gallery". Currently, if a customer were to click on "Gallery" they would be taken to the site map. How do I modify this so that they can be taken to a page that has links to all my image galleries?

    Please click on the word Gallery within the menu of my website to see what I mean. Here's the link: http://www.basphoto.com

  4. #4

    Default Re: CSS Dropdown menu for your header- With Categories!

    Quote Originally Posted by bsteinagel
    Is it possible to remove the "Zen Cart: The Art of E-Commerce" image
    I believe that one is turned off via the banner manager in the admin.

    Admin-> Tools -> Banner Manager --- set the color of the green status boxes to red.

    Your question about changing the link of the drop Menu answered here:

    Open up this file -> includes/templates/Your_template/common/tpl_drop_menu.php

    find the site_map part and change the link to:

    Code:
    <a href="<?php echo zen_href_link(FILENAME_SITE_MAP); ?>">
    
    
    <a href="YourDesiredLink.com/desiredLink">

  5. #5
    Join Date
    Sep 2007
    Location
    Neenah, WI
    Posts
    112
    Plugin Contributions
    0

    Default Re: CSS Dropdown menu for your header- With Categories!

    Thank you very much rainthebat. Your solution for the top-level link worked perfectly! However, I still cannot get the zen cart logo to disappear from the top left corner. I did check the layout boxes controller and the banner manager as you suggested and all the appropriate status boxes were red.

    Brad

  6. #6

    Default Re: CSS Dropdown menu for your header- With Categories!

    Hi Brad,

    I was just guessing banner without actually looking into it. There are two ways to get rid of that, one is to open up the style sheet and set the value logo to not display:

    #logo{display:none}

    This option would allow you to display a logo easily in the future if you so required, by simply removing this statement.

    The second way is to remove everything that the <div "logo"> tag contains, and the tag itself from includes/templates/Your_Template/common/tpl_header.php

    I would recommend the first way to have least impact if you are not familiar with editing the php files.

  7. #7
    Join Date
    Sep 2007
    Location
    Neenah, WI
    Posts
    112
    Plugin Contributions
    0

    Default Re: CSS Dropdown menu for your header- With Categories!

    Worked perfectly. Thanks rainthebat!

 

 

Similar Threads

  1. Categories dropdown menu/css
    By KenshiroU in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 5 Apr 2013, 01:04 PM
  2. HIde categories mod with css dropdown menu
    By adowty in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 9 Feb 2012, 01:05 AM
  3. How to use ezpages/categories as dropdown menu in the header?
    By mdivk in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 21 Dec 2011, 06:32 PM
  4. whats wrong with this css for my dropdown menu?
    By 1kell in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 28 May 2010, 02:47 AM
  5. Header Dropdown Menu (CSS) Without the Dropdown???
    By hcd888 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 27 May 2009, 01:20 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg