Re: Apple Zen Support Thread
Quote:
Originally Posted by
sparklecake
Can anyone help me with my problem listed above?
I dropped FEC, can't wait any longer for someone to help me fix it. If someone does know how, please post a solution when you can. I can confirm that its only a problem with the drop down menu on the checkout page with no edits done on my part besides installing both the template and the mod.
1 Attachment(s)
Re: Apple Zen Support Thread
Hi..
I love this template but am stuck with EZ-Pages header now...
I've tried all the instructions in the manual on how to turn it OFF but the header is still showing in my site.
I've tried the Configuration > EZPages Settings > set everything to "0" and there's nothing in the TOOLS > EZPages as well..
How do I get rid of this header totally?
.. and, how do I make the left box to be right under the header menu (no gap).
Thanks heaps,
Sisca
Sub Catagories not Showing Up **PLEASE HELP**
Thank you for such a pretty and well laid out template.
I cannot get the sub-catagories to show up. I created a catagory with 2 products inside the catagory. The products are not showing up. Am I creating this correctly or should I do something else in order for the sub-catagories to show? I changed the level to level 3, hoping that would do the trick. Actually I have the drop down menu mod you created installed on one site and the Apple Zen template on another. One template I used the drop down menu mod that you offer is located at: www.meanvarchery.biz
If I can figure out how this works, I can get it going on the other site (Apple Zen Template), but until then I'm stuck and really can't move forward.
Could someone please help me out with this?
Thanks in advance!
Re: Apple Zen Support Thread
Does anyone experience blank page(s) for the Shopping cart area?
My site keeps generating blank pages for ADD TO CART, UDPATE PRODUCTS, TELL A FRIEND..
If anyone did experience any blank pages.. please advice on how to rectify this..
now I have to set my store as a showcase :cry:
thanks heaps...
Re: Apple Zen Support Thread
I have installed the zencart template, the latest version and I found a nice apple zen template so I installed too. I love this template so much!
I have question for you though!
Do you know where I could find the settings so I could make the the text bold for all box heading title? :blink:
I would appreciate your help!
Thank you very much
Re: Sub Catagories not Showing Up **PLEASE HELP**
Quote:
Originally Posted by
perkiekat
Thank you for such a pretty and well laid out template.
I cannot get the sub-catagories to show up. I created a catagory with 2 products inside the catagory. The products are not showing up. Am I creating this correctly or should I do something else in order for the sub-catagories to show? I changed the level to level 3, hoping that would do the trick. Actually I have the drop down menu mod you created installed on one site and the Apple Zen template on another. One template I used the drop down menu mod that you offer is located at:
www.meanvarchery.biz
If I can figure out how this works, I can get it going on the other site (Apple Zen Template), but until then I'm stuck and really can't move forward.
Could someone please help me out with this?
Thanks in advance!
SOLVED***
I was not adding the sub-catagory to a catagory. :blush:
Re: Apple Zen Support Thread
Hi Everyone,
First of all i checked and could not find any similar problem so my apologies if I missed it. Now,I have a problem that I looked and can not find the answer. I want the ezpages to show on the drop down menu by themselves instead of within the information drop down and in their own sidebox instead of the information box.
I have separated the ezpages code in the drop down menu and now they show fine by themselves beside categories and information.
The problem is that now I get the links double in the ezpages sidebox and can not do anything about it. I do need to have a separate side box for the ezapges.
So how can I stop it from doubling up? Any ideas will be helpful.
Thanks
Tassos
PS. An absolutely excellent template, thank you
Re: Apple Zen Support Thread
Hi there.
I'm sure this is simple...but I just can't find it! :dontgetit I'd like to change the color of the font that is in the header (I think it's the header...it's the VERY top of the page, by the 'search'). For whatever reason, the font seems black and I'd like to make it white, but I can't find this in the stylesheet.css file.
Also, where is the footer information in the css file? My footer is on the left and I'd sure like it centered.
Here is my test site:
http://ella-bee.com/sandbox2/
Thanks everyone!!
Re: 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!
Re: Apple Zen Support Thread
Quote:
Originally Posted by
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:
Quote:
#lightbox {
left:0;
line-height:0;
position:absolute;
text-align:center;
top:40px;
width:100%;
z-index:1000;
}