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

Apple Zen Support Thread

Views: 855,493

Results 2,781 to 2,800 of 3,042
9 Nov 2009, 11:40 PM
#2781
meltdown avatar

meltdown

Totally Zenned

Join Date:
Jun 2006
Location:
My family and I live in Brighton, England
Posts:
947
Plugin Contributions:
0

Apple Zen Support Thread

I just noticed this issue: When you click to view the large image, the menu stays on top of the image rather than dimming and going behind. (Example: Click to enlarge)

In in stylesheet_lightbox.css, change the z-index of #overlay to 9000 as reccomended here but to no avail.

This cart is a Zen 1.3.6 and I am using the Zen Lightbox mod.

Thanks for whatever assistance anyone can give!

11 Nov 2009, 5:26 AM
#2782
meltdown avatar

meltdown

Totally Zenned

Join Date:
Jun 2006
Location:
My family and I live in Brighton, England
Posts:
947
Plugin Contributions:
0

Re: Apple Zen Support Thread

MeltDown:

I just noticed this issue: When you click to view the large image, the menu stays on top of the image rather than dimming and going behind. (Example: Click to enlarge)

In in stylesheet_lightbox.css, change the z-index of #overlay to 9000 as reccomended here but to no avail.

This cart is a Zen 1.3.6 and I am using the Zen Lightbox mod.

Thanks for whatever assistance anyone can give!

I believe I've worked this out: In stylesheet_lightbox.css I increased the z-index on the lightbox to 1000:

#lightbox {
left:0;
line-height:0;
position:absolute;
text-align:center;
top:40px;
width:100%;
z-index:1000;
}

12 Nov 2009, 12:13 PM
#2783
hrinfo avatar

hrinfo

New Zenner

Join Date:
May 2008
Posts:
98
Plugin Contributions:
0

Re: Apple Zen Support Thread

Hi everyone,

I have looked and searched through the thread without success so I hope that someone may be able to help.

I am putting a new site together using this template (excellent work and thanks for it). Now I have had to modify few things and everything worked fine. The problem is the header in that I had to hardcode it because the site uses the mouseover effect.

Anyway it works great in IE and FF but not in Safari. It looks like there is a problem with the way that Safari handles the background layer in the header. You can see the site here:

http://carmo.mybusiness-hosting.com/

Any ideas will be great.

Thanks
Tassos

12 Nov 2009, 1:21 PM
#2784
hrinfo avatar

hrinfo

New Zenner

Join Date:
May 2008
Posts:
98
Plugin Contributions:
0

Re: Apple Zen Support Thread

ok found the answer .So if anyone attempts something simular and has the same problem with Safari in tha tthe background layer in the header does not show correctly use the following code:

#logoWrapperOuter {
background:#800000 url(../images/yourimage.gif) repeat-x;
height:100%;
margin:0 0 0 0;
position:relative;
text-align:center;
z-index: 0;
padding: 10 0 0 0;
overflow: hidden;

It worked for me and it is an inherent problem that Safari has in that it handles some elements differently than IE and FF

Tassos

20 Nov 2009, 5:18 AM
#2785
hrinfo avatar

hrinfo

New Zenner

Join Date:
May 2008
Posts:
98
Plugin Contributions:
0

Re: Apple Zen Support Thread

Hi Everyone,

OK got new problem which is totally weird. Any help will be appreciated.

I have moved the Ezpages on the drop down menu to be by itself rather than part of the information box as it looks neater and it makes it easier when you have a lot of pages. That works fine and the links are shown properly.

The problem is that for some strange reason all the ezpages are showing up in the New Products Sidebox as well. I have tried but I can not figure it out why it is doing that.

The site is now on its own server here http://www.carmo.nl/store/index.php?main_page=index&language=en

Just look at the right hand column near the end. Any help will be great

Tassos

27 Nov 2009, 3:01 PM
#2786
loosefast avatar

loosefast

Zen Follower

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

Re: Apple Zen Support Thread

Hi,

Wondering if anyone has attempted displaying two sideboxes on the right side using this template?

Most folks are viewing websites on wider screens these days and this would be a great way to get more sideboxes "above the fold"

thanks!

1 Dec 2009, 7:10 PM
#2787
mpcustom avatar

mpcustom

New Zenner

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

Re: Apple Zen Support Thread

