Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
Hound
This is strange and annoying but not unlivable. Once I installed the template, the user tracking mod screen in the admin has spread itself out across two pages horizontally. Now I have to scroll far to the right to see the time and date stamps. This is only affecting User Tracking in the admin, so I am not sure it is worthy of a look or not.
Any ideas?
Should I reinstall User Tracking? Also, will someone please let me know if COWOA works with this template? :lookaroun
The apple zen template has no admin stylesheet, so I'm not too sure how Apple Zen is affecting your admin view.
I have no idea if COWOA is compatible... I don't see why not though... I think you're going to have to try it and see. :cool:
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
jettrue
#1 is really a question for another part of the forum, I've never done that and am not really sure about that.
#2 did you change the setting in your admin under "Configuration", "Layout Settings", "Shopping Cart - Show Totals"?
Thanks, that did the trick....
Now I have a different and bigger issue. There seems to be a "significant" discrepancy between browsers (always is). On Opera, everything looks ok and the width is about 770px (using the narrow version) but in IE6, IE7, FF, it displays it way wider. I would estimate about 820px wide. What gives?
Thanks in advance...
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
cigarp
Hi,
Sorry for my english and also sorry if my questions have already been replyed, I made a search in this forum but did not find it... It's becoming gigantic!!!:blush:
1. How can I change de background colour of the sideboxs headings? I found the place to change the sidebox contents and would like them to match.
2. Can I have the search button (the one on the top right corner) with the same "design" as the rest of the template?
3. My site has 2 languages, english and portuguese. I would love to have the same buttons on the portuguese language. Is it possible to edit them and make the translation? If not, how can I make them with (more or less) the same design?
Thanks in advance
Guilherme
1. You can add your color here, like this:
h3.leftBoxHeading, h3.rightBoxHeading {
background:#000000 url(../images/sideboxleft.gif) no-repeat top left;
}
2. Yes, that's what I've done at me test site:
http://www.zencart137.jadetrue.com
The zen cart search button defaults to just a default form submit button. On my test site I have the updated Css Buttons installed, so that is why it is using my custom button.
BUT, you can override this function by opening up includes/templates/YOUR_TEMPLATE/sideboxes/tpl_search_header.php
and make line 19 match line 17.
3. I used this to create my buttons:
http://www.zen-cart.com/forum/showth...create+buttons
I could send you my button pieces (left middle right) but my cable modem is down and I can't get them off my computer; but perhaps with some of my english buttons, you can get a left/middle/right piece from them?
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
nrg77
Thanks, that did the trick....
Now I have a different and bigger issue. There seems to be a "significant" discrepancy between browsers (always is). On Opera, everything looks ok and the width is about 770px (using the narrow version) but in IE6, IE7, FF, it displays it way wider. I would estimate about 820px wide. What gives?
Thanks in advance...
That's just normal. I've designed the site so that the width resizes as people increase their font size, and since IE has a font that is larger by default, it will be wider in IE.
Please help with two small problems i'm having....
First off I love the template! :clap:
Can you tell me how I can edit the ABOUT US section? I can usually figure stuff like this out but I don't know if I have to create a file or if one exists I cant find where it is.
Second is can I have more than 4 sideboxes? How do I add additional ones? Sorry for the dumb question but I cant seems to add one properly using t his template.
My site can be found here: http://www.japanshopdirect.com
Re: Apple Zen Template Support Thread
Hello
How do I remove the categories from displaying at the top. Im happy with the category displaying at the drop down only.
Thanks
Re: Please help with two small problems i'm having....
Quote:
Originally Posted by
tomato
First off I love the template! :clap:
Can you tell me how I can edit the ABOUT US section? I can usually figure stuff like this out but I don't know if I have to create a file or if one exists I cant find where it is.
Second is can I have more than 4 sideboxes? How do I add additional ones? Sorry for the dumb question but I cant seems to add one properly using t his template.
My site can be found here:
http://www.japanshopdirect.com
Anybody?........Please?
Re: Please help with two small problems i'm having....
Quote:
Originally Posted by
tomato
Anybody?........Please?
Did you follow the instructions for adding the about me page in the readme.txt? If so, then you adjust it at the Define Pages Editor.
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
cybermama
Hello
How do I remove the categories from displaying at the top. Im happy with the category displaying at the drop down only.
Thanks
In your admin, "Configuration", "Layout Settings", "Categories-Tabs Menu ON/OFF"
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
jettrue
That's just normal. I've designed the site so that the width resizes as people increase their font size, and since IE has a font that is larger by default, it will be wider in IE.
Ok, so if I were to change it to fix width, do I simply replace all instances of the "width:**em" to "width:770px"? Would that do it or is there something else I would need to modify?
Thank you..