Re: Cherry Zen Template Support Thread
Hi I was hoping to find out if it is possible to change the side colour on cherry zen. In my case the standard blue to another colour code, and I simply can't find where to do this, and it is probably the easiest of things to do!
Thanks,
Andrea
www.thelittleonlinecardshop.com.au
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
crisand
Hi I was hoping to find out if it is possible to change the side colour on cherry zen. In my case the standard blue to another colour code, and I simply can't find where to do this, and it is probably the easiest of things to do!
Thanks,
Andrea
www.thelittleonlinecardshop.com.au
The gray sidebar background color is done with an image, you have to open up the image, and change the color.
includes/templates/cherry_zen/images/sidebox.gif
If you are talking about the site background color, that is in the includes/templates/cherry_zen/css/stylesheet.css
Code:
body {
background:#84A4C1; /* main site background color, blue default */
}
Re: Cherry Zen Template Support Thread
Hi everyone!
Question...maybe I m missing something but....
the shopping cart is not working at all for me with Cherry Zen...the site is live, but not really...you can't get to it right now except or directly...
I followed all of the instructions, yet it doesn't work...when I add something to the cart it brings up a blank screen, though the product has been added to the cart...when I click checkout, I get a blank screen...I added the file Cherry Zen 1.5/includes/languages/english/extra_definitions/cherry_zen/order_steps
but nothing......help me please.
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
Athenafoods
Hi everyone!
Question...maybe I m missing something but....
the shopping cart is not working at all for me with Cherry Zen...the site is live, but not really...you can't get to it right now except or directly...
I followed all of the instructions, yet it doesn't work...when I add something to the cart it brings up a blank screen, though the product has been added to the cart...when I click checkout, I get a blank screen...I added the file Cherry Zen 1.5/includes/languages/english/extra_definitions/cherry_zen/order_steps
but nothing......help me please.
Ok, does this happen on the classic template?
If it only happens in cherry zen, either you're missing a file, you've got a corrupt file, or you screwed something else up, LOL. But it does work fine on a default cherry zen install. Confirm all files are uploaded and in their correct spots, and confirm that there are no spaces at the very beginning of the files that you've edited.
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
Ok, does this happen on the classic template?
If it only happens in cherry zen, either you're missing a file, you've got a corrupt file, or you screwed something else up, LOL. But it does work fine on a default cherry zen install. Confirm all files are uploaded and in their correct spots, and confirm that there are no spaces at the very beginning of the files that you've edited.
Quote..it does only happen in Cherry Zen. I thought I had uploaded all the files to their correct location and I haven't edited anything yet...I uploaded all of the ..
cherry_zen_template_1-5\Cherry Zen 1.5\includes\templates\cherry_zen to the includes\templates files on my server.....I then uploaded all the other i.e language or modules to their respective files in includes\languages or includes\modules......I haven't had this issue with one other template, but I don't like the template and really like this one...I don't think I put anything in the wrong file, but I could try and re do it.
Re: Cherry Zen Template Support Thread
Actually...quick question....when I upload the new language files for example...do I want to leave them in their own cherry_zen folder or upload them to the main folder and overwrite the existing ones? I left them in their own folder if that helps.
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
Ok, does this happen on the classic template?
If it only happens in cherry zen, either you're missing a file, you've got a corrupt file, or you screwed something else up, LOL. But it does work fine on a default cherry zen install. Confirm all files are uploaded and in their correct spots, and confirm that there are no spaces at the very beginning of the files that you've edited.
I GOT IT!!! YAY!!!
Sorry to bother you with this...turns out I had never uploaded...
\cherry_zen_template_1-5\Cherry Zen 1.5\includes\languages\english\cherry_zen
I did the extra definitions folder, but not the cherry zen folder...
yay....now I can start working on moding it.....
Thanks for your help though:clap:
Re: Cherry Zen Template Support Thread
I am building a zencart and have installed a new template.The problem is that When you first enter the site the template is all messed up but if you add the store extension or hit any other page the template becomes normal. Do you know how I can make the home page apear normal or alternatively point it to /store?
2 Attachment(s)
Re: Cherry Zen Template Support Thread
Hello!
Maybe you can help me?
Why is the left column not in left, but is in the mittle of the page?
the
.outer {
padding-left: 165px; /* Same width as margin-left for the float-wrap div */
padding-right: 150px; /* Our right column width */
}
dont work for me.
Everything else is nice, but my /index.php?main_page=shopping_cart dont work perfect.
Can you help, please :unsure:
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
mihkel80
Hello!
Maybe you can help me?
Why is the left column not in left, but is in the mittle of the page?
the
.outer {
padding-left: 165px; /* Same width as margin-left for the float-wrap div */
padding-right: 150px; /* Our right column width */
}
dont work for me.
Everything else is nice, but my /index.php?main_page=shopping_cart dont work perfect.
Can you help, please :unsure:
Then, something on that shopping_cart page is messed up. Probably either an extra </div> or a missing </div> somewhere. A link to your site would help.