Results 1 to 6 of 6
  1. #1
    Join Date
    Jun 2007
    Posts
    25
    Plugin Contributions
    0

    Default Remove Horizontal Bar

    I've been looking around trying to figure out what this mysterious white bar is above my EZ Pages bar and below my Header bar. I think it might be the Categories Bar that I turned off but I'm not sure. If anyone can identify it that would be great and if you can tell me how to get rid of it as well, that would be fantastic!

    You can see it at http://shop.gardenhavenskinborn.com or
    http://gardenhavenskinborn.com/forumHelpPic.jpg for a more detailed explanation.

    I would also like to know how to change the link of the pre-set 'Home' links in the header and footer. My Zen Cart is only a part of a website instead of the entire website so I'd like the 'Home' links to point to the site index.

    Thanks very much,

    Kyler

  2. #2
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Remove Horizontal Bar

    There's nothing there.....blank page, on the first, and this text on the second: "http://gardenhavenskinborn.com/forumHelpPic.jpg "
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  3. #3
    Join Date
    Jun 2007
    Posts
    25
    Plugin Contributions
    0

    Default Re: Remove Horizontal Bar

    I'm not sure what's happening here, I've had a few people check the links and they all see what should be there.

  4. #4
    Join Date
    Mar 2007
    Posts
    17
    Plugin Contributions
    0

    Default Re: Remove Horizontal Bar

    I have the same problem.. Any ideas?

  5. #5
    Join Date
    Mar 2007
    Posts
    17
    Plugin Contributions
    0

    Default Re: Remove Horizontal Bar

    Found it.. not sure if it would be considered an official fix but here's what I did.. Open tpl_header.php file in 'includes/templates/template_default/common/' and remove the line of code below highlighted red..

    Code:
    <!--bof-branding display-->
    <div id="logoWrapper">
        <div id="logo"><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' . zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT) . '</a>'; ?></div>
    <?php if (HEADER_SALES_TEXT != '' || (SHOW_BANNERS_GROUP_SET2 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET2))) { ?>
        <div id="taglineWrapper">
    <?php
                  if (HEADER_SALES_TEXT != '') {
    ?>
          <div id="tagline"><?php echo HEADER_SALES_TEXT;?></div>
    <?php
                  }
    ?>
    <?php
                  if (SHOW_BANNERS_GROUP_SET2 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET2)) {
                    if ($banner->RecordCount() > 0) {
    ?>
          <div id="bannerTwo" class="banners"><?php echo zen_display_banner('static', $banner);?></div>
    <?php
                    }
                  }
    ?>
        </div>
    <?php } // no HEADER_SALES_TEXT or SHOW_BANNERS_GROUP_SET2 ?>
    </div>
    <br class="clearBoth" />
    <!--eof-branding display-->

  6. #6
    Join Date
    Jun 2007
    Posts
    25
    Plugin Contributions
    0

    Default Re: Remove Horizontal Bar

    Ha! That worked perfect, thanks a lot! I did see that the <br> had a clear: attached to it, will that cause me any trouble down the road? I can't find any negative effects right now. Thanks again :)

    Kyler

 

 

Similar Threads

  1. v139h Horizontal Navigation Bar CSS
    By sharc316 in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 14 Sep 2012, 06:28 PM
  2. How to remove horizontal categories bar
    By nicedreams in forum Basic Configuration
    Replies: 3
    Last Post: 12 Feb 2007, 09:22 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