Page 1 of 2 12 LastLast
Results 1 to 10 of 3244

Hybrid View

  1. #1
    Join Date
    Jul 2007
    Posts
    71
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    So, only, now does your folder structure look like this?

    includes/templates/cherry_zen/

    also, is includes/templates/cherry_zen/template_info.php

    The template_info.php is in / public_html / store / includes / Cherry Zen 1.0 / includes / templates / cherry_zen .



    Help I really like the templete and would like to use it.
    Dave

  2. #2
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by daver1510 View Post
    The template_info.php is in / public_html / store / includes / Cherry Zen 1.0 / includes / templates / cherry_zen .



    Help I really like the templete and would like to use it.
    Dave
    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

  3. #3
    Join Date
    Jul 2007
    Posts
    71
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    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
    So I don't upload the zip file into the includes and extract it?

    Where do I stick the folder then? (be nice)
    Dave

  4. #4
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by daver1510 View Post
    So I don't upload the zip file into the includes and extract it?

    Where do I stick the folder then? (be nice)
    Dave
    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.

  5. #5
    Join Date
    Jul 2007
    Posts
    71
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    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.
    Works. Your good! Thanks alot. Now I can play with it. Keep those templetes and stuff comin. Thanks again.

    Dave

  6. #6
    Join Date
    May 2005
    Location
    England
    Posts
    740
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    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

  7. #7
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by HeathenMagic View Post
    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.

  8. #8
    Join Date
    Aug 2008
    Location
    Utah
    Posts
    28
    Plugin Contributions
    0

    Default COWOA and Cherry Zen

    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.

  9. #9
    Join Date
    Aug 2008
    Location
    Utah
    Posts
    28
    Plugin Contributions
    0

    Default Re: COWOA and Cherry Zen

    Quote Originally Posted by jjgtrading View Post
    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?

  10. #10
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: COWOA and Cherry Zen

    Quote Originally Posted by jjgtrading View Post
    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.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 AM
  2. Fresh Zen -- JellyFish Template Support Thread
    By magicbox in forum Addon Templates
    Replies: 93
    Last Post: 11 Apr 2012, 08:54 AM
  3. Free Template "Future Zen" v1.2 Support Thread
    By kuroi in forum Addon Templates
    Replies: 69
    Last Post: 16 Jul 2010, 06:00 AM
  4. Mix Cherry Zen Template with Default template
    By Globie in forum General Questions
    Replies: 1
    Last Post: 31 Oct 2008, 08:21 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg