Page 115 of 326 FirstFirst ... 1565105113114115116117125165215 ... LastLast
Results 1,141 to 1,150 of 3251
  1. #1141
    Join Date
    Feb 2008
    Posts
    37
    Plugin Contributions
    0

    Default 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

  2. #1142
    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 crisand View Post
    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 */
    	}

  3. #1143
    Join Date
    Mar 2008
    Posts
    4
    Plugin Contributions
    0

    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.

  4. #1144
    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 Athenafoods View Post
    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.

  5. #1145
    Join Date
    Mar 2008
    Posts
    4
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

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

  6. #1146
    Join Date
    Mar 2008
    Posts
    4
    Plugin Contributions
    0

    Default 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.

  7. #1147
    Join Date
    Mar 2008
    Posts
    4
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

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

  8. #1148
    Join Date
    Feb 2008
    Posts
    13
    Plugin Contributions
    0

    Default 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?

  9. #1149
    Join Date
    Mar 2008
    Posts
    1
    Plugin Contributions
    0

    cart error 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
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	pilt2.jpg 
Views:	217 
Size:	10.8 KB 
ID:	3662   Click image for larger version. 

Name:	pilt1.jpg 
Views:	207 
Size:	16.9 KB 
ID:	3663  

  10. #1150
    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 mihkel80 View Post
    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
    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.

 

 

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

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR