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

Apple Zen Support Thread

Views: 855,578

Results 861 to 880 of 3,042
13 Jun 2007, 6:39 PM
#861
symmo avatar

symmo

New Zenner

Join Date:
Jun 2007
Posts:
54
Plugin Contributions:
0

Apple Zen Support Thread

jettrue:

Those were done with the ez-pages contribution, just add an ez-page, and turn on the footer option for that ezpage (be sure to add a sort order).

ooohhh so it is... thanks !!:clap:

https://www.temp-tattoos.co.uk

anyone with anyone suggestions on how to improve now? just LMK

13 Jun 2007, 8:28 PM
#862
braad avatar

braad

New Zenner

Join Date:
Oct 2006
Posts:
18
Plugin Contributions:
0

Re: Apple Zen Support Thread

JETTRUE, did you make your template with possibility to switch to css buttons? I tried to use it and I received strange results. I changed #navCategoryIcon, .buttonRow, #indexProductListCatDescription in apple_zen\css\stylesheet.css and changes applied only to few buttons and some buttons still are graphic but arounded with my style, search button did not changed. Please let me know which definition in css file are responsible for css buttons. Thank you.

13 Jun 2007, 10:06 PM
#863
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

braad:

JETTRUE, did you make your template with possibility to switch to css buttons? I tried to use it and I received strange results. I changed #navCategoryIcon, .buttonRow, #indexProductListCatDescription in apple_zen\css\stylesheet.css and changes applied only to few buttons and some buttons still are graphic but arounded with my style, search button did not changed. Please let me know which definition in css file are responsible for css buttons. Thank you.

There's nothing in the template stopping css buttons. Also, the css buttons mod has its own stylesheet, you shouldn't be using the stylesheet.css. Please check out the css buttons thread for support.

14 Jun 2007, 8:10 AM
#864
high2k avatar

high2k

Zen Follower

Join Date:
May 2006
Location:
Scotland
Posts:
198
Plugin Contributions:
0

Re: Apple Zen Support Thread

jettrue:

Phew, that was hard to find:

Hi Jettrue,

Thanks for all your help. It's looking great on Firefox, but now a bit out on IE!
If you have a brainwave of how I can fix that little alignment problem in IE, then that would be great.
I've searched and searched, but cannot find the stylsheet element that changes the font on hover colour when the sub category menu flies out. I have changed the backgorund to white on hover, which works fine until the sub category menu opens up as the text and the background are both white. I cannot find out how to have the text go black on hover.
See what I mean at and click on 'gear' > 'jackets'

Once I have these wee things sorted, I promise to stop bugging you:blink:

14 Jun 2007, 8:11 AM
#865
high2k avatar

high2k

Zen Follower

Join Date:
May 2006
Location:
Scotland
Posts:
198
Plugin Contributions:
0

Re: Apple Zen Support Thread

high2K:

See what I mean at and click on 'gear' > 'jackets'

Sorry URL missing - http://www.keela.co.uk.tango.webhoster.co.uk/catalog/

14 Jun 2007, 11:22 AM
#866
symmo avatar

symmo

New Zenner

Join Date:
Jun 2007
Posts:
54
Plugin Contributions:
0

Re: Apple Zen Support Thread

ok 1 more small prob on the create user page

https://www.rentacart.co.uk/~temptat/shop/index.php?main_page=login&zenid=a33536785614fe5a74eef66846a8a967

all are nicley over to the left eccept the postcode that is way over to the right?
does anyone know how to fix this little prob?

thanks in advance again

Symmo

https://www.temp-tattoos.co.uk

14 Jun 2007, 12:30 PM
#867
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

high2K:

Hi Jettrue,

Thanks for all your help. It's looking great on Firefox, but now a bit out on IE!
If you have a brainwave of how I can fix that little alignment problem in IE, then that would be great.
I've searched and searched, but cannot find the stylsheet element that changes the font on hover colour when the sub category menu flies out. I have changed the backgorund to white on hover, which works fine until the sub category menu opens up as the text and the background are both white. I cannot find out how to have the text go black on hover.
See what I mean at and click on 'gear' > 'jackets'

Once I have these wee things sorted, I promise to stop bugging you:blink:

Actually what you'd need to change is either the default white text, or the fact that the background changes to white on hover. The background of "Jackets" is going to stay white when you go to "Extreme", because the "Jackets" menu is still being hovered on. But once you go to "Extreme" the WORD "Jackets" is no longer hovered over, so it changes back to default white. Anyway, my point is, you're asking to change the hover color, but actually what you need to change is the non-hover color.

After looking a bit, this will help you:

div#dropMenu ul.level2 a {padding: 0.5em 0 0.5em 0.25em;color:white; text-transform:none;background:#4f4f4f} /* this is text color on drop-down submenu */

Adding a background color to the above section, keeps the background of Jackets turning white after you move over to "extreme".

14 Jun 2007, 12:52 PM
#868
high2k avatar

high2k

Zen Follower

Join Date:
May 2006
Location:
Scotland
Posts:
198
Plugin Contributions:
0

Re: Apple Zen Support Thread

Of course!:clap:
That took a bit of lateral thinking on your part - not my forte.

Thanks so much for all your help.

16 Jun 2007, 10:22 AM
#869
symmo avatar

symmo

New Zenner

Join Date:
Jun 2007
Posts:
54
Plugin Contributions:
0

Re: Apple Zen Support Thread

symmo:

ok 1 more small prob on the create user page

https://www.rentacart.co.uk/~temptat/shop/index.php?main_page=login&zenid=a33536785614fe5a74eef66846a8a967

all are nicley over to the left eccept the postcode that is way over to the right?
does anyone know how to fix this little prob?

thanks in advance again

Symmo

www.temp-tattoos.co.uk

I just cant figure this out ? can anyone help?
thanks Symmo

16 Jun 2007, 1:42 PM
#870
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

symmo:

I just cant figure this out ? can anyone help?
thanks Symmo

Are you using the latest Apple Zen download? I fixed that issue a while back.

Change:

LABEL.inputLabel {
	width:75%;
	float:left;
	}

to

LABEL.inputLabel {
	width:85%;
	float:left;
	}
16 Jun 2007, 2:09 PM
#871
symmo avatar

symmo

New Zenner

Join Date:
Jun 2007
Posts:
54
Plugin Contributions:
0

Re: Apple Zen Support Thread

jettrue:

Are you using the latest Apple Zen download? I fixed that issue a while back.

Change:

LABEL.inputLabel {
width:75%;
float:left;
}

> 
> ```
LABEL.inputLabel {
    width:85%;
    float:left;
    }

Thanks worked a treat, I did d/load the latest version (im pretty sure I did anyway)
is there anything I should check just incase I didnt ?

cheers
Symmo

https://www.temp-tattoos.co.uk

16 Jun 2007, 2:42 PM
#872
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

symmo:

Thanks worked a treat, I did d/load the latest version (im pretty sure I did anyway)
is there anything I should check just incase I didnt ?

cheers
Symmo

https://www.temp-tattoos.co.uk

What version does it say in includes/templates/apple_zen/template_info.php

16 Jun 2007, 3:37 PM
#873
symmo avatar

symmo

New Zenner

Join Date:
Jun 2007
Posts:
54
Plugin Contributions:
0

Re: Apple Zen Support Thread

jettrue:

What version does it say in includes/templates/apple_zen/template_info.php

oops it says:
$template_version = 'Version 1.0';

I guess this is not the latest?
I dont want to have to do all my changes again?
do I need to update?

16 Jun 2007, 3:47 PM
#874
symmo avatar

symmo

New Zenner

Join Date:
Jun 2007
Posts:
54
Plugin Contributions:
0

Re: Apple Zen Support Thread

symmo:

oops it says:
$template_version = 'Version 1.0';

I guess this is not the latest?
I dont want to have to do all my changes again?
do I need to update?
if so how do I update is there an easy way ?

16 Jun 2007, 6:45 PM
#875
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

symmo:

if so how do I update is there an easy way ?

You have the very first version, which has plenty of issues. The lasted template is now 2.0. Always download the very first link on the page, the one that says "Download Now!" as that is always the newest version. They progress from Newest at the top to Oldest at the bottom. Either way, the version numbers are next to each download link.

If you've only changed the stylesheet, I would first upload all of the other files. Then you can compare changes that you've made in your stylesheet. Generally the stuff at the top of the stylesheet is probably what you've edited, and the stuff further down is the more generic stuff that you may not have made changes to.

16 Jun 2007, 6:50 PM
#876
symmo avatar

symmo

New Zenner

Join Date:
Jun 2007
Posts:
54
Plugin Contributions:
0

Re: Apple Zen Support Thread

thing is I cant rember all the little changes ive made?
will it affect anything like sideboxes? checkouts etc?

16 Jun 2007, 6:54 PM
#877
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

symmo:

thing is I cant rember all the little changes ive made?
will it affect anything like sideboxes? checkouts etc?

It wouldn't affect anything done in the admin, but if you've changed any of the files that are in the download, then your changes will be overwritten.

16 Jun 2007, 6:59 PM
#878
symmo avatar

symmo

New Zenner

Join Date:
Jun 2007
Posts:
54
Plugin Contributions:
0

Re: Apple Zen Support Thread

jettrue:

It wouldn't affect anything done in the admin, but if you've changed any of the files that are in the download, then your changes will be overwritten.
I know ive changes quite a bit since installing so would it be better not to update?

16 Jun 2007, 8:55 PM
#879
symmo avatar

symmo

New Zenner

Join Date:
Jun 2007
Posts:
54
Plugin Contributions:
0

Re: Apple Zen Support Thread

Well I went ahead and upgraded to 2.0 now I have just 1 small prob the logo had white just above and below can anyone help?
thanks in advance
https://www.temp-tattoos.co.uk

17 Jun 2007, 4:52 PM
#880
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

symmo:

Well I went ahead and upgraded to 2.0 now I have just 1 small prob the logo had white just above and below can anyone help?
thanks in advance
https://www.temp-tattoos.co.uk

I only see a tiny bit of white to the right in Firefox, and some white below in IE. This may help:

#logoWrapperOuter {
	background:#000000;
	}

Do you want the grey below the logo, as well? That shouldn't be there, it looks like there's an issue with the code in your tpl_header.php, but if you want the grey there, I guess that works, LOL.