Zen Cart Logo
Forums / Addon Templates / logo.gif problems

logo.gif problems

Locked

Views: 1,610

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
5 Apr 2008, 5:39 PM
#1
trappersam avatar

trappersam

New Zenner

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

logo.gif problems

Hi
I am working with mistik on version1.3.8a. I have removed the mistik logo and added the site name directly on to the header. I am left with the little box with a red cross in it. It only shows on IE and not on FF.
I have searched the posts and tried the following;

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

and nothing happens
Please help as i think i have tried everything, but obviously havent.
This is my third site but i have not had this problem before.
www.pawsnhoovesuk.com is the one giving me trouble

Thanks
Trappersam:cry:

6 Apr 2008, 8:59 PM
#2
trappersam avatar

trappersam

New Zenner

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

Re: logo.gif problems

trappersam:

Hi
I am working with mistik on version1.3.8a. I have removed the mistik logo and added the site name directly on to the header. I am left with the little box with a red cross in it. It only shows on IE and not on FF.
I have searched the posts and tried the following;

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

and nothing happens
Please help as i think i have tried everything, but obviously havent.
This is my third site but i have not had this problem before.
www.pawsnhoovesuk.com is the one giving me trouble

Thanks
Trappersam:cry:
It may be simple but i am going out of my head trying to find the answer

6 Apr 2008, 9:05 PM
#3
fairestcape avatar

fairestcape

Totally Zenned

Join Date:
Mar 2008
Location:
Cape Town &amp; London (depends on the season)
Posts:
2,957
Plugin Contributions:
0

Re: logo.gif problems

There is still a reference - probably in your STYLESHEET - that is still calling logo.gif. If there is no actual image to put there, the browser will put in an image place holder.

Look in your stylesheet and COMMENT OUT the line referring to logo.gif

6 Apr 2008, 9:12 PM
#4
fairestcape avatar

fairestcape

Totally Zenned

Join Date:
Mar 2008
Location:
Cape Town &amp; London (depends on the season)
Posts:
2,957
Plugin Contributions:
0

Re: logo.gif problems

OK... logo.gif does not feature in your stylesheet...

Try this:-

Find

#logo {
float: left;
padding-top: 30px;
padding-left: 15px;
}

Change to

#logo {
display: none;
}

7 Apr 2008, 10:02 AM
#5
trappersam avatar

trappersam

New Zenner

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

Re: logo.gif problems

Hi Fairestcape
Thanks for you help .It worked fine. I had already done the display none; bit but i hadn't removed the rest of the line. I did it and phumph it worked.
Thanks again
Trappersam

:clap:
remember; when you think you have looked everywhere, you've not, because if you had you wouldn't still be looking.