New Zenner
- Join Date:
- May 2010
- Posts:
- 4
- Plugin Contributions:
- 0
Apple Zen Support Thread
I fixed the first issue (but now i have a problem with the charset...)
and don't know how to edit a post here, so it's another post.
Views: 855,395
New Zenner
I fixed the first issue (but now i have a problem with the charset...)
and don't know how to edit a post here, so it's another post.
Zen Follower
pomonews:
I fixed the first issue (but now i have a problem with the charset...)
and don't know how to edit a post here, so it's another post.
You can not edit a message after it has been there for 7 minutes.
Go to your admin tools layout boxes controller page and turn the search box off. NOT sideboxes/search_header.php, but sideboxes/search.php
New Zenner
JTheed:
Go to your admin tools layout boxes controller page and turn the search box off. NOT sideboxes/search_header.php, but sideboxes/search.php
The sideboxes/search.php is already off, and if i turn it on i see two search boxes in the right menu and one in the header of the page (the only one i want in it).
If I turn on the header search_header.php I see that box I don't want in the menu (it comes - and goes - together with the one I want).
Zen Follower
pomonews:
The sideboxes/search.php is already off, and if i turn it on i see two search boxes in the right menu and one in the header of the page (the only one i want in it).
If I turn on the header search_header.php I see that box I don't want in the menu (it comes - and goes - together with the one I want).
Did you edit any of the Apple Zen files?
New Zenner
I translated the language files... Everything based in the english source.
Any hint where I can look for bugs?
Zen Follower
pomonews:
I translated the language files... Everything based in the english source.
Any hint where I can look for bugs?
Use your Admin - Tools - Developers Toolkit and search the catalog files for quick_search. It seems like it is hard coded or possibly a check was removed to see if it was supposed to be on.
The search_header/sidebox should not be turned on, just be tagged on for single column.
See what files it finds those words in and go from there. Look for anything that relates to the sidebox.
Totally Zenned
I'm stumped. I've moved the side boxes to the left but can't get the background image to display at all.
I changed this:
#centerColumnWrapper2 {background:url(../images/content_bg2.gif) repeat-y 80% 0;}
The image content_bg.gif for the right side boxes displays just fine. I can't figure out why this one isn't
url is http://www. opencurrency. com/orders/
(remove spaces for url, don't want spiders to follow link)
New Zenner
jeking:
I'm stumped. I've moved the side boxes to the left but can't get the background image to display at all.
I changed this:
#centerColumnWrapper2 {background:url(../images/content_bg2.gif) repeat-y 80% 0;}The image content_bg.gif for the right side boxes displays just fine. I can't figure out why this one isn't
url is http://www. opencurrency. com/orders/
(remove spaces for url, don't want spiders to follow link)
I think you need to change this:
#centerColumnWrapper2 {background:url(../images/content_bg2.gif) repeat-y 80% 0;}
To This
#centerColumnWrapper2 {background:url(../images/content_bg2.gif) repeat-y 20% 0;}
The 80% moved the background image to the right and the 20% moves it to the left as far as I can tell. I think i saw it in the Readme
New Zenner
I would like to use this template but need to restore the layout to three columns. I know what code to add into the tpl_main_page.php to restore the columns but the css gets all screwed up.
Can anyone suggest what changes need to be made to the CSS to get a three column layout like in Cherry-Zen?
Thanks
Totally Zenned
AliGator:
I think you need to change this:
#centerColumnWrapper2 {background:url(../images/content_bg2.gif) repeat-y 80% 0;}
To This
#centerColumnWrapper2 {background:url(../images/content_bg2.gif) repeat-y 20% 0;}
The 80% moved the background image to the right and the 20% moves it to the left as far as I can tell. I think i saw it in the Readme
Very nice, that was what I missed!
New Zenner
I'm using zen cart v1.3.8a and love the apple zen template. I am in the process of redoing our site for the final time before it goes fully functional.
I have managed to get the right hand sideboxes to NOT display on the home page, however, I still need to get the background color that was behind the sideboxes to go away, and center the text in the middle of the whole body, since now it is laid out that the sidebox column should be part of the main body.
I found in this thread where you can change the body to 95% from 75%....however this is a global change and effected all the pages as to move the sideboxes below the center body info and push them to the left of the page. Where would I make this kind of change to ONLY effect the home page?
New Zenner
I have almost completed a custom template . I want to add a second shop using A template like Apple Zen. Do I have to have a totally seperate installation of Zen-Cart or can I have a second 'page' which has a different template.
The products are a differnt product group with their own categories, products etc but are so different that they need their own style of page but each 'shopping page group' are linked ultimately back to a web site. I suppose it is almost two shopping sites except I need one checkout etc
Hope thats clear?
Thanks
New Zenner
I am trying to widen the width of the Apple Zen template to show 4 category images instead of 3. I am having a hard time guessing on how to do this in the CSS. If someone could help me out that would be awesome. Thanks.
New Zenner
I love the template! However, I probably missed the post I needed in reference to a small issue I'm having. I would like to change the size and color of the sales text line. I can't seem to find the area in the css file that I can do this. I have try to add this:
#tagline {
color:##FF8000;
font-size: 2em;
}
as suggested for another template but is has no affect whatsoever.
Please help!
Totally Zenned
Totally Zenned
just to add to this i have al;so noticed that the whole layout on this page is totally different, ie the header is different also
New Zenner
I just did an upgrade to 1.3.9c and that seems to have broken the template. None of the dropdown menus across the top work and only one box in the right column shows up.
Anybody have any suggested fixes?
Totally Zenned
i found my error was with the cross sell in cart button. Change to the code and removed the DIV around the cross sell in cart fixed my issue
New Zenner
I am trying to insert a single image file as background, but unable to do that. There seems to be 'blank patches' here and there. Anyone knows how to do that?
New Zenner
Hi, This is my first post so excuse me if I am off beam..
First of all if Jade is around - its a great template...love irt even if I have made a few changes.
Q1. I want to change the order and operation of several of the dropdown boxes.
a.. delete 'CONTACT US' and make it a link under 'INFORMATION'
b.. move the now vacant dropdown to between "HOME' and "CATEGORIES" and relabel 'BOOKS" with four children for book titles
To attach a link to dropdowns, do I use EZ pages /how do I do that.
I have gone blind reading all the instructions a nd a real newbie to zen/php/css etc would appreciate assist.
Thanks
Sootie
Site is early days but https://www.sootieandgemma.com/online
Fields marked required must be completed.
Tell staff why this post should be reviewed.