Re: Logo / header change not working
As for removing the text, you cannot remove the entire line or it will trigger the error. Do it like this:
Code:
// added defines for header alt and text
// modified to use LifeRing store logo.jpg
define('HEADER_ALT_TEXT', 'The LifeRing Online Store');
define('HEADER_SALES_TEXT', '');
Since I don't want HEADER_SALES_TEXT I removed the line; but then ZC displays "HEADER_SALES_TEXT"; not a good option. How do I make it go away?
Remove everything between the ''.
re: logo not changing -- Make sure you're refreshing your page. Sometimes you have to flush the cache. Also, make SURE you're uploading the image to the proper template image directory. Very easy to dump it in the main image folder or the wrong template image folder. Also, you might need to delete the original from your server before uploading the new one.
And of course, make sure you have the template set in Admin to your new template.
As far as an oversized logo, remember that there are still a LOT of people using a width of 800. You'll irritate them making them scroll sideways to the right. I would suggest using a smaller width logo, matching the background to a background in the logo so it blends but is flexible, and then using a flexible % instead of a fixed width. That way, if they have a smaller resolution, they won't have the "off the page" problem.
I'm sure others will have other suggestions too.
HTH,
Lesli in SW Florida ~ writer, teacher, and dodging hurricanes!