Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Broken Image above Logo

Broken Image above Logo

Locked

Views: 729

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
12 Jul 2010, 2:20 PM
#1
colortheworld avatar

colortheworld

New Zenner

Join Date:
Mar 2009
Posts:
68
Plugin Contributions:
0

Broken Image above Logo

https://www.mandbguns.com/zencart

That is the site where you can see what the issue(s) that I am having.

  1. Above the logo, which I have implemented, in Chrome there is a broken image to the top left of the logo. In Firefox and IE, this does not exist.

  2. The white space where a "documents" link resides between the header and the body. I'm not sure if this is a breadcrums issue or what, but I've tried editing just about everything and it remains

any help is greatly appreciated! thanks!

12 Jul 2010, 2:32 PM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Broken Image above Logo

The missing image (which does show up in IE) is the logo image. Use this tutorial and remove the logo.gif from the define (but leave the single quotes).

That white area is the #navCatTabsWrapper. You can turn the category tabs off in Admin - Configuration - Layout Settings

12 Jul 2010, 2:40 PM
#3
colortheworld avatar

colortheworld

New Zenner

Join Date:
Mar 2009
Posts:
68
Plugin Contributions:
0

Re: Broken Image above Logo

Okay. much thanks. I was able to get rid of the white area by deleting this line of code in tpl_header.php

<!--bof-optional categories tabs navigation display-->
<?php require($template->get_template_dir('tpl_modules_categories_tabs.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_categories_tabs.php'); ?>
<!--eof-optional categories tabs navigation display-->

Now I just need to make the header taller so it shows all of the logo and we should be good to go. Much thanks!

12 Jul 2010, 3:56 PM
#4
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Broken Image above Logo

#logoWrapper in the stylesheet - default height is 75px. You need to set yours to at least 110px (the height of your background image).

That code alteration works, but I like to switch things in admin first, when possible.