Zen Cart Logo
Forums / Addon Templates / Apple Zen Support Thread

Apple Zen Support Thread

Views: 855,347

Results 1,661 to 1,680 of 3,042
04 Feb 2008, 11:52
#1661
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Apple Zen Support Thread

vivaraquel:

I'd like to add to the previous post that I did actually get it working. the problem is that I have 2 About us links in the drop down menu and I have no idea how to turn one off.

The one at the bottom of the drop down menu is the one that's working via the EZ pages. I have no idea how the other is controled. When clicke the site map shows up with an error 404 at the start.

Thank you.

The about us page I added with this template, is not done in the EZPages section. You probably don't have all files uploaded. You are using the most recent version of the template, correct?

To remove the non-ezpages about us link, open up includes/templates/YOUR_TEMPLATE/common/tpl_drop_menu.php and find the about us link and remove it.

04 Feb 2008, 23:03
#1662
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Apple Zen Support Thread

marcelo63:

This issue is only in IE 7. I do not see on FF 2 o FF3
Whe Additional image are present (again issue in IE)

Second Issue
I have severly modified your template and I have left a "space" below drop Menu. This replicate on all the site, just below the black Header drop menu background and on top of center white column
I would like that portion = 0px

Jade :thumbsup, Thank You!

First issue, open up includes/modules/YOUR_TEMPLATE/additional_images.php and change this:

    $col_width = floor(100/$num_images);
  } else {
    $col_width = floor(100/IMAGES_AUTO_ADDED);
  }

to this:

    $col_width = floor(100/$num_images) -.5;
  } else {
    $col_width = floor(100/IMAGES_AUTO_ADDED) -.5;
  }

Second issue:

in your stylesheeet.css change this:

#contentMainWrapper {
	width:71em;
	margin:0 auto;
	text-align:center;
	position:relative;
	top:2.18em;
	}

to this:

#contentMainWrapper {
	width:71em;
	margin:0 auto;
	text-align:center;
	position:relative;
	top:1.4em;
	}
05 Feb 2008, 17:43
#1663
judygirl avatar

judygirl

New Zenner

Join Date:
Feb 2008
Location:
Texas
Posts:
10
Plugin Contributions:
0

Re: Apple Zen Support Thread

Hi, I'm using the Apple_Zen template for my new site and of course, I'm a Newbie :lamo:. This thread and the tutorials have assisted me in doing so much this past week and I haven't had to ask not one question...until now.lol

Was hoping maybe someone could tell me where to change the logo from a .gif to a .jpg. ?

Many thanks in advance to those of you who take the time to respond.

05 Feb 2008, 17:49
#1664
doodlebuckets avatar

doodlebuckets

Totally Zenned

Join Date:
Jul 2005
Posts:
497
Plugin Contributions:
0

Re: Apple Zen Support Thread

judygirl:

Hi, I'm using the Apple_Zen template for my new site and of course, I'm a Newbie :lamo:. This thread and the tutorials have assisted me in doing so much this past week and I haven't had to ask not one question...until now.lol

Was hoping maybe someone could tell me where to change the logo from a .gif to a .jpg. ?

Many thanks in advance to those of you who take the time to respond.

/includes/languages/english/apple_zen/header.php is where the filename should be changed.

includes/templates/apple_zen/images/ is where your logo should be located :)

I hope this helps! A little learning at a time...you'll get there :)

05 Feb 2008, 21:52
#1665
judygirl avatar

judygirl

New Zenner

Join Date:
Feb 2008
Location:
Texas
Posts:
10
Plugin Contributions:
0

Re: Apple Zen Support Thread

I looked there, I SWEAR! :wacko:

Thank you, that worked perfectly!

And to think I wanted to be the first Newbie in the history of ZenCart to build my store without having to post a question. Silly me.

06 Feb 2008, 05:27
#1666
ralleh avatar

ralleh

New Zenner

Join Date:
Jan 2008
Posts:
8
Plugin Contributions:
0

Re: Apple Zen Support Thread

How might one edit the individual product pages so that huge cross reference info lists can go underneath the "add to cart" button. I want the customer to not be forced to scroll through it in order to check out, but I need the info on the page.

Thanks.

06 Feb 2008, 11:53
#1667
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Apple Zen Support Thread

Ralleh:

How might one edit the individual product pages so that huge cross reference info lists can go underneath the "add to cart" button. I want the customer to not be forced to scroll through it in order to check out, but I need the info on the page.

Thanks.

I'm not sure what you mean by "huge cross reference lists", but you can edit the order of the product info page in includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php

06 Feb 2008, 20:51
#1668
jonjae avatar

jonjae

New Zenner

Join Date:
Feb 2008
Posts:
3
Plugin Contributions:
0

Re: Apple Zen Support Thread

Hi,

Great looking templates! I was just wondering how you would go about removing the entire nav bar that contains the EZPages1 : EZPages2 links. I did set the EZPage Display Status-Header bar to "0" in the Configuration->EZ Page Settings menu through the console, but it still displays on my page. Is there someplace else I need to go to remove this nave bar altogether? Thanks for your help.

06 Feb 2008, 23:21
#1669
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Apple Zen Support Thread

jonjae:

Hi,

Great looking templates! I was just wondering how you would go about removing the entire nav bar that contains the EZPages1 : EZPages2 links. I did set the EZPage Display Status-Header bar to "0" in the Configuration->EZ Page Settings menu through the console, but it still displays on my page. Is there someplace else I need to go to remove this nave bar altogether? Thanks for your help.

That's the way to do it. Confirm that it is indeed off.

08 Feb 2008, 01:57
#1670
jc307 avatar

jc307

New Zenner

Join Date:
Nov 2005
Posts:
9
Plugin Contributions:
0

Re: Apple Zen Support Thread

Great template. Thanks

Is there a way to have the logo stretch across the page? I have tried changing settings in the css and in tpl_header unsuccessfully.

I have a header image that's 800 pixel wide

Many thanks

08 Feb 2008, 02:08
#1671
jc307 avatar

jc307

New Zenner

Join Date:
Nov 2005
Posts:
9
Plugin Contributions:
0

Re: Apple Zen Support Thread

jc307:

Great template. Thanks

Is there a way to have the logo stretch across the page? I have tried changing settings in the css and in tpl_header unsuccessfully.

I have a header image that's 800 pixel wide

Many thanks

======================
FIXED. I kept a backup css file on server that was throwing it off. Problem resolved

:-)

09 Feb 2008, 14:29
#1672
tinorebel avatar

tinorebel

New Zenner

Join Date:
Feb 2008
Posts:
6
Plugin Contributions:
0

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:

09 Feb 2008, 15:03
#1673
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Apple Zen Support Thread

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.

09 Feb 2008, 16:06
#1674
tinorebel avatar

tinorebel

New Zenner

Join Date:
Feb 2008
Posts:
6
Plugin Contributions:
0

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!

11 Feb 2008, 14:16
#1675
jsgillau avatar

jsgillau

New Zenner

Join Date:
Jun 2005
Posts:
6
Plugin Contributions:
0

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

11 Feb 2008, 19:20
#1676
ec_junior avatar

ec_junior

New Zenner

Join Date:
Jan 2008
Posts:
5
Plugin Contributions:
0

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!

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;}

12 Feb 2008, 20:03
#1677
jong avatar

jong

New Zenner

Join Date:
Feb 2008
Posts:
2
Plugin Contributions:
0

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:

/* 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.

12 Feb 2008, 20:24
#1678
jong avatar

jong

New Zenner

Join Date:
Feb 2008
Posts:
2
Plugin Contributions:
0

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.

12 Feb 2008, 22:24
#1679
jwoodall avatar

jwoodall

New Zenner

Join Date:
Mar 2007
Posts:
17
Plugin Contributions:
0

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

13 Feb 2008, 02:33
#1680
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Apple Zen Support Thread

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/showpost.php?p=499196&postcount=1653