Re: Apple Zen Support Thread
Hi Jade,
I have been using the apple zen template for www.hairextensionsshop.comhairextensionsshop.com for quite some time now without having any trouble!
At this moment I am working on a new website www.handbaghooker.euhandbaghooker.eu. This time I went for the narrow header and followed all the very clear steps you pointed out and changed a few colors here and there.
But HELP. In Modzilla FireFox everything looks fine but with Microsoft explorer my header menu is floating totally to the right. Not aligned in the center like the rest at all!
Any idea what this could be?
I really hope to hear from you soon because I usually have the site on maintenance while working on it. But to give you a peak I did shut it off for now .....
Thanks!
Re: Apple Zen Support Thread
Jade,
Thanks for the great template!
I have changed the width of the template to 1024px.
I need to change the width of the submenu buttons to match the level 1 menu.
You can see below where I was able to change the width of the submenu, but now the background for it does not match the width of the button.
http://www.hollywoodmoviemall.com/dev/
The link below shows how the button appeared before I changed the width of the submenu.
http://www.hollywoodmoviemall.com
Can you tell me how to change the width of the background to match the width of the sub button?
Thanks!
Joseph Woodall
Re: Apple Zen Support Thread
Hey I just started using this template - great template by the way!
For some reason, it is only displaying the first two dropdowns: HOME and CATEGORIES. And Categories goes to the site map.
How do I get the INFORMATION, CONTACT US, MY ACCOUNT & SHOPPING CART dropdowns to display?
Chris
Re: Apple Zen Support Thread
Quote:
Originally Posted by
jwoodall
Jade,
Thanks for the great template!
I have changed the width of the template to 1024px.
I need to change the width of the submenu buttons to match the level 1 menu.
You can see below where I was able to change the width of the submenu, but now the background for it does not match the width of the button.
http://www.hollywoodmoviemall.com/dev/
The link below shows how the button appeared before I changed the width of the submenu.
http://www.hollywoodmoviemall.com
Can you tell me how to change the width of the background to match the width of the sub button?
Thanks!
Joseph Woodall
Please disregard. I have decided to change it back to 800 width.
Thanks,
Joseph Woodall
Re: Apple Zen Support Thread
Hello all,
Referring to this link: http://www.cigarpremium.com/
Please be so kind to explain how to place the picture immeadiatly next to the Drop Down Menu (in red) and make it fill the light grey space (on large).
The "Categories" Side-box on the right should only appear after the picture, as well as the text that starts by "Welcome to CigarPremium".
Thank you in advance,
Guilherme
Re: Apple Zen Support Thread
Re: Femky post #1695
yes had the same problem, below is the post that solves the IE right shift drop down menu issue...
http://www.zen-cart.com/forum/showpo...postcount=1653
Re: Apple Zen Support Thread
Hi all,
Apologies as a newbie if I'm asking something that has already been answered many times before. Or if it is too elementary. I just found 101 pages of replies on this thread a bit daunting to search through!
Anyway, I have used a much customised version of apple_zen for my shop's site:
https:www.shopfoundation.com/store/
Just 4 questions that have been bugging me, since i started customising:
1. Where can I set the table height to 100%, i.e. so that the apge always fills the whole height of the screen? Tried editing various values in the CSS but without success.
2. How do I remove the extra 'login' etc. links from the top of the page?
3. How can I customise the 'edge' shadow background to something more in keeping with my main site's 'deckled edge'?
e.g. http://www.shopfoundation.com
4. Where can I edit the drop-down menu boxes?
Regards,
James W
Re: Apple Zen Support Thread
Dytron, Thanks for the tip but it has not solved my problem completely. The dropdown menu is now not floating to the right anylonger but floating to the left in both Mozilla Firefox and Explorer.
I checked everything and compared it to the original css but cannot find any differences. However, as soon as I load the original css all problems are solved!?
Probably best to just start over with changing the css step by step ....
Re: Apple Zen Support Thread
I finally found it!!
In stylesheet.css:
#dropMenuWrapper {
width:100%;
width was turned to 70em. After changing it to 100% the drop menu fell into place!
Re: Apple Zen Support Thread
Am getting a few CSS errors in FireFox (v2.0.0.12) using 'Error Console'
I can get some info and line# to see where its coming from but cant
(knowledge failure :blush:) figure out the case.
have a looksy at the file, error msg then the code at that line #;
file=stylesheet.css
"Error in Parsing value for property 'display. Declaration dropped.'"
Code:
.clearfix {display: inline-block;}
Dreamweaver tags 'inline-block' as a code error also
file=stylesheet_header_menu.css
"Uknown property 'behavior'. Declaration dropped."
Code:
body {
behavior: url(includes/csshover.htc);
}
verified that csshover is in /includes/csshover.htc
anyone have any idea on this?