Page 48 of 235 FirstFirst ... 3846474849505898148 ... LastLast
Results 471 to 480 of 2345
  1. #471
    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 noleafclover614 View Post
    Tried your suggestion, replaced the code, and now it seems to have shrunk the size of the leftover space to a very small gray sliver, but it's still visible
    could I see a link to your site?

  2. #472
    Join Date
    Sep 2007
    Posts
    21
    Plugin Contributions
    0

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

    Sure.

    the chop haus DOT com

    Also, as an aside, i had another question.

    I don't know if this has been answered already, but when I make sub-categories within my Zen Cart Admin, specifically for the "Knives" section (originally titled Categories) it changes the category link to the site map for some reason.

    You can see what I mean by checking out my site above. Thanks for all of your help.

  3. #473
    Join Date
    Sep 2007
    Posts
    21
    Plugin Contributions
    0

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

    Quote Originally Posted by noleafclover614 View Post
    Sure.

    the chop haus DOT com

    Also, as an aside, i had another question.

    I don't know if this has been answered already, but when I make sub-categories within my Zen Cart Admin, specifically for the "Knives" section (originally titled Categories) it changes the category link to the site map for some reason.

    You can see what I mean by checking out my site above. Thanks for all of your help.
    Also, when I add subcategories, the drop down menu doesn't seem to include the top category when selecting the subcategory. For instance:


    The hierarchy of the Sani-Safe Cooks knives should be:


    Home :: Sani-Safe :: Cook's Knives
    the chop haus DOT com /index.php?main_page=index&cPath=5_7



    But when I click on Cook's Knives from the drop down menu, I just get


    Home :: Cook's Knives
    the chop haus DOT com /index.php?main_page=index&cPath=7



    notice how it doesn't include Sani-Safe on the page. I can't seem to figure this out.

    Let me thank you again for keeping up with my problems, I hate to keep nagging you but you are a great help and resource to me and a lot of others on this forum. Thanks so much.

  4. #474
    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 noleafclover614 View Post
    Sure.

    the chop haus DOT com

    Also, as an aside, i had another question.

    I don't know if this has been answered already, but when I make sub-categories within my Zen Cart Admin, specifically for the "Knives" section (originally titled Categories) it changes the category link to the site map for some reason.

    You can see what I mean by checking out my site above. Thanks for all of your help.
    OK, if you want to change the menu to percentages, one of the instructions was to change the 70em's to 100%. The 70em I think is what is causing your menu to split into two lines, and what is keeping you from using 16.667%. If you don't want your menu to go all the way across, you could use a smaller percentage, like 85%. But the two 70ems need to be changed in stylesheet_header_menu.css.

    The category link would be the site map, whether or not you changed it to "Knives" because that is what it is set to in tpl_drop_menu.php. You'll see my "categories" button goes to the site map as well. This is because there is no default zen cart page that only lists categories, so instead I had it go to the site map.

    So you can just change that manually:

    Code:
    <li class="submenu"><a href="<?php echo zen_href_link(FILENAME_SITE_MAP); ?>"><?php echo HEADER_TITLE_CATEGORIES; ?></a>
    to

    Code:
    <li class="submenu"><a href="knives_link_here">Knives</a>
    To fix the issue in your next post, follow these instructions:
    http://www.zen-cart.com/forum/showth...ink#post391875

  5. #475
    Join Date
    Aug 2007
    Posts
    13
    Plugin Contributions
    0

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

    hi, i'm new zenner, i have few question to ask.

    1)how can i move my menu to center, now it's on the left.

    2)how can i remove the home and login at the top header there?

    3)how can i change the background color?

    http://www.ninten-shop.com/
    this is the link to my site.

  6. #476
    Join Date
    Aug 2007
    Posts
    13
    Plugin Contributions
    0

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

    anyone can help me?

  7. #477
    Join Date
    Sep 2007
    Posts
    21
    Plugin Contributions
    0

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

    I just wanted to say thanks jettrue, you really helped me out. Thanks for taking time out of your day to sit with my issues and work them out with me.

    --Noleafclover614

  8. #478
    Join Date
    Jul 2007
    Posts
    10
    Plugin Contributions
    0

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

    Ok Looked trough just about everything maybe I am not searching for the right terms.

    www.mygirlshoes.com

    I can't seem to get rid of the blue image that was behind the category tabs menu after installing this mod. (The one that is now in conflict with the header image. )

    I tried toying around with css navcattab wrapper on the main css sheet...that gets rid of it but also causes the header image to disappear as well.

    I guess since I am asking, I want all the text to be centered as opposed to the left alignment. Where would I look to make that happen?

    Thanks ahead of time!

    -Steve

  9. #479
    Join Date
    Jul 2007
    Posts
    10
    Plugin Contributions
    0

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

    Never mind I re named a file in the template called link_cap_left, that seemed to do the trick!

  10. #480
    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 stevensea View Post
    Ok Looked trough just about everything maybe I am not searching for the right terms.

    www.mygirlshoes.com

    I can't seem to get rid of the blue image that was behind the category tabs menu after installing this mod. (The one that is now in conflict with the header image. )

    I tried toying around with css navcattab wrapper on the main css sheet...that gets rid of it but also causes the header image to disappear as well.

    I guess since I am asking, I want all the text to be centered as opposed to the left alignment. Where would I look to make that happen?

    Thanks ahead of time!

    -Steve
    Glad that worked out for ya!

    If you want the menu spread out and centered, follow these instructions:
    http://www.zen-cart.com/forum/showth...ths#post390897

 

 

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

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR