Re: White Space Below Logo
Well scrap that...
Edit a copy of tpl_header.php if you have one in templates/classic/common
If not get a copy from themplate_default/common and place it in your classic/common folder if you have one or create the folder is not.
Find the following code and delete the <br class="clearBoth" /> highlighted and see what affect this has
Code:
<?php if ($_SESSION['cart']->count_contents() != 0) { ?>
<li><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a></li>
<li><a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>"><?php echo HEADER_TITLE_CHECKOUT; ?></a></li>
<?php }?>
</ul>
</div>
<div id="navMainSearch"><?php require(DIR_WS_MODULES . 'sideboxes/search_header.php'); ?></div>
<br class="clearBoth" />
</div>
Re: White Space Below Logo
Sorry, Yours may look more like this
Code:
<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-->
Re: White Space Below Logo
Thanks .... that did it...... I didn't delete it ...just commented it out.
Now if you could help me get rid of the small image placement box with the red x in it ..... in the upper left corner of my logo.
When you right click on it and choose show picture I get something I have not seem.
Also it is a link right back to my shopping cart.
Would like to ge rid of it.......I had it gone once and now it is back.
Thanks so much for your help.
Martin
Re: White Space Below Logo
Quote:
Now if you could help me get rid of the small image placement box with the red x in it ..... in the upper left corner of my logo.
I suggest that you do this correctly and have made image corrections that you can get HERE
Unzip and FTP both to your includes/templates/classic/images folder
Re: White Space Below Logo
Loaded the files as you said and it wasn't right.
The main part of the logo showed up but the blue circle logo with the red arrow did not show up on the page.
Changed it back for now.
The little red x is still in the upper left corner of the logo section.
Thanks,
Martin
Re: White Space Below Logo
Did you upload both images??
Unless you have altered your code the logo.gif image or lack thereof is what is causing the red X
Re: White Space Below Logo
I probably altered the code for logo.gif in the header logo.
Which file is it called from ?
I'LL try to get it back in there.
Thanks,
Martin
Re: White Space Below Logo
As you are using the classic template you should have a /templates/classic/common/tpl_header.php file
If you changed the core file at templates/template_default/common and did not maintain a unadulterated copy you will have to grab one from a downloaded distribution