Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
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:
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
high2K
See what I mean at and click on 'gear' > 'jackets'
Sorry URL missing - http://www.keela.co.uk.tango.webhoster.co.uk/catalog/
Re: Apple Zen Template Support Thread
ok 1 more small prob on the create user page
https://www.rentacart.co.uk/~temptat...eef66846a8a967
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
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
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".
Re: Apple Zen Template 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.
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
symmo
I just cant figure this out ? can anyone help?
thanks Symmo
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
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:
Code:
LABEL.inputLabel {
width:75%;
float:left;
}
to
Code:
LABEL.inputLabel {
width:85%;
float:left;
}
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
jettrue
Are you using the latest Apple Zen download? I fixed that issue a while back.
Change:
Code:
LABEL.inputLabel {
width:75%;
float:left;
}
to
Code:
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
www.temp-tattoos.co.uk
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
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
www.temp-tattoos.co.uk
What version does it say in includes/templates/apple_zen/template_info.php
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
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?