Zen Cart Logo

Home Page Banner

Views: 1,070

Results 1 to 9 of 9
22 Jan 2011, 1:38 PM
#1
annettes avatar

annettes

New Zenner

Join Date:
Jan 2011
Location:
Newark, DE
Posts:
68
Plugin Contributions:
0

Home Page Banner

I just started using Zen Cart 1.3 and I'm trying to a basic website up and running. I'm having trouble getting my homepage top banner to show. I'd like to have a background pic with text on top, but the Zencart instructions say to use only one or the other. I did get the banner pic to show, but all else of the website disappeared, and only the top banner was showing. How can I get the top banner to show without messing up the rest of the site? I appreciate your help!

22 Jan 2011, 1:44 PM
#2
keneso avatar

keneso

Totally Zenned

Join Date:
May 2009
Posts:
1,273
Plugin Contributions:
3

Re: Home Page Banner

please give a link to your site.

22 Jan 2011, 2:06 PM
#4
keneso avatar

keneso

Totally Zenned

Join Date:
May 2009
Posts:
1,273
Plugin Contributions:
3

Re: Home Page Banner

Try puttin your logo image here
includes/languages/english/header.php
line 25
define('HEADER_LOGO_IMAGE', 'header_bg.jpg');

22 Jan 2011, 2:17 PM
#5
annettes avatar

annettes

New Zenner

Join Date:
Jan 2011
Location:
Newark, DE
Posts:
68
Plugin Contributions:
0

Re: Home Page Banner

Thank you. that may be part of the problem. When I go in to put my logo image at include/languages/english/header.php, I do not have the option for define header_logoimage_header.

I have define main page, and then page 2, page 3 and page 4, but no option for header?

/home/annettes/public_html/includes/languages/english/html_includes/define_main_page.php

22 Jan 2011, 2:28 PM
#6
keneso avatar

keneso

Totally Zenned

Join Date:
May 2009
Posts:
1,273
Plugin Contributions:
3

Re: Home Page Banner

includes/languages/english/html_includes/define_main_page.php
This is for the text in the main content area, which you can also edit from your admin panel.

Delete
background-image: url("../images/header_bg.jpg");
from your stylesheet, and add it in the file I said in previous post

22 Jan 2011, 2:33 PM
#7
annettes avatar

annettes

New Zenner

Join Date:
Jan 2011
Location:
Newark, DE
Posts:
68
Plugin Contributions:
0

Re: Home Page Banner

Thanks very much for your help!

22 Jan 2011, 2:37 PM
#8
keneso avatar

keneso

Totally Zenned

Join Date:
May 2009
Posts:
1,273
Plugin Contributions:
3

Re: Home Page Banner

BTW you should take a look here as I see you have some issues with your images as well
http://www.zen-cart.com/forum/showthread.php?t=9114

22 Jan 2011, 4:33 PM
#9
annettes avatar

annettes

New Zenner

Join Date:
Jan 2011
Location:
Newark, DE
Posts:
68
Plugin Contributions:
0

Re: Home Page Banner

Will do. Thanks again!