no, you ONLY upload the includes/ folder. You DON'T upload the entire Cherry Zen 1.0 folder.
All the files that are in the includes/ folder, go into your already existing includes folder.
so they will be like this:
/ public_html / store / includes / templates / cherry_zen
No, you do not upload the zip file and extract it. Did you read the readme file?
Do you have an FTP program? What I would do is install an FTP program, and put the includes/ folder from my template up to the includes folder for the website. All of the files are in the correct structure, starting at the includes folder. So if you connect via FTP to public_html/store/, then you can just upload the includes folder, and all files will go to the right spot.
Hello jettrue,
Just like to say thanks for this template. I have a slight thing going on at the minute, which could possibly be me amalgamating from my previous template, though I haven't had this happen before.
Sometimes, when I click though a few item pages, the sidebox columns go off alignment. The left merges with the product info, and the right column sidebox stay in the right alignment, but disappear to the bottom of the site. I have been tearing my hair out. lol. Just wondered if it makes any sense to you or anybody?
thanks in advance,
Heathenmagic
If I try to validate your site, there are a ton of errors:
Validation Link
It looks like an issue with your featured and special products layout. There are errors there. It looks like you have a special mod in use for them? Turn them off to see if the issue goes away. If not, leave them off anyway, and let me know, and I'll see what else there is going on.
I've definitely never seen that happen on my test site, so its something going on with files that have been changed in the default template files.
It also looks like maybe you didn't upload includes/templates/cherry_zen/templates/tpl_main_product_image.php ?
Last edited by jettrue; 13 Aug 2007 at 02:40 PM.
I'm having a problem where my header wrappers are all messed up since I've installed COWOA. Has anybody had the same problem and if so have you fixed it and how?
Unless I install this header replacement you can see the problem at
www.hawaiianhardwear.com
Thanks.
I fixed it but I'm not sure if I should have. I replace the tpl_header.php it placed in Cherry Zen's common folder. The COWOA version has this in it
<?php
// Display all header alerts via messageStack:
if ($messageStack->size('header') > 0) {
echo $messageStack->output('header');
}
if (isset($_GET['error_message']) && zen_not_null($_GET['error_message'])) {
echo htmlspecialchars(urldecode($_GET['error_message']));
}
if (isset($_GET['info_message']) && zen_not_null($_GET['info_message'])) {
echo htmlspecialchars($_GET['info_message']);
} else {
}
?>
but when I tried to paste it into Cherry Zen's original the header when back to not displaying properly.
Anybody know if it's vital I put back COWOAs version?
No, don't paste it into the header. IN cherry zen, that section (controls the sites error codes and has nothing to do with COWOA) is moved into tpl_main_page.php for design purposes.
That chunk is NOT the chunk that is different in the COWOA mod, I'd suggest comparing COWOA header with cherry zen header again, and look for another difference.