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

Hybrid View

  1. #1
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Cherry Zen Template Support Thread

    open up your stylesheet, find the add to cart section, and add a margin-top until it is in the right spot.
    Was this for me jettrue if it was all I see in the style sheet is this
    /* product info page css */

    #cartAdd {
    width:125px;
    text-align:center;
    margin:10px auto;
    float:right;
    padding-right:10px;
    }
    #cartAdd input {
    margin:.3em 0 0 0;
    now you said to add a margin-top until it is in the right spot. Do I add another margin: or do I change the one that is already there from auto to top. Sorry I don't understand what you are saying. Thank you for your help.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  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 countrycharm View Post
    Was this for me jettrue if it was all I see in the style sheet is this

    now you said to add a margin-top until it is in the right spot. Do I add another margin: or do I change the one that is already there from auto to top. Sorry I don't understand what you are saying. Thank you for your help.
    Yes, it was for you.

    Try reading a css shorthand tutorial like this to help you:

    http://webdesign.about.com/cs/css/qt/tipcsstrbl2.htm

    For example, you could change it to:

    margin:15px auto 10px;

    which means 15px for the top, auto for the left and right, and 10px for the bottom.

    Right now it is saying 10px for the top and bottom, and auto for left and right. The link I posted explains how it works in more detail.

  3. #3
    Join Date
    Sep 2008
    Location
    San Diego
    Posts
    159
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    I had asked:
    I set up my site on my home machine to test but I now I need to change the domain name and site name before I upload to my site. Tutorial 99 mentions that I need ZC-install when I upload to rename databases etc, except I have already deleted ZC-Install. How can I do this?
    and Randy The Good Shepherd Store said:
    Download zen cart again from here and find the install folder. Do it just like you did before.
    So I copied the zc-install file to my main directory but how do I get the install to run again? I tried to re-run zc-install every-which-way with no luck. What am I doing wrong? Help please

  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 rufusclc View Post
    I had asked:
    I set up my site on my home machine to test but I now I need to change the domain name and site name before I upload to my site. Tutorial 99 mentions that I need ZC-install when I upload to rename databases etc, except I have already deleted ZC-Install. How can I do this?
    and Randy The Good Shepherd Store said:
    Download zen cart again from here and find the install folder. Do it just like you did before.
    So I copied the zc-install file to my main directory but how do I get the install to run again? I tried to re-run zc-install every-which-way with no luck. What am I doing wrong? Help please
    this would be a good question for the general forum. Sorry!

  5. #5
    Join Date
    Feb 2007
    Posts
    159
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Jade, I'm stuck.

    I upgraded my site to 1.38a and the equivalent Chery Zen template but something is wrong as the sideboxbg.gif is wider than my left sideboxes.

    Here's a link to my site in progress

    http://smockingstore.com/store/index.php?main_page=

    Will you take a looksee and tell me how to fix it?

    Beth-katherine

  6. #6
    Join Date
    Jul 2008
    Location
    Cape-Coast, Ghana WestAfrica
    Posts
    53
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Jade or Somebody Please Help Asap!
    After I posted my above mentioned error I got a feedback under the IH2 forum at Page 305 Post 3047. Though i don't know what to do with the contents pasted there.
    now my major issue is when you click on an Image and add to cart to proceed to check out, On the check out screen Everything is Messed up ans mashed up. Do I need to enable some sideboxes to offset these bad displayed page?

  7. #7
    Join Date
    Jul 2008
    Location
    Cape-Coast, Ghana WestAfrica
    Posts
    53
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Concerning Post#2024 here,
    Hooray I solved it!!! or They helped me Solve It!
    See 16 lines up from the last line of code in the Includes/modules/additinal_images.php,
    There is a that says 'text' => "\n, i just removed "text" and now I don't get Error.
    Thanks Folks.
    The Check out screen still has a problem though. Just Try checking out a product at www.afrosupermarket.com.

  8. #8
    Join Date
    Feb 2007
    Posts
    159
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    [quote=Beth-katherine;619941]Jade, I'm stuck.

    I upgraded my site to 1.38a and the equivalent Chery Zen template but something is wrong as the sideboxbg.gif is wider than my left sideboxes.
    ***
    OK I fixed the problem by fudging the width of the sideboxbg.gif. Still curious though why the images for the sidebox titles was wider than 150px.

    Beth-katherine

  9. #9
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Cherry Zen Template Support Thread

    Yes, it was for you.

    Try reading a css shorthand tutorial like this to help you:

    http://webdesign.about.com/cs/css/qt/tipcsstrbl2.htm

    For example, you could change it to:

    margin:15px auto 10px;

    which means 15px for the top, auto for the left and right, and 10px for the bottom.

    Right now it is saying 10px for the top and bottom, and auto for left and right. The link I posted explains how it works in more detail.
    Thank you jettrue that worked out great.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

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

    Default Re: Cherry Zen Template Support Thread

    Hi Jade

    Got a bit of a cosmetic problem with firefox. I decided to add a table into the main page to display the majority of the content. I centered the table which looks fine in IE7 but if viewing in firefox it actually pulls the content to the left.

    I used tabling as an alternative to increase the left and right margins of the content, as I did not know where to find this in the css and I thought I was going to save having to post on forum. but here I am posting

    Any help would be great. Maybe an indication as to where in the stylesheet I can change the margins.

    Prior to me adding the table, the text on the main page, was to close to the sideboxes. I would much rather have the content 1-1.5 cm inward.

    web address located in signature.

    TIA

 

 
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