Re: Apple Zen Support Thread
Hy to everyone!:smile:
I just discovered Zen Chart and found this wonderfull template.
I feel a little bit shy to ask this question , but I have been serching trough the posts and did not find answer.
How do I change the text that appeares in the heather? (To change any of the site colors, open up includes/templates/apple_zen/css/stylesheet.css. To overwrite your own logo, upload your logo.gif to includes/templates/apple_zen/images/)
If someone is so kind to give me a hint I will apreciate it very much!
Live long and prosper!
:cool:
Re: Apple Zen Support Thread
Quote:
Originally Posted by
tinorebel
Hy to everyone!:smile:
I just discovered Zen Chart and found this wonderfull template.
I feel a little bit shy to ask this question , but I have been serching trough the posts and did not find answer.
How do I change the text that appeares in the heather? (To change any of the site colors, open up includes/templates/apple_zen/css/stylesheet.css. To overwrite your own logo, upload your logo.gif to includes/templates/apple_zen/images/)
If someone is so kind to give me a hint I will apreciate it very much!
Live long and prosper!
:cool:
Hint 1. It's in a language file.
Hint 2. In your admin, go to "Tools", "Developers Tool Kit" a search for a small portion of that text to find where it's located.
Re: Apple Zen Support Thread
Thanks for the hints!!!!
I did it... And it worked!!:clap:
The search tool is really powerfull and usefull.
I'll go on customizing!
Re: Apple Zen Support Thread
Hi,
First of all thanks for contributing such a wonderful piece of work.
I had the template working fine and about 98% set up like I wanted. One of the only issues left to deal with was to change the standard welcome message "Congratulations! ....etc." on the main page. I saved a copy of the original file catalog/includes/languages/english/index.php and changed the required lines. After uploading the changed file, I went to the main page to check whether the changes had been made but all I got was a blank page. I tried uploading the changed file several times with the same result. I than reloaded the original index.php file (standard 1.38a issue) and still got a blank page - now I'm blank and I need help.
Ihave also tried looking at the page with different browsers - now being in a state of desperation - just in case. I tried IE, Firefox and Avant.
I have temporarily put up my original 1.37 cart until I can get the problem sorted. To see (or not) what I'm talking about go to http://www.oilfiltration.com.my/regen.
Can anyone please help? THANKS IN ADVANCE
Re: Apple Zen Support Thread
http://www.ecprofessionalvideo.com/store/
Hello! Thanks for the great template!
The Situation:
I have a CSS problem, i usually can fix things pretty quickly, but I can't today! The drop down menu looks perfect in Firefox / Safari.
In IE, the pull down menus are shifted right by 1em. I know I've down something in the beginning but I can't remember what. I'm probably going to have to do some IE specific coding. I know its a silly mistake but I can't find it anywhere!
Quote:
body {
behavior: url(includes/csshover.htc);
}
div#dropMenu {
width:82em;
margin:0 auto;
text-align:center;
z-index:1000;
position:relative;
}
div#dropMenu ul {
margin:0;
padding:0;
}
div#dropMenu li {
position:relative;
list-style:none;
margin:0;
float:left;
line-height:1em;
width:14.2%;
}
div#dropMenu ul.level1 {
width:82em;
margin:0 auto;
text-align:center;
background:#4f4f4f;
font-size:90%;
z-index:1000;
float:left;
}
div#dropMenu li:hover {}
/*div#dropMenu li.submenu {background: url(../images/dropmenu.gif) 95% 50% no-repeat;} */
div#dropMenu li.submenu:hover {}
div#dropMenu li a {display: block; padding: .6em 0;text-decoration: none; text-transform:uppercase; color:#ffffff; border-right:1px solid #ffffff;}
div#dropMenu li a.noLine {border:none;}
div#dropMenu>ul a {width: auto;z-index:1000;}
div#dropMenu ul ul {position: absolute; width: 18em;display: none;}
div#dropMenu ul ul li {border-bottom: 1px solid #CCC; width:18em;z-index:1000; }
div#dropMenu li.submenu li.submenu {background: url(../images/submenu.jpg) 95% 50% no-repeat;}
div#dropMenu ul.level1 li.submenu:hover ul.level2,
div#dropMenu ul.level2 li.submenu:hover ul.level3,
div#dropMenu ul.level3 li.submenu:hover ul.level4,
div#dropMenu ul.level4 li.submenu:hover ul.level5,
div#dropMenu ul.level5 li.submenu:hover ul.level6,
div#dropMenu ul.level6 li.submenu:hover ul.level7,
div#dropMenu ul.level7 li.submenu:hover ul.level8 {display:block;z-index:1000;}
div#dropMenu ul.level2 {background: #000000;z-index:1000;position:absolute; }
div#dropMenu ul.level3,
div#dropMenu ul.level4,
div#dropMenu ul.level5,
div#dropMenu ul.level6,
div#dropMenu ul.level7,
div#dropMenu ul.level8{top: 0; left: 18em; background: #000000;}
div#dropMenu ul.level2 a {padding:1em;color: #FFFFFF; font-weight:bold; text-transform:none; background-color:} /* this is text color on drop-down submenu */
div#dropMenu ul.level2 a:hover {color:#4f4f4f; background-color: #3366CC;}
.company { background-color: #000000;}
Re: Apple Zen Support Thread
Hi, GREAT template! And thank you for it.
I'm having an issue I can't figure out.
When going to narrow version. All is well in FF, but in IE the navbar shifts to the right when I uncomment this section of code:
Code:
/* uncomment the section below for narrow header */
/*
#headerWrapperb {
background:url(../images/shadowRight.png) repeat-y 100% 0;
width:71em;
}
#headerWrapperc {
background:url(../images/shadowLeft.png) repeat-y 0 0;
width:71em;
}
#dropMenuWrapperb {
width:71em;
margin:0 auto;
position:relative;
}
#dropMenuWrapperc {
background:url(../images/shadowRight.png) repeat-y 100% 0;
width:71em;
margin:0 auto;
position:absolute;
height:2.18em;
}
#dropMenuWrapperd {
background:url(../images/shadowLeft.png) repeat-y 0 0;
width:71em;
margin:0 auto;
position:absolute;
height:2.18em;
}
*/
/* end of changes for narrow header */
If I leave it commented, I lose the drop shadow, but the navbar positions correctly.
Any ideas?
Thanks.
Re: Apple Zen Support Thread
the site for the above mentioned issue is gilbertswater.com/store
the navbar shifts far to right in IE with comments out, but displays fine (without drop shadow) when commented.
Re: Apple Zen Support Thread
Jade,
Thanks for the wonderful template!
I have been working on changing some of the display attributes.
You can see from my site that I have been able to move the logo the center and change to left columns.
The problem I have now, is that everything from the nav bar down is on the right of the page. I need it centered under the logo.
I changed the logo to 1024px.
What should I change to move the rest of the columns to the center?
I have searched and searched and found a few useful posts, but nothing that fixes the problem.
Have I goofed up or do I even need to move everything to the center?
site: http://www.hollywoodmoviemall.com/138a/
I know that I still have a long way to go on customization.
Thanks,
jwoodall
Re: Apple Zen Support Thread
Quote:
Originally Posted by
jong
the site for the above mentioned issue is gilbertswater.com/store
the navbar shifts far to right in IE with comments out, but displays fine (without drop shadow) when commented.
Try this post for a fix:
http://www.zen-cart.com/forum/showpo...postcount=1653
Re: Apple Zen Support Thread
Quote:
Originally Posted by
jwoodall
Jade,
Thanks for the wonderful template!
I have been working on changing some of the display attributes.
You can see from my site that I have been able to move the logo the center and change to left columns.
The problem I have now, is that everything from the nav bar down is on the right of the page. I need it centered under the logo.
I changed the logo to 1024px.
What should I change to move the rest of the columns to the center?
I have searched and searched and found a few useful posts, but nothing that fixes the problem.
Have I goofed up or do I even need to move everything to the center?
site:
http://www.hollywoodmoviemall.com/138a/
I know that I still have a long way to go on customization.
Thanks,
jwoodall
There are more spots that you need to change to 1024px. Look for more of the approx. 70em sections.