
Originally Posted by
bradymc
It seems as though the default site-bg-blue.gif has dissappeared from my site. It used to be there. Then it would display for a few milliseconds, but disappear quickly right as the page finished loading. Now I can't see it all.
The image file is still there and the CSS is correct. Any other sugestions for me to look at?
If you wanna take a look, the website location is
here.
I had exactly the same problem before.
I don't understand why it works but here is what I did:
in the includes/languages/english/apple_zen/header.php
PHP Code:
// added defines for header alt and text
define('HEADER_ALT_TEXT', ' ');
define('HEADER_SALES_TEXT', ' ');
define('HEADER_LOGO_WIDTH', ' ');
define('HEADER_LOGO_HEIGHT', ' ');
define('HEADER_LOGO_IMAGE', 'logo.gif');
put a space between the two " ' " and the background image will appear... try it!
Bookmarks