Re: Apple Zen Support Thread
Quote:
Originally Posted by
jettrue
Try deleting your stylesheet_original.css from the server, as well as stylesheet_header_menu_original.css. Any css file that is uploaded, will express itself on a zen cart. That might help. :smile:
I've removed both files and I also went through the CSS Dropdown Header separately to see if anything was missing. Could it have something to do with some sort of javascript not reading properly in IE6? What exactly makes the dropdown menus function? Maybe I can compare the necessary files to yours.
I haven't found any other apple_zen sites that have the same issue. All menus seem to be working for everyone else on first load in IE6.
Again, I appreciate all your time and help!
Re: Apple Zen Support Thread
Can you tell me where the green color at the top of the page comes from?: http://www.doodlebuckets.com/store/
Where the Home and Login text at the top of the page is...
Thanks! Amy
Re: Apple Zen Support Thread
Can you tell me how to change the color of the bar at the top of the page where the Home and Login text is? Thanks! Amy
Re: Apple Zen Support Thread
Quote:
Originally Posted by
Doodlebuckets
Can you tell me how to change the color of the bar at the top of the page where the Home and Login text is? Thanks! Amy
Very first thing in the stylesheet:
#navMainWrapper {
background:#D5E88F;
}
Re: Apple Zen Support Thread
Quote:
Originally Posted by
jettrue
Very first thing in the stylesheet:
#navMainWrapper {
background:#D5E88F;
}
Well, I am working on this site http://www.giftsofcharacter.com/catalog/ and I am using the red template and the stylesheet show the red color but it's not showing up on the page. What am I doing wrong?
Re: Apple Zen Support Thread
Quote:
Originally Posted by
Doodlebuckets
Well, I am working on this site
http://www.giftsofcharacter.com/catalog/ and I am using the red template and the stylesheet show the red color but it's not showing up on the page. What am I doing wrong?
The stylesheet that is online on that site is not red, it is white:
#navMainWrapper {
background:#ffffff;
}
Re: Apple Zen Support Thread
Quote:
Originally Posted by
jettrue
The stylesheet that is online on that site is not red, it is white:
#navMainWrapper {
background:#ffffff;
}
Yes, I deleted all the other colors and it worked with the red at the top but we decided we liked white better after all! Fickle, I know :o) Thanks for the reply.
Amy
Re: Apple Zen Support Thread
Hello,
first I love that template ! Thanks allot.
But I have one problem when I´m going normally to my site url or click on home the sideboxes are normal shown on the site. But when I click on a products page the sideboxes are going under the product and not left or right of it.
I hope you can help me.
Re: Apple Zen Support Thread
I can't seem to find what the issue might be. I thought perhaps it was unique to my site, so I installed a fresh ZC with the same template. Same problem. You can see it here: www.allthingssaid.com/test
I noticed the fresh install didn't contain a .htaccess file in the root ZC folder. I added the 'additions_to_.htaccess' (renaming to '.htaccess') and changed the domain settings within. Not sure what else to do. I've contacted the host (camelot-hosting.com) in hopes that the issue is server-side.
Any other suggestions are much appreciated. :smile:
Re: Apple Zen Support Thread
It was the pesky 'www' in the config file. The original ZC install leaves them out by default. :blink:
Can't believe IE6 is the only browser that would be that picky. After all this, I feel like a ZC/Apple Zen pro. Thanks for all the time spent helping out!