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

Apple Zen Support Thread

Views: 855,647

Results 1,381 to 1,400 of 3,042
3 Nov 2007, 2:36 AM
#1381
jettrue avatar

jettrue

Totally Zenned

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

Apple Zen Support Thread

torrence:

Hi Folks,

Noob here...I'm looking for anyone to have a look and tell me what I may be missing? I had this working under the default green, and when I've tried to use this template (which looks awesome by the way!), it displays "incomplete".

http://www.tierra-norte.com/store

ANY insight would be great please!

Thanks.

It looks like you did not upload all files, in all the right places. Check and double check that each and every file is where it is supposed to be.

3 Nov 2007, 2:37 AM
#1382
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

torrence:

Found it....I needed to copy the other php file (categories_ul_generator.php) in the error into the "other" includes folder! (Thanks for pointing me in right direction!)

Now...just need to figure out the titles (as in what's wrong with them!), and how to display 3 items across (in the same row) on each page...and I'll be ecstatic.

You're missing language files, and probably others.

3 Nov 2007, 2:41 AM
#1383
torrence avatar

torrence

New Zenner

Join Date:
Nov 2007
Posts:
23
Plugin Contributions:
0

Re: Apple Zen Support Thread

I'll have a peek. Thx. I suspect you're correct...they're not in the correct places. It took a bit for me to get it this far...in that it's not the only template on the server, and I'm serious noob! lol

3 Nov 2007, 2:44 AM
#1384
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

torrence:

I'll have a peek. Thx. I suspect you're correct...they're not in the correct places. It took a bit for me to get it this far...in that it's not the only template on the server, and I'm serious noob! lol

It does take a while to get used to the file layout... but you'll get there! I was a noob once too! :cool:

3 Nov 2007, 3:33 AM
#1385
torrence avatar

torrence

New Zenner

Join Date:
Nov 2007
Posts:
23
Plugin Contributions:
0

Re: Apple Zen Support Thread

I think I've got 99% of it now...after digging and copying a lot! lol Question if you'd be so kind... The "About Us" page that links from the pull-down doesn't appear to be the same page that I defined in the define pages editor. Any idea how I might get it to read the page I defined?

And on an aside...I love the simple neat/clean look of your template, and appreciate your work on it. Oh damn...one more thing!!...the stripes that are still left on my site (in the top area border)...how would I change those out for solid please?

THANKS!!!!!

3 Nov 2007, 8:39 AM
#1386
srturner47 avatar

srturner47

Zen Follower

Join Date:
Oct 2007
Posts:
385
Plugin Contributions:
0

Re: Apple Zen Support Thread

jettrue -- Thanks for the help! I have been working to try to find a solution to one of the problems in ie6. In ie6 if you hover over the header menu, but not over text, it won't highlight. Well, I have almost found a solution. I need your help to finish this! I changed my tpl_drop_menu file by removing the <li></li> for each drop-down option. Now, there is only one <li></li> for each drop-down. The only side effects appears to be removing the divider line between each option. And, they work in ie6!!!! :)

But..... I can't seem to figure out how to do this with the categories drop-down header menu. At first, I thought this was no problem, because these work when there is a subcategory in ie6. But, the subcategory menus do not work in ie6. Is there a way to change this so that it is like my other drop-down menus? I'm not sure if this is possible considering the fact that this menu uses subcategories, and the others do not. Thanks!

BTW -- You can see what this looks like at: http://www.birdingdepot.com/index.php

torrence -- To change the background stripes, you need to replace site-bg.gif, site-bg-blue.gif, or site-bg-grey.gif depending on which color you are currently using. They can be found in include/templates/apple_zen/images. If you want to have the background simply be one color, change this line in stylesheet.css:

body {

background:url(../images/site-bg.gif) 0 9em repeat-x; 

/*remove this background image for narrow header, unless of course you want it there (green stripe background) */

}

to

body {

background:#ffffff; 

/*remove this background image for narrow header, unless of course you want it there (green stripe background) */

}

Change #ffffff to whatever color you want. Enjoy! :)

3 Nov 2007, 1:52 PM
#1387
torrence avatar

torrence

New Zenner

Join Date:
Nov 2007
Posts:
23
Plugin Contributions:
0

Re: Apple Zen Support Thread

srturner47 - Thanks! I actually "borrowed" your bg-custom gif...it looks much better graduated like that.

I can't for the life of me figure out why I can't get my contact page to load...not sure where the file should be read from, as it IS where I would think it should be! lol

I removed the About Us link entirely...got too tired of trying to figure out why it wouldn't load too. As jettrue suggested earlier, I'm sure it's a matter of my files not being in the right place, but it gets VERY tedious looking.

Here's one more noob question...I'd like the products to display 3 items across ALWAYS, like they do on my "feature" page...can someone please spare me the agony, and point me in the right direction to accomplish this?

Thanks!

3 Nov 2007, 2:09 PM
#1388
torrence avatar

torrence

New Zenner

Join Date:
Nov 2007
Posts:
23
Plugin Contributions:
0

Re: Apple Zen Support Thread

Found and fixed the Contact Page link. (I'm beginning to feel like I'm giving a "play by play" here...lol)

So - only looking for 3 items across, display help now!

Thanks...sorry to dump all these id-10-t questions on ya'll.

3 Nov 2007, 4:09 PM
#1389
dezinejunkie avatar

dezinejunkie

New Zenner

Join Date:
Jan 2007
Posts:
49
Plugin Contributions:
0

Re: Apple Zen Support Thread

Uh duh i found the settings for the add to cart. Thanks

KrispysKingdom:

In your screen shot, the Out of Stock image has replaced the Add to Cart button. You will have to add quantity to the item, or change your settings for the Add to Cart button to show.

It looks like you are missing the following file...

/home/torrence/public_html/store/includes/templates/apple_zen/common/tpl_drop_menu.php

3 Nov 2007, 4:13 PM
#1390
dezinejunkie avatar

dezinejunkie

New Zenner

Join Date:
Jan 2007
Posts:
49
Plugin Contributions:
0

Re: Apple Zen Support Thread

Jade- i think you might be the only one who could figure this out- no one seems to post on an answer- i the apple zen temp on the events calendar for the heading on the side box the pull down menu is showing over the heading for Events calendar- any idea on whats going on- ive pasted a screen shot-
i cant seem to get this one fixed and ive posted in the "events calendar" threads.:frusty:

3 Nov 2007, 4:22 PM
#1391
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

torrence:

I think I've got 99% of it now...after digging and copying a lot! lol Question if you'd be so kind... The "About Us" page that links from the pull-down doesn't appear to be the same page that I defined in the define pages editor. Any idea how I might get it to read the page I defined?

And on an aside...I love the simple neat/clean look of your template, and appreciate your work on it. Oh damn...one more thing!!...the stripes that are still left on my site (in the top area border)...how would I change those out for solid please?

THANKS!!!!!

I think you're missing more files for the about us page.

Make sure you've uploaded

includes/extra_datafiles/about_us_filenames.php
includes/languages/english/extra_definitions/about_us.php
includes/modules/pages/about_us/header_php.php

To change the image to solid, you'll have to create a new image that is solid, and replace the striped one.

3 Nov 2007, 4:27 PM
#1392
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

torrence:

Here's one more noob question...I'd like the products to display 3 items across ALWAYS, like they do on my "feature" page...can someone please spare me the agony, and point me in the right direction to accomplish this?

Thanks!
You'd have to install the Column Layout Grid Mod that is in the download section.

3 Nov 2007, 4:28 PM
#1393
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

DezineJunkie:

Jade- i think you might be the only one who could figure this out- no one seems to post on an answer- i the apple zen temp on the events calendar for the heading on the side box the pull down menu is showing over the heading for Events calendar- any idea on whats going on- ive pasted a screen shot-
i cant seem to get this one fixed and ive posted in the "events calendar" threads.:frusty:

I think I'd need to see your site please.

3 Nov 2007, 5:03 PM
#1394
torrence avatar

torrence

New Zenner

Join Date:
Nov 2007
Posts:
23
Plugin Contributions:
0

Re: Apple Zen Support Thread

jettrue:

You'd have to install the Column Layout Grid Mod that is in the download section.

Done...worked like a charm! Thx for your help. If i could bother you one last time, I'd be much appreciative!!!

I'd like some kind of graphic or banner for the top of the page(s), but am finding what instructions I HAVE found to be confusing. Can anyone point me to a good tutorial?

3 Nov 2007, 7:50 PM
#1395
blackpaladin avatar

blackpaladin

New Zenner

Join Date:
Nov 2004
Posts:
5
Plugin Contributions:
0

Re: Apple Zen Support Thread

Jade -

How does one display the "date available" of a product in the product listing? I'm guessing that "product_listing.php" needs to be altered. I was wondering if there is a quick way to do it as opposed to having to do major surgery on this file...?

Thanks,
Vince

3 Nov 2007, 9:01 PM
#1396
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

blackpaladin:

Jade -

How does one display the "date available" of a product in the product listing? I'm guessing that "product_listing.php" needs to be altered. I was wondering if there is a quick way to do it as opposed to having to do major surgery on this file...?

Thanks,
Vince

I'm not positive about this, you should start a new thread about this in the general forum.

3 Nov 2007, 10:15 PM
#1397
srturner47 avatar

srturner47

Zen Follower

Join Date:
Oct 2007
Posts:
385
Plugin Contributions:
0

Re: Apple Zen Support Thread

If anyone is interested, I got this template to work in IE5. This fixes an alignment issue where the header is centered, but the main part of the website is not in IE5.

Just add "text-align:center;" to the mainwrapper in stylesheet.css. It should now read:

#mainWrapper {
text-align:center;
vertical-align:top;
position:relative;
padding-bottom:25px;
}

With my website, I still had one more problem....but, Jettrue's example site didn't...this might just be my site. If your menus are pushed to the right side of the screen in ie5 after making the change above, add "left:0;" to dropmenuwrapper in stylesheet.css. It should now read:

#dropMenuWrapper {
width:100%;
background:#6699CC; /* remove background:#929292; for narrow header*/
margin:0 auto;
text-align:center;
height:2.18em;
position:absolute;
top:0;
left:0;
}

Everything else in IE5 seems to work fairly well. There are a few other really small quirks I noticed, but they don't seem to be related to this template and they don't affect the webpage in any major ways. (Of course, all IE6 bugs are still present in IE5, but this gets rid of the one extra bug in IE5, the alignment issue.)

I hope this helps someone!

By the way, jettrue, did you have a chance to look at my post about the <li> tags on the category menu and their effect on ie6? It would be nice if I could fix this for the category menu. If not, I can always just have the main categories listed, but I would prefer them to slide out. That is one of the neatest parts of your dropdown menu mod. Thanks!

3 Nov 2007, 11:54 PM
#1398
srturner47 avatar

srturner47

Zen Follower

Join Date:
Oct 2007
Posts:
385
Plugin Contributions:
0

Re: Apple Zen Support Thread

FYI... I had never tried IE5.5, and it seems that there are still problems, even with this fix in IE5.5. But, it works well in IE5! :)

4 Nov 2007, 9:38 AM
#1399
srturner47 avatar

srturner47

Zen Follower

Join Date:
Oct 2007
Posts:
385
Plugin Contributions:
0

Re: Apple Zen Support Thread

Alright! I figured out some fixes for this template that fix some bugs and make it more compatible with a variety of browsers. I hope this can help someone else as well. Here's what I did:

  1. There is a bug with the footer that causes the bottom shadow line to display in the wrong location on longer pages sometimes. When this happens, if the user rolls over the drop down menu it immediately fixes the position of the line on the page. Refreshing the page will make the problem return.

The fix is to seperate navSupp and navSuppWrapper from the generation of this line.

Copy tpl_footer.php to the zen cart override directory and call the new bottomLine class. Here's what should be added:

<!--bof-navigation display -->

ADD THIS:<div id="bottomLineWrapper">
ADD THIS:<div id="bottomLine">
ADD THIS:</div></div>

<div id="navSuppWrapper"> <div id="navSupp"> <ul>

Then, edit stylesheet.css. Add the new classes for bottomLine and bottomLineWrapper:

#bottomLineWrapper {
width:100%;
margin:0 auto;
margin-top:-6px;
/float:left;/
position:relative;
top:2.18em;
}

#bottomLine {
margin:0 auto;
text-align:center;
width:70.3em;
padding-top:1em;
}

Then, change the following instances of navSupp to bottomLine. ONLY change these instances. Leave the others alone.

  • end of changes for narrow header */

CHANGE THIS:* html #centerColumnWrapper, * html #centerColumnWrapperb, * html #headerWrapperb, * html #headerWrapperc, * html #dropMenuWrapperc, * html #dropMenuWrapperd, * html #bottomLine {
background:none!important; /* Hides the transparent shadows from older versions of IE */
}

#centerColumnWrapper {
background:url(../images/shadowRight.png) repeat-y 100% 0;
}

#centerColumnWrapperb {
background:url(../images/shadowLeft.png) repeat-y 0 0;
}

CHANGETHIS:#bottomLine {
background:url(../images/shadowAlpha_bot.png) repeat-x top;
}

  • {
    margin:0;
    padding:0;
    }

All set! That should fix this.

  1. I've been trying to find a fix for the hovering in the space where there is no text problem with ie5, ie5.5, and ie6 on the drop-menu. I previously was doing some stuff with <li> that was helping, but didn't work for the categories. Forget about that! There is a much easier way!! This new way fixes the problem with no side-effects....except for ie5.5. I'll explain in #3.

Make this change in stylesheet_header_menu.css:

div#dropMenu li.submenu:hover {}
div#dropMenu li a {display: block;
ADD:/* Hides from IE5-mac */

ADD:height: 1%;

CHANGE:/* End hide from IE5-mac */ padding: .6em 0; text-decoration: none; text-transform:uppercase; color:#ffffff; text-align:center; border-right:1px solid #ffffff;}
div#dropMenu li a.noLine {border:none;}

That fixes the hovering over no text problems with ie5, ie5.5, and ie6. :)

3)But.....It introduces a new problem with ie5.5. The menus basically stop working. I played around until I found a way to restore 99% of this functionality in ie5.5. But, just an FYI, ie5.5 doesn't play nice with this template anyway. It looks terrible. The header logo blows up really large, and the breadcrumb, body, and header are all aligned differently. Weird, because it all works fine in ie5 with the fix I wrote about before this post.

Anyway, here's how to make the menus functional in ie5.5 again after implementing the fix for ie5 and ie6. Make these changes to stylesheet_header_menu.css:

div#dropMenu li {
position:relative;
list-style:none;
margin:0;
float:left;
CHANGE: /line-height:1em;/
width:16.667%;
}

div#dropMenu ul.level1 {
width:70em;
margin:0 auto;
text-align:center;
background:#006699; /*background color of top menu when NOT selected. */
z-index:1000;
float:left;
}

CHANGE: div#dropMenu li:hover {display: block;}
/*div#dropMenu li.submenu {background: url(../images/dropmenu.gif) 95% 50% no-repeat;} */

Now everything works with the menus except when you hover over the blank space around the words of drop-down menu titles (HOME, CATEGORIES, INFORMATION, etc...). But, the white space in the drop-down menus themselves works fine. I tested this tweak with Firefox 2, IE7, IE6, IE5, and IE5.5, and they don't seem to have any negative effects with other browser, yet this fix problems in IE5.5.

  1. Last -- In IE 5, 5.5, 6, and 7 if you increase the text size only once (not twice, that works fine) the SHOPPING CART will fall to the next line and mess up the menus. Here the fix. Add this in stylesheet_header_menu.css:

iv#dropMenu li {
position:relative;
list-style:none;
margin:0;
float:left;
/line-height:1em;/
width:16.667%;
ADD: *width:16.649%;
}

Whew! That was a lot of work. :) I hope someone finds these tweaks useful. Maybe jettrue will include some of them in the next release of this template.

The only big bug/compatibility problem that I can find which is left is the blank subcategories when you leave a subcategory and return in IE7. I'm not sure I have the skills to fix this problem, but I hope someone tackles it someday.

4 Nov 2007, 10:27 AM
#1400
srturner47 avatar

srturner47

Zen Follower

Join Date:
Oct 2007
Posts:
385
Plugin Contributions:
0

Re: Apple Zen Support Thread

Quick update: After a little more testing, I have realized that one of the fixes for IE5.5 actually doesn't do anything. Plus, it slows down the menus in all browsers. The other ie5.5 fix still seems to help.
So.... for fix #3 above I changed it as follows:

div#dropMenu li {
position:relative;
list-style:none;
margin:0;
float:left;
THIS STILL NEEDS TO BE CHANGED - /line-height:1em;/
width:16.667%;
*width:16.649%;
}

div#dropMenu ul.level1 {
width:70em;
margin:0 auto;
text-align:center;
background:#006699; /*background color of top menu when NOT selected. */
z-index:1000;
float:left;
}

KEEP THIS LINE AS IS!!!! - div#dropMenu li:hover {}
/*div#dropMenu li.submenu {background: url(../images/dropmenu.gif) 95% 50% no-repeat;} */
div#dropMenu li.submenu:hover {}