Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Remove Horizontal Bar

Remove Horizontal Bar

Locked

Views: 1,829

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
18 Jun 2007, 9:54 PM
#1
kyler_schroeder avatar

kyler_schroeder

New Zenner

Join Date:
Jun 2007
Posts:
25
Plugin Contributions:
0

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

18 Jun 2007, 10:07 PM
#2
get_em_fast avatar

get_em_fast

Totally Zenned

Join Date:
Dec 2006
Location:
Seligman, MO U.S.A.
Posts:
2,072
Plugin Contributions:
1

Re: Remove Horizontal Bar

There's nothing there.....blank page, on the first, and this text on the second: "http://gardenhavenskinborn.com/forumHelpPic.jpg "

18 Jun 2007, 11:06 PM
#3
kyler_schroeder avatar

kyler_schroeder

New Zenner

Join Date:
Jun 2007
Posts:
25
Plugin Contributions:
0

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.

12 Jul 2007, 7:29 AM
#4
hazmat avatar

hazmat

New Zenner

Join Date:
Mar 2007
Posts:
17
Plugin Contributions:
0

Re: Remove Horizontal Bar

I have the same problem.. Any ideas?

12 Jul 2007, 8:21 AM
#5
hazmat avatar

hazmat

New Zenner

Join Date:
Mar 2007
Posts:
17
Plugin Contributions:
0

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..

<!--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-->
16 Jul 2007, 8:05 PM
#6
kyler_schroeder avatar

kyler_schroeder

New Zenner

Join Date:
Jun 2007
Posts:
25
Plugin Contributions:
0

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