Page 1 of 3 123 LastLast
Results 1 to 10 of 23
  1. #1

    Default Top Navigation Bar not showing even with cat tabs enabled

    Our previous developer turned the top navigation bar off on our store due to server issues and the slowing down of the site. We would like to re enable this and turn back on but cannot find how or where to do this.
    I have checked under layout settings > Categories-Tabs Menu ON/OFF
    and this iss set to ON
    Can anyone please advise?
    Site: http://www.clicknorder.co.uk

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Top Navigation Bar not showing even with cat tabs enabled

    The reason you can't see it is here in stylesheet_header_menu.css:

    div#dropMenu ul ul {
    position: absolute;
    width: 13em;
    display: none;
    }

    But you have a lot of styling work to do to get it lined up. Should be doable in that same stylesheet.

  3. #3

    Default Re: Top Navigation Bar not showing even with cat tabs enabled

    Thanks stevesh

    I had found that file originally but wasn't sure what it needs to be changed to?
    Can you advise as to what the code needs to be amended to?

    Regards

  4. #4
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Top Navigation Bar not showing even with cat tabs enabled

    Start by removing the display: none; from the rule I mentioned.

  5. #5

    Default Re: Top Navigation Bar not showing even with cat tabs enabled

    Thanks Stevesh

    That brought the nav bar back on, but it was a bit of a mess to be honest, any ideas what else I would need to do to the code? I've changed on our test site first, have attached an image of how it looks
    Attached Images Attached Images  

  6. #6
    Join Date
    Jan 2006
    Posts
    1,542
    Plugin Contributions
    0

    Default Re: Top Navigation Bar not showing even with cat tabs enabled

    Did you turn on the categories in your languages/english/yourtemplate/header.php?

    // Switch for CSS drop-down menu [ On = 1 / Off = 0]
    define('HEADER_DROP_SWITCH', '0');

    I didn't even know how the drop-down worked for my first year or so using this template, as I had never used subcategories to that point. So I just got main categories across the top. When I finally used subcategories I saw the drop-down working.

    In my opinion, you have too many categories which will overwhelm this template's drop-down/horizontal category nav. It looked best when the number of top level categories comprised a single row across the top. Probably would experiment with the new Kick B U T T Mega Menu in its place, if I needed a drop-down.

    This template is an old reliable and can be lightning fast. I still have it ready to go on my main site, but don't know that I'd turn on the drop down due to my categories.
    Last edited by SPH; 26 May 2012 at 06:57 AM.
    Steve
    prommart.com

  7. #7
    Join Date
    Jan 2006
    Posts
    1,542
    Plugin Contributions
    0

    Default Re: Top Navigation Bar not showing even with cat tabs enabled

    PS: My stylesheet_header_menu.css reads:

    div#dropMenu ul ul {position: absolute; width: 13em;display: none;}

    That's how it came with the template download and worked when my drop-down was turned on in the header.php file. So if you have problems, you should undo the change.
    Steve
    prommart.com

  8. #8

    Default Re: Top Navigation Bar not showing even with cat tabs enabled

    Thanks SPH

    I checked the code in languages/english/yourtemplate/header.php

    and it reads
    // Switch for CSS drop-down menu [ On = 1 / Off = 0]
    define('HEADER_DROP_SWITCH', '1');

    The problem is the drop downs are not neat and in order, see the attachment pic in my post above, the sub categories are already dropped down without hovering over them??

    Anyone have any ideas how i tidy this up and get it looking good again?
    I will also check out the Kick B U T T Mega Menu,
    SPH, is this a mod for a nav bar when you have a lot of top level categories? This is one of my concerns at the moment, how to make the site as user friendly as possible with so many top level categories, it is not possible to change the categories as this is based on the csv of product catalogue from my supplier and we sell 13,000 products so its too much work to amend this file every catalogue update

    Thanks in advance

  9. #9
    Join Date
    Jan 2006
    Posts
    1,542
    Plugin Contributions
    0

    Default Re: Top Navigation Bar not showing even with cat tabs enabled

    I just turned this template back on on my main site:

    http://www.prommart.com/

    I tried to turn on the drop-down categories to show you, but I have so many templates loaded on this site there is some conflict. So cannot show you just now.

    Anyway, the regular zencart horizontal categories that you see now are what I was using, instead of the template's built-in drop-down. As I said, unless your top categories only comprise one row (maybe two at most), it will not look good even when properly aligned up.

    BTW, I notice your other thread re second category descriptions. Notice that my homepage has the homepage second description area mod and my categories have the second category description area as shown here:

    http://www.prommart.com/index.php?ma...ndex&cPath=120

    But this is a 1.3.9h cart and I will be doing a fresh 1.5.0 install any time now. Not sure if these mods yet work with the new cart.

    BTW, it looks like you are using a 1.3.9 cart? Are you just starting out with zencart? Why not start off with the newest zencart?

    Looking at this template on my site, I did alot of work on it and I remember how much I liked it.
    Steve
    prommart.com

  10. #10
    Join Date
    Jan 2006
    Posts
    1,542
    Plugin Contributions
    0

    Default Re: Top Navigation Bar not showing even with cat tabs enabled

    You can get the Kick B U T T Mega Menu here (and it has a demo):

    http://net.tutsplus.com/tutorials/ht...rop-down-menu/

    It might take some work getting it to blend in nicely with this template.

    The new free Abbiamo Supremo and Abbington Mega Menu templates come with this menu (each styled a little different).
    Steve
    prommart.com

 

 
Page 1 of 3 123 LastLast

Similar Threads

  1. Increasing with of just the top navigation bar
    By ozjewels in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 14 Jun 2012, 09:50 PM
  2. Newbie -- Looking for templates with top Navigation bar, no columns
    By stevewag in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 17 Apr 2009, 07:44 PM
  3. problem with cat tabs in red passion
    By modchipfitters.co.uk in forum Addon Templates
    Replies: 2
    Last Post: 24 May 2008, 12:03 PM
  4. Navigation Bar not showing up even with cat tabs on
    By arconser in forum Basic Configuration
    Replies: 10
    Last Post: 21 May 2007, 02:14 PM
  5. Customize navigation bar on top and bar at footer
    By kippo in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 20 Sep 2006, 03:28 PM

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