Re: Apple Zen Support Thread
Quote:
Originally Posted by
jettrue
Well, its better to keep apple zen question in this thread, I was confused, that's all.
Try adding a margin:0; to your body tag in the stylesheet.
Thank you Jettrue! I tried your suggestion, but it didn't work...hey, no worries! Your success rate is about 1000 to one by now regarding my questions! :smartalec:
I got to thinking about my question, so I took a good look at the html for my main page through my admin/define pages editor. I had a script for my slideshow listed first before the actual BODY so I moved the BODY info to the top and BINGO! :clap:
It feels good to figure out at least one thing using my own God given brains once in a while! LOL!
Thank you again for all your help! I appreciate you and I appreciate your kindness and especially your patience! :hug:
How to get rid of Site Map > Reviews
quick questions, how do I get rid of Reviews page in site map.
Review page also comes up as a button in products, can I turn of this Review page globally somewhere?
thanks in advance for the response!
Re: Apple Zen Support Thread
The template is amazing! I have customized everything to how I like it but I have one small problem. I enabled the header search and the sidebox search. For some reason there are two search boxes on the right sideboxes. I tried messing with the settings in the box layout settings but couldn't figure it out. I would like to remove the search box that is at the bottom of the right sidebox. The website I am working on is www.clglampwork.com/shop . Thanks for the help!
Re: Apple Zen Support Thread
Hey, jade, what is controlling the border color for [FONT="Courier New"]#navMainSearch input.topSearch[/FONT], the search input box containing "Enter search keyword"? I would really like to make this search input box identical to my search button with the exception of the background color.
At your demo page, the border color is #A5ACB2 yet that color is not specified in either the Apple Zen or Zen Cart source code. When I add [FONT="Courier New"]border-color:#00F;[/FONT] to [FONT="Courier New"]#navMainSearch input.topSearch{[/FONT] then the bottom and right borders become #B2B2FF while the top and left borders become #00008D. This seems extremely strange to me.
Is this something dependent upon operating system and browser? And if so, do you know of a good CSS tutorial on how to best control the look and override OS/browser settings?
Thanks.
Re: Apple Zen Support Thread
Quote:
Originally Posted by
algirard8
The template is amazing! I have customized everything to how I like it but I have one small problem. I enabled the header search and the sidebox search. For some reason there are two search boxes on the right sideboxes. I tried messing with the settings in the box layout settings but couldn't figure it out. I would like to remove the search box that is at the bottom of the right sidebox. The website I am working on is
www.clglampwork.com/shop . Thanks for the help!
Al, go to AP > Tools > Layout Boxes Controllers. I know to remove the search boxes from the sideboxes this is what you would do:
For sideboxes/search.php, set LEFT/RIGHT COLUMN status to OFF, then for sideboxes/search_header.php be sure its LEFT/RIGHT COLUMN is set to ON and SINGLE COLUMN is set to ON.
So, I imagine playing with that will get what you want. IOW, my mind is busy working on something else and cannot make the leap to give the exact settings. Sorry!
Re: How to get rid of Site Map > Reviews
Quote:
Originally Posted by
Dytron
quick questions, how do I get rid of Reviews page in site map.
Review page also comes up as a button in products, can I turn of this Review page globally somewhere?
thanks in advance for the response!
Dytron, go to AP > Catalog > Product Types > Product General > Edit Layout and set Show Product Reviews Button to OFF.
That works for the button. Not sure about site map page.
Re: How to get rid of Site Map > Reviews
Quote:
Originally Posted by
Dytron
quick questions, how do I get rid of Reviews page in site map.
Review page also comes up as a button in products, can I turn of this Review page globally somewhere?
thanks in advance for the response!
The sitemap link, you'll have to remove manually, open up includes/templates/template_default/templates/tpl_site_map_default.php and remove it there. Be sure to then save the changed file into includes/templates/cherry_zen/templates/ so that you are using correct override structure procedure. :smile:
Yes, you can turn of the reviews button in your admin, under "Catalog", "Product Types", then edit layout for "Product General".
Re: Apple Zen Support Thread
Quote:
Originally Posted by
algirard8
The template is amazing! I have customized everything to how I like it but I have one small problem. I enabled the header search and the sidebox search. For some reason there are two search boxes on the right sideboxes. I tried messing with the settings in the box layout settings but couldn't figure it out. I would like to remove the search box that is at the bottom of the right sidebox. The website I am working on is
www.clglampwork.com/shop . Thanks for the help!
in "tools" "layout boxes controller", you have the search_header.php on for both single column and Left/Right sidebox. Make sure the LEFT/RIGHT column status is set to OFF.
Re: Apple Zen Support Thread
Quote:
Originally Posted by
cartguin
Hey, jade, what is controlling the border color for [FONT="Courier New"]#navMainSearch input.topSearch[/FONT], the search input box containing "Enter search keyword"? I would really like to make this search input box identical to my search button with the exception of the background color.
At your demo page, the border color is #A5ACB2 yet that color is not specified in either the Apple Zen or Zen Cart source code. When I add [FONT="Courier New"]border-color:#00F;[/FONT] to [FONT="Courier New"]#navMainSearch input.topSearch{[/FONT] then the bottom and right borders become #B2B2FF while the top and left borders become #00008D. This seems extremely strange to me.
Is this something dependent upon operating system and browser? And if so, do you know of a good CSS tutorial on how to best control the look and override OS/browser settings?
Thanks.
Inputs are hard to style. I have no border set, therefore it's the browser doing it. What browser are you looking at? In Firefox, I see no border color, its the standard beveled edge input box, where the left and top are darker, and the right and bottom are light. If you're using say the firefox tool to get the exact color of the input box, you can't really equate that with an exact color to find somewhere in the css... I think if you used the select tool one millimeter over, it might show as a different color, know what I mean?
I don't know of a good css input tutorial, I don't usually mess with them, try a google search. Have you tried using !important in your css to force the change?
Re: Apple Zen Support Thread
I've made my website wider than the default setup on this template, but I can't seem to find where to change the width of the different levels. If I click on level one categories, the level 2 isn't the same width as level 1.
Where do I change this?