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

Hybrid View

  1. #1
    Join Date
    Nov 2005
    Posts
    278
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    I have nothing more to say than what the readme.txt says, it gives the exact instructions. Once you follow these instructions, your issue will be fixed.

    When installing, you get these instructions:
    8. Go to "Configuration", "Layout Settings" and set the left and right sideboxes to "150px" wide. Notice there are two spots to do this for both the left and right sideboxes, so you have to enter "150px" 4 times. If you want a wider column width, pleas read #5 in the TIPS section below.

    Tips #5:

    5. To change the width of the sideboxes, open up the admin, and change the widths of the left and right columns under "Configuration", "Layout Settings". Note that this needs to be changed in two spots for each side.

    Lets say you increase the width of both sideboxes to 170px (20px more - the original is 150px), you'll need to open up includes/templates/cherry_zen/css/stylesheet.css and change .outer's padding-right to 170px (20 px more) and change all the instances of 165px in the section below, to 185px (20 px more):
    Code:

    .outer {
    padding-left: 165px; /* Same width as margin-left for the float-wrap div */
    padding-right: 150px; /* Our right column width */
    }

    .inner {
    width: 100%;
    }

    .float-wrap {
    float: left;
    width: 97%;
    margin-left: -165px; /* Same length as .outer padding-left but with negative value */
    }

    #content {
    float: right;
    margin-right: -165px; /* Same length as .outer padding-left but with negative value */
    width: 100%;
    line-height:1.6;
    position: relative; /* IE needs this */
    }

    NOW, the grey background behind the sidebox will still be 150px wide, so you need to open up includes/templates/cherry_zen/images/sidebox.gif and change it to 170px wide, and re-upload the changed image.
    Ok thanks for your reply, away from that is there away of putting the grid style layout into my cuurnt template at all?

    Thanks.
    Adam.

  2. #2
    Join Date
    Feb 2008
    Posts
    14
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    I still dont know how to make the header. Meaning the portion with the logo taller?

  3. #3
    Join Date
    Feb 2008
    Posts
    14
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Ok I figured out how to increase the height of the header however can someone tell me how to get the brown underneath the top nav bar to go all the way across the screen?

    check out http://www.somthnxtra.com

    Thank you for your assistance

  4. #4
    Join Date
    Jan 2006
    Location
    Australia
    Posts
    330
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Hi Jet

    What I would like to do is to move the original price which sits to the right side of the product image in the product listing page, to below the product image.

    Where abouts would I find this in the css or is this cored into one of the template files?

    TIA

  5. #5
    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 heavenlynights View Post
    Hi Jet

    What I would like to do is to move the original price which sits to the right side of the product image in the product listing page, to below the product image.

    Where abouts would I find this in the css or is this cored into one of the template files?

    TIA
    You could add this to your css:
    .centerBoxContentsProducts img {display:block;text-align:center;margin:0 auto;}

  6. #6
    Join Date
    Jan 2006
    Location
    Australia
    Posts
    330
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    You could add this to your css:
    .centerBoxContentsProducts img {display:block;text-align:center;margin:0 auto;}
    Thanks Jade, worked a treat!!

  7. #7
    Join Date
    Feb 2008
    Posts
    4
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    I am new to Zencart and i am coming from OSC. Not to sure if this is the right place to post this.

    I am using cherry template and easy populate. I have 4 product descriptions.
    Ex. v_products_description_1,v_products_description_2.

    Fields are uploading; easypopulate is working great.

    I can't seem to figure out how to display product descriptions 2 through 4.

    I don't know which php file to go into to define v_products_description_2,3,4 and then how to display them.


    I want them in the same box as description 1. Each product description underneath each other.

    Hope this helps little more.

  8. #8
    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 mrsowl View Post
    Ok I figured out how to increase the height of the header however can someone tell me how to get the brown underneath the top nav bar to go all the way across the screen?

    check out http://www.somthnxtra.com

    Thank you for your assistance
    Change #navMainWrapper back to what it was originally:
    Code:
    #navMainWrapper {
    	height:32px;
    	width:100%;
    	font-size:12px;
    	}

  9. #9
    Join Date
    Feb 2008
    Posts
    14
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Thank you. It didnt go all the way across but it definetaly improved the look. Thank you for this template it is simply beautiful.

  10. #10
    Join Date
    Feb 2008
    Posts
    4
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    I am new to Zencart and i am coming from OSC. Not to sure if this is the right place to post this.

    I am using cherry template and easy populate. I have 4 product descriptions.
    Ex. v_products_description_1,v_products_description_2.

    I can't seem to figure out how to display product descriptions 2 throu 4.

    I want them in the same box as description 1. Each product description underneath each other.

 

 
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