Page 26 of 326 FirstFirst ... 1624252627283676126 ... LastLast
Results 251 to 260 of 3251
  1. #251
    Join Date
    Aug 2007
    Posts
    5
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Hi everyone, I am new to everything. This is the first online store that I have tried to set up. I started with oscommerce (way to much to know) then I heard of zen. Easier and cleaner setup for me. Well I found the cherry zen template and love the way it looks. My site is going to be at ltdammo.com. I will be selling firearm ammunition. I was wondering if anyone would be willing to help make a logo for me that is similar in size and quality to the cherry zen logo.. I would be willing to pay, or buy any software that I may need. Just don't know where to start. This forum has been great in helping me install the zen software, and the cherry zen template. Any help would really be appreciated.

  2. #252
    Join Date
    Aug 2006
    Location
    West Virginia
    Posts
    321
    Plugin Contributions
    1

    Default Re: Cherry Zen Template Support Thread

    Hello, I was woundering what files are using to make the roll over effect or how it was done? I would like to incorporate this into my existing site... Cool looking temp!

    Thanks!

  3. #253
    Join Date
    Feb 2007
    Posts
    159
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Hey Jade I just wanted you to know that I fixed the problem of my site changing font sizes at random times. The problem was with my languages/english/header.php file as somehow the beginning code was changed when my database was reloaded by the server from


    <?php

    to

    '<?php

    which showed the character ' at the very top left of the file and caused the font size to shift.

    Problem solved.

    Oh and for your info the header links don't work in Safari 1.2.2 - circa 2003 nor will it work for IE 5.2 for Mac. I can open up the admin panel but the website will not load in. Good to know.

    Beth-katherine

  4. #254
    Join Date
    Sep 2006
    Posts
    122
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    It'll be a little complicated, but doable. You'll need to also increase the grey sidebox image as well to the width you want. You'll have to open the file in an image editing program, then re-size it and save it.

    First you'll need to change the width of the sideboxes in the admin, under "Configuration", "Layout Settings". Make sure to change both sideboxes in both places.

    Then in the css, this section contains the changes you'll need to make:

    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  */
        }
     
    .contentWrap{
        padding: 5px 0 5px 5px;
        }
     
    #navColumnOne { 
        float: left;
        position: relative; /* IE needs this  */
        }
     
    #navColumnTwo {
        float: right; 
        margin-right: -150px; /* This negative margin-right value is in this example the same as the right column width. */
        position: relative; /* IE needs this  */
        }

    You'll change the 150px to the width of your sideboxes. Let's say you choose 170px, then you'll need to also increase all of the 165px by 20px, to 185px.

    I *believe* that's all you'll need to do, let me know how it works out.

    Just coming back with feedback for this. All advice given has worked

    Thanks alot :)

  5. #255
    Join Date
    Sep 2006
    Posts
    122
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Hi,

    I have managed to edit the part below where you enter the company name and where it says sagefish, so it looks better, but ontop of all that there is a single link that says "home" which I would like removed from there. Any idea how?

    Website: www.notebookwebsite.co.uk

    Thanks

  6. #256
    Join Date
    Sep 2006
    Posts
    122
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Oh and also any way I can align the header banner (Google) To the right of the template? How can I do that?

    Thanks

  7. #257
    Join Date
    Sep 2006
    Posts
    122
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Hi,
    Sorry not the google banner but the one next to the logo.

  8. #258
    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 cyptc View Post
    Hi,

    I have managed to edit the part below where you enter the company name and where it says sagefish, so it looks better, but ontop of all that there is a single link that says "home" which I would like removed from there. Any idea how?

    Website: www.notebookwebsite.co.uk

    Thanks
    You'll need to open up includes/templates/cherry_zen/common/tpl_header.php and remove this:

    <li><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><?php echo HEADER_TITLE_CATALOG; ?></a></li>

    I would answer your following question, but I don't see a google banner next to the logo.

  9. #259
    Join Date
    Sep 2006
    Posts
    122
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    You'll need to open up includes/templates/cherry_zen/common/tpl_header.php and remove this:

    <li><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><?php echo HEADER_TITLE_CATALOG; ?></a></li>

    I would answer your following question, but I don't see a google banner next to the logo.

    Hi,

    Please look again, I recently removed it becasue it was looking too ugly and put it in h3, but I have added ti to h2 aswell now and woiuld like to vertically center it and horizontally align it. I have tried floating it and that does not work it just centers it below the logo.

    Thanks

  10. #260
    Join Date
    Aug 2007
    Posts
    5
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Hi everyone. I am trying to set up my first store. How do I remove the zen cart e-book from the center column. Also how do you remove the Congratulations! You have successfully installed your Zen Cart™ E-Commerce Solution. Simple terms would be best since I am quite new to zen.

 

 

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