Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Changed Zen Messages do not appear

Changed Zen Messages do not appear

Locked

Views: 580

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
29 Dec 2010, 5:35 AM
#1
goldenis avatar

goldenis

Zen Follower

Join Date:
Nov 2010
Posts:
115
Plugin Contributions:
0

Changed Zen Messages do not appear

Updated Zen messages in PHP but not all are visible.

Possibly my logo is blocking their view.

I would like to take the new messages and overlay my logo so they will show thru, and get rid of the current text in the logo and upload it again.

Is this possible? :unsure:

If not, do I keep the new messages. Except for one they are not visible, the exception is the SDVOSB message in black. I can see the greeting text also on the main page.

View at http://www.naicsfurniture.com

includes/languages/english/custom/header.php
// added defines for header alt and text
define('HEADER_ALT_TEXT', 'Able Spaces [home link]');
define('HEADER_SALES_TEXT', 'Offering Made to Order Contract Furniture');
define('HEADER_LOGO_WIDTH', '1200px');
define('HEADER_LOGO_HEIGHT', '300px');
define('HEADER_LOGO_IMAGE', 'Header.gif');

includes/languages/english/classic/header.php
// added defines for header alt and text
define('HEADER_ALT_TEXT', 'Able Spaces [home link]');
define('HEADER_SALES_TEXT', 'CVE - Service Disabled Veteran Owned Small Business - SDVOSB - Woman Owned - Certified');
define('HEADER_LOGO_WIDTH', '1200px');
define('HEADER_LOGO_HEIGHT', '300px');
define('HEADER_LOGO_IMAGE', 'Header.gif');

Still working on Fonts and so forth, but this is my current hurdle.

Thanks

29 Dec 2010, 5:56 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Changed Zen Messages do not appear

All that info is contained in your current image

29 Dec 2010, 6:23 AM
#3
goldenis avatar

goldenis

Zen Follower

Join Date:
Nov 2010
Posts:
115
Plugin Contributions:
0

Re: Changed Zen Messages do not appear

I wasn't sure if it was better to have the text readable for the bots.

As a gif the info basically isn't there. It isn't searchable.

That's why I wanted to make the adjustments with the overlay.

Does this make sense?

Thank you!

29 Dec 2010, 7:32 AM
#4
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Changed Zen Messages do not appear

As a gif the info basically isn't there. It isn't searchable.

That's why I wanted to make the adjustments with the overlay.
You will have to edit the image to remove it then and use the default textual inclusions

Seperate it into a background image applied through css and a logo image for your "A/S" logo

29 Dec 2010, 5:22 PM
#5
goldenis avatar

goldenis

Zen Follower

Join Date:
Nov 2010
Posts:
115
Plugin Contributions:
0

Re: Changed Zen Messages do not appear

I can break out the A/S logo no problem, but I have seen in the forum a "one logo limitation" in the header for zen cart.

How do I keep the globe, and flag?

Can I get the same placement making them a hot button or something?

Or do I use those as a background image.

Is getting all this lined up as seperate elements going to be a problem?

I would like to use zen cart the way it is designed for the header but the one logo is a problem. I would like to include the credit card logos in the header also. Advise?

Thanks!

29 Dec 2010, 5:45 PM
#6
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Changed Zen Messages do not appear

I can break out the A/S logo no problem, but I have seen in the forum a "one logo limitation" in the header for zen cart.
True but search for second logo and/or image in the header

For a link you might use Sprites
http://www.alistapart.com/articles/sprites

29 Dec 2010, 5:48 PM
#7
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Changed Zen Messages do not appear

The default is to have one logo. You can add as many more images as you want by editing
/includes/templates/your_template/common/tpl_header.php, and using classes or ids for the new images and styling them in your stylesheet.