Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
tj4florida1
Thanks, Jettrue that did the trick. I hope these are my last question for you guys. I would like to use a different shade of green. So how would I go about changing the predefined color of the buttons? And the Second question is how do I make my site w3c compliant. There is one error when I run my site against the w3c validator. You guys have been great. Thanks, for all the help.
Other than those questions everything is perfect with the Cherry Zen Template.:D
To use a different shade of green, you'd have to open the files in an image editor, and adjust the color, or ask me really really nice, LOL, to make some changes for you. Though I'm a little short for time at the moment, may take a while.
The error that is there really isn't an important one, it can be ignored. But if you really want it gone, open up includes/functions/extra_functions/search_field_header.php and change where it says:
$type = 'search'
to:
$type = 'text'
Now, people with Safari won't see the rounded search box at the top, but everyone else will still have the same rounded box.
Re: Cherry Zen Template Support Thread
First off thank you very much for the template!
When I view the one on your site there is a gray bar that separates the header from the main body with the Privacy link in it. Can you please tell me how to turn that on… without the separation between the two it doesn’t look right. Also, is there a way to change the gray color?
Thank you very much for your help!
Russ
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
tiorocky
First off thank you very much for the template!
When I view the one on your site there is a gray bar that separates the header from the main body with the Privacy link in it. Can you please tell me how to turn that on… without the separation between the two it doesn’t look right. Also, is there a way to change the gray color?
Thank you very much for your help!
Russ
That's the ezpages. Turn that on under "configuration", "EzPages settings"
You can upload a new image called:
includes/templates/cherry_zen/images/ezbg.gif
To replace the grey one.
Or if you want no image, and just want a background color there, in stylesheet.css, change this:
Code:
#navEZPagesTop {
background:url("../images/ezbg.gif") repeat-x; /* grey background image behind ezpages section */
}
to this:
Code:
#navEZPagesTop {
background:#000000; /* grey background image behind ezpages section */
}
of course replacing #000000 (black) with the color you want.
Re: Cherry Zen Template Support Thread
Thank you for the fast rsponse.
I do not have a "nav" setting there.... this is what I have.
EZ-Pages Display Status - HeaderBar 1
EZ-Pages Display Status - FooterBar 1
EZ-Pages Display Status - Sidebox 1
EZ-Pages Header Link Separator ::
EZ-Pages Footer Link Separator ::
EZ-Pages Prev/Next Buttons 2
EZ-Pages Table of Contents for Chapters Status 1
EZ-Pages Pages to disable headers
EZ-Pages Pages to disable footers
EZ-Pages Pages to disable left-column
EZ-Pages Pages to disable right-column
Re: Cherry Zen Template Support Thread
Hi jettrue,
I would love to know why is that on this site (descreetlingerie . com) the template doesn't flow, being liquid. :dontgetit
Also why is my leftcolumn image repeating at the end (right side) of the template, eventhough I have a "no-repeat" statement.
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
ideasgirl
Hi jettrue,
I would love to know why is that on this site (descreetlingerie . com) the template doesn't flow, being liquid. :dontgetit
Also why is my leftcolumn image repeating at the end (right side) of the template, eventhough I have a "no-repeat" statement.
This is the one that is repeating:
background:url("../images/headernav.jpg");
It doesn't have the no-repeat.
It looks liquid and flowing to me....
Re: Cherry Zen Template Support Thread
Quote:
background:url("../images/headernav.jpg");
:oops:
Quote:
It looks liquid and flowing to me....
Doesn't look narrow to you on high resolution? Maybe needs some % increment... what do you think? :unsure:
1 Attachment(s)
Re: Cherry Zen Template Support Thread
Hi,
Im receiving the following error when the checkout page is clicked, (this error is being received only when the cart is empty)
When the cart is full it works fine.
I have attached a pic so that it can be seen without having 2 become a member.
Help well appreciated.
Re: Cherry Zen Template Support Thread
Is there a way to completely remove the right sidebar? I have searched through the forums and through this thread. I may be searching for the wrong words, but I could not find anything. I would like to right sidebar gone so that any text, images, etc, displayed in the, what is currently the center column, will be displayed all the way to the right side of the table.
I tried changing the values for the right sidebar to 0px and that did not do it. Just wondering. Thanks.
Re: Cherry Zen Template Support Thread
I'm working on an online store using this template and after I installed and selected as my main I get the following error message:
Fatal error: Call to undefined function: zen_draw_search_field() in /home/content/a/r/a/arachne54/html/store/includes/templates/cherry_zen/sideboxes/tpl_search_header.php on line 19
I would like to know how to solve this problem so I can use the template. I went to the file stated, but not sure what to add or remove.
Thanks in advance!