Results 1 to 10 of 31

Threaded View

  1. #23
    Join Date
    May 2004
    Location
    Hong Kong
    Posts
    1,291
    Plugin Contributions
    1

    Default Re: Nav Bar and Link Problems

    Quote Originally Posted by chemdata
    Can something similar be done for the category links that are directly below the logo image? I couldn't locae a file similar to the tpl_header,php.
    Copy the file below, save it to your override directory
    includes/templates/template_default/templates/tpl_modules_categories_tabs.php

    And save as:
    includes/templates/YOUR_TEMPLATE/templates/tpl_modules_categories_tabs.php
    In the new file, around line 21
    <li><?php echo $links_list[$i];?></li>
    change to
    <li><?php echo $links_list[$i];?></li>|
    Quote Originally Posted by chemdata
    Also in FireFox it seems that the the category nav bar follows to the right (next to) the logo image and spills over onto the next line. It doesn't look like its picking up the background color (#000000) of the space in which the logo image is in.
    By veiw your site's page source, you have
    HTML Code:
    <!--bof-branding display-->
    
    <div id="logoWrapper">
    
        <div id="logo"><a href="http://fotopoet.com/zencart/"><img src="includes/templates/my_template/images/logo.gif" alt="Powered by Zen Cart :: The Art of E-Commerce" title=" Powered by Zen Cart :: The Art of E-Commerce " width="750" height="136" /></a></div>
    
        <div id="taglineWrapper">
    
    
          <div id="tagline">TagLine Here</div>
    
    
    
        </div>
    
    </div>
    
    <div class="clearboth"></div>
    
    <!-- <br class="clearBoth" /> -->
    
    <!--eof-branding display-->
    Please note in the end of above code, there are two pieces of code:
    1. <div class="clearboth"></div>
    2. <!-- <br class="clearBoth" /> -->

    May be you had changed the code there, please change back to only one of:
    <br class="clearBoth" />

    Then the catagories tab menu should change back to normal.

    And add the following to your stylesheet to cover the blank area if any.
    #headerWrapper {
    background-color: black; /* change to the color you prefer */
    }

    #logo {
    text-align: center;
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    VERTICAL-ALIGN: middle;
    PADDING-TOP: 0px
    }
    Hope this helps.
    Last edited by seethrou; 27 Aug 2006 at 10:04 AM.
    A New Starter again

 

 

Similar Threads

  1. Nav bar - How can i delete a heading in my Nav bar (v1.5.0)
    By Pretty dumb in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 8 Oct 2012, 02:07 PM
  2. Link spacing on nav bar
    By joyjoy in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 19 Sep 2010, 12:57 PM
  3. Move search bar and nav link to header
    By mysafetymarket in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 18 Jun 2010, 04:40 AM
  4. Replies: 1
    Last Post: 10 Jun 2009, 10:16 AM
  5. Changing home link in nav bar
    By knottybynature in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 1 Mar 2008, 11:36 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