Question on Apple Zen...
Using ZC 1.3.8, newest AppleZen, working on Mac with Textmate. From the very beginning, the drop menu is sticking to the left side of the page, no matter what the width. I've tried every CSS position attribute with no success. I've looked at other stylesheets of AppleZen stores and there is no difference. I've gone thru the install, file by file with no success. I also have a demo store where the drop menu is correct, but the sidebox is not showing, which I'm not concerned about in this case (the sidebox that is). I have gone thru forums to no avail. Problem is the same on Safari, FF and IE7.0. Store is here, demo store is here.
Any ideas?

4 Dec 2009, 5:15 PM
#2788
hedron avatar

hedron

Zen Follower

Join Date:
Feb 2009
Posts:
138
Plugin Contributions:
0

Re: Apple Zen Support Thread

jettrue:

Is a complicated css and floating issue. I need to redesign the way the product page works. If you can wait a few days, I can upload the file here for you.

I was wondering if you were ever able to figure out the bullets issue?
http://www.zen-cart.com/forum/showpost.php?p=718786&postcount=2639

Thank you!

4 Dec 2009, 5:38 PM
#2789
hedron avatar

hedron

Zen Follower

Join Date:
Feb 2009
Posts:
138
Plugin Contributions:
0

Re: Apple Zen Support Thread

mpcustom:

Question on Apple Zen...
Using ZC 1.3.8, newest AppleZen, working on Mac with Textmate. From the very beginning, the drop menu is sticking to the left side of the page, no matter what the width. I've tried every CSS position attribute with no success. I've looked at other stylesheets of AppleZen stores and there is no difference. I've gone thru the install, file by file with no success. I also have a demo store where the drop menu is correct, but the sidebox is not showing, which I'm not concerned about in this case (the sidebox that is). I have gone thru forums to no avail. Problem is the same on Safari, FF and IE7.0. Store is here, demo store is here.
Any ideas?

Maybe because you commented out this height setting from the drop menu stylesheet?

div#dropMenu li a {
display: block;
/* Hides from IE5-mac */
*/height: 1%; /
/
End hide from IE5-mac */

Just a guess. That is the only difference I found with the original stylesheet, other than the green/grey selection.

4 Dec 2009, 5:47 PM
#2790
mpcustom avatar

mpcustom

New Zenner

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

Re: Apple Zen Support Thread

hedron:

Maybe because you commented out this height setting from the drop menu stylesheet?

div#dropMenu li a {
display: block;
/* Hides from IE5-mac */
*/height: 1%; /
/
End hide from IE5-mac */

Just a guess. That is the only difference I found with the original stylesheet, other than the green/grey selection.w

I tried that and affects only the height of the dark grey menu bar, not the left/right placement. Are there any other stylesheets that might be superceding this one? I haven't done any major tweaks or add-ons to the code, just the basic color changes, content changes, etc.
Mike

4 Dec 2009, 6:00 PM
#2791
hedron avatar

hedron

Zen Follower

Join Date:
Feb 2009
Posts:
138
Plugin Contributions:
0

Re: Apple Zen Support Thread

loosefast:

Hi,

Wondering if anyone has attempted displaying two sideboxes on the right side using this template?

Most folks are viewing websites on wider screens these days and this would be a great way to get more sideboxes "above the fold"

thanks!

If the screen rez is above 1280 x 1024 then you can see 2 sideboxes above the fold, if you properly tighten up your top logo section... thing is, over 50% of rez are below vertical 1024:
http://www.w3counter.com/globalstats.php

You should probably optimize for 1024x768

4 Dec 2009, 6:15 PM
#2792
hedron avatar

hedron

Zen Follower

Join Date:
Feb 2009
Posts:
138
Plugin Contributions:
0

Re: Apple Zen Support Thread

mpcustom:

w

I tried that and affects only the height of the dark grey menu bar, not the left/right placement. Are there any other stylesheets that might be superceding this one? I haven't done any major tweaks or add-ons to the code, just the basic color changes, content changes, etc.
Mike

Sorry. I am no CSS expert. :(

When I looked at your page source I did not see it calling any other stylesheets. So I am not sure where the conflict is.

I would use WinMerge or similar program and compare your ORIGINAL unaltered files with the current ones and see if you find any other differences.

I am sure if Jade was around she would figure it out fast. I have not seen her on here much lately though.

If you can't get an answer here, you might want to try the general forum.

Good luck! And let us know if you resolve it.

4 Dec 2009, 8:58 PM
#2793
mpcustom avatar

mpcustom

New Zenner

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

Re: Apple Zen Support Thread

hedron:

Sorry. I am no CSS expert. :(

When I looked at your page source I did not see it calling any other stylesheets. So I am not sure where the conflict is.

I would use WinMerge or similar program and compare your ORIGINAL unaltered files with the current ones and see if you find any other differences.

I am sure if Jade was around she would figure it out fast. I have not seen her on here much lately though.

If you can't get an answer here, you might want to try the general forum.

Good luck! And let us know if you resolve it.

I have tried a compare with several versions with no success. Could it be another item is overlapping and giving odd results? Anyone using Mac with this template?

5 Dec 2009, 10:35 PM
#2794
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

mpcustom:

I have tried a compare with several versions with no success. Could it be another item is overlapping and giving odd results? Anyone using Mac with this template?

It's a really simple issue, seen it lots before, it's just a simple issue with the way you've changed the commenting marks:

/grey/
div#dropMenu li a:hover, div#dropMenu li.submenu li.submenu:hover, div#dropMenu ul.level2 a:hover {color: #4f4f4f!important;background:#D5D5D5;}
*/

Remove the ending */, it doesn't belong there. :smile:

Hello everyone!!

6 Dec 2009, 12:58 PM
#2795
loosefast avatar

loosefast

Zen Follower

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

Re: Apple Zen Support Thread

hedron:

If the screen rez is above 1280 x 1024 then you can see 2 sideboxes above the fold, if you properly tighten up your top logo section... thing is, over 50% of rez are below vertical 1024:
http://www.w3counter.com/globalstats.php

You should probably optimize for 1024x768

I actually should have said:

Wondering if anyone has attempted displaying two sidebox COLUMNS on the right side using this template? Two columns of sideboxes to the right of the main content area.

Thanks!

7 Dec 2009, 8:45 PM
#2796
mpcustom avatar

mpcustom

New Zenner

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

Re: Apple Zen Support Thread

jettrue:

It's a really simple issue, seen it lots before, it's just a simple issue with the way you've changed the commenting marks:

/grey/
div#dropMenu li a:hover, div#dropMenu li.submenu li.submenu:hover, div#dropMenu ul.level2 a:hover {color: #4f4f4f!important;background:#D5D5D5;}
*/

Remove the ending */, it doesn't belong there. :smile:

Hello everyone!!

Yes!!! Thank you! You've no idea how many hours I've spent looking for the culprit. Mind your p's, q's and comments...
Thanks Jade!

7 Dec 2009, 9:35 PM
#2797
anhat avatar

anhat

New Zenner

Join Date:
Dec 2009
Posts:
1
Plugin Contributions:
0

Re: Apple Zen Support Thread

So I have a few questions about how to "fix" my layout. Website is http://www.ravenglow.com.

  1. I need my background to finish going up and behind the logo.

  2. Where do I change the colors of the backgrounds in "Home", "Categories", etc.?

9 Dec 2009, 9:15 AM
#2798
colnixon avatar

colnixon

New Zenner

Join Date:
Apr 2008
Posts:
47
Plugin Contributions:
0

Re: Apple Zen Support Thread

Hi Guys,

Hope everyone is prepared for a nice Christmas...

I have messed up my apple zen cart :(

I tried adding some featured products on my home page and have somehow managed to knock off all my sideboxes and my dropdown menus.

I have wasted over a full day trying to fix it but with no luck.

I have not touched any hard code, just the check boxes in the admin menu's

Any Ideas anyone?

Thanks

Col

9 Dec 2009, 10:13 PM
#2799
colnixon avatar

colnixon

New Zenner

Join Date:
Apr 2008
Posts:
47
Plugin Contributions:
0

Re: Apple Zen Support Thread

following on from the above...

my url is https://www.ukgiftideas.net please note at the bottom of my website i now get the following error

Fatal error: Call to undefined function: zen_get_generated_category_path_rev() in C:\Inetpub\vhosts\ukgiftideas.net\httpdocs\databasecart\includes\templates\template_default\sideboxes\tpl_featured.php on line 17

i have looked at this file in notepad and it does not even have 17 lines

any advice will be appreitiated

Many Thanks

Col

10 Dec 2009, 9:34 PM
#2800
colnixon avatar

colnixon

New Zenner

Join Date:
Apr 2008
Posts:
47
Plugin Contributions:
0

Re: Apple Zen Support Thread

colnixon:

following on from the above...

my url is https://www.ukgiftideas.net please note at the bottom of my website i now get the following error

Fatal error: Call to undefined function: zen_get_generated_category_path_rev() in C:\Inetpub\vhosts\ukgiftideas.net\httpdocs\databasecart\includes\templates\template_default\sideboxes\tpl_featured.php on line 17

i have looked at this file in notepad and it does not even have 17 lines

any advice will be appreitiated

Many Thanks

Col

Fixed the above, simply replace the offending file with a backup verion i had and all is good...