Page 67 of 71 FirstFirst ... 17576566676869 ... LastLast
Results 661 to 670 of 3244

Hybrid View

  1. #1
    Join Date
    Apr 2008
    Posts
    351
    Plugin Contributions
    4

    Default Re: Columns messed up in cart

    Quote Originally Posted by jjrmy1 View Post
    Yea I changed the columns to 170ox from 150px. Changed them in both places in admin and in the css file. I also removed the centering from the logo and removed the tagline. That's about it. But I can't find why the columns would display differently in the cart but fine in the rest of the store.


    Thanks for your help.
    Did you just remove the text for the Tagline from the header.php file or did you do it some other way?

  2. #2
    Join Date
    Apr 2010
    Posts
    23
    Plugin Contributions
    0

    Default Re: Columns messed up in cart

    yup I just removed the text. here's the css for that.
    #taglineWrapper {
    width:75%;
    float:left;
    }

    Here's the header:
    <?php
    /**
    * @package languageDefines
    * @copyright Copyright 2003-2006 Zen Cart Development Team
    * @copyright Portions Copyright 2003 osCommerce
    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    * @version $Id: header.php 2940 2006-02-02 04:29:05Z drbyte $
    */

    // header text in includes/header.php
    define('HEADER_TITLE_CREATE_ACCOUNT', 'Create Account');
    define('HEADER_TITLE_MY_ACCOUNT', 'My Account');
    define('HEADER_TITLE_CART_CONTENTS', 'Shopping Cart');
    define('HEADER_TITLE_CHECKOUT', 'Checkout');
    define('HEADER_TITLE_TOP', 'Top');
    define('HEADER_TITLE_CATALOG', 'Home');
    define('HEADER_TITLE_LOGOFF', 'Log Out');
    define('HEADER_TITLE_LOGIN', 'Log In');

    // added defines for header alt and text
    define('HEADER_ALT_TEXT', 'Powered by Zen Cart :: The Art of E-Commerce');
    define('HEADER_SALES_TEXT', '');
    define('HEADER_LOGO_WIDTH', ' ');
    define('HEADER_LOGO_HEIGHT', ' ');
    define('HEADER_LOGO_IMAGE', 'logo.gif');

    // header Search Button/Box Search Button
    define('HEADER_SEARCH_BUTTON','Search');
    define('HEADER_SEARCH_DEFAULT_TEXT', 'Search');

    ?>

    Here's the logo css tag
    #logo {
    padding-left:15px;
    text-align:center;

    Thanks a bunch once again. This is killing me
    Jeremy

  3. #3
    Join Date
    Oct 2008
    Posts
    83
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Ok but the problem is in the admin control panel. Once they were - the meta tags. (The icon is still) but does not open ... (Of categories for articles and fortunately they are!)

    ?

    store

  4. #4
    Join Date
    Jun 2009
    Posts
    16
    Plugin Contributions
    0

    Default Re: Using Override System w/Cherry-zen

    Hi,

    I am using 1.3.9 and would like to install this great template. I am a bit unclear. If I copy the "includes" folder to my website under the Zen Cart "includes" folder, it creates an "includes" sub-directory below the "includes".

    Is that correct and, if so, does that allow me to upgrade Zen Cart in the future without disturbing this template and changes I make to it? (eg: does it follow the Override System?)

    Or, do I need to create sub-directories as I have when adding templates to other sites, looking for all the "template_default" and "classic" sub-directories and then place each file in the appropriate place?

    It appears the former, because the instructions say that no files are overwritten as I am using 1.3.9, but I want to be sure.

    Thank you for this fine contribution

    Klaus

  5. #5
    Join Date
    Oct 2007
    Posts
    11
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Thanks for the template, I love it!

  6. #6
    Join Date
    Aug 2009
    Location
    Greeneville, TN USA
    Posts
    55
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    I apologize if I miised this in my search. Is there a plan to update this template for 1.3.9x, or is the winmerge path the only solution?

    Thanks

  7. #7
    Join Date
    Apr 2008
    Posts
    351
    Plugin Contributions
    4

    Default Re: Using Override System w/Cherry-zen

    Quote Originally Posted by VIRTBIZ Guy View Post
    Hi,

    I am using 1.3.9 and would like to install this great template. I am a bit unclear. If I copy the "includes" folder to my website under the Zen Cart "includes" folder, it creates an "includes" sub-directory below the "includes".

    Is that correct and, if so, does that allow me to upgrade Zen Cart in the future without disturbing this template and changes I make to it? (eg: does it follow the Override System?)

    Or, do I need to create sub-directories as I have when adding templates to other sites, looking for all the "template_default" and "classic" sub-directories and then place each file in the appropriate place?

    It appears the former, because the instructions say that no files are overwritten as I am using 1.3.9, but I want to be sure.

    Thank you for this fine contribution

    Klaus
    The way I have done this is to just FTP the new templates include folder to the store folder (same folder that includes on the store is in, not under it) and tell it to merge the folders. You do NOT create an includes under the includes, what is inside the template includes goes into the original includes folder.

    On windows, I just copied the folder on top of the includes folder and it just merged the folders and files.

    JUST REMEMBER. ALWAYS BACKUP BEFORE ADDING ANY MODIFICATIONS!

  8. #8
    Join Date
    Jun 2009
    Posts
    16
    Plugin Contributions
    0

    Default Re: Replacing the 4 dots between li's on the EZpage Nav

    Hi,

    I would like to replace the 4 dots that show between list items on the EZ Page navigation, but have not been able to find that code or any css that controls them.

    Does anyone know where I could go to change them to something else?

    Thanks, Klaus

  9. #9
    Join Date
    Apr 2008
    Posts
    351
    Plugin Contributions
    4

    Default Re: Replacing the 4 dots between li's on the EZpage Nav

    Quote Originally Posted by VIRTBIZ Guy View Post
    Hi,

    I would like to replace the 4 dots that show between list items on the EZ Page navigation, but have not been able to find that code or any css that controls them.

    Does anyone know where I could go to change them to something else?

    Thanks, Klaus
    Admin page, configuration, Ezpages Settings
    header and footer link seperator.

  10. #10
    Join Date
    Jun 2009
    Posts
    16
    Plugin Contributions
    0

    Default Re: Replacing the 4 dots between li's on the EZpage Nav

    Thanks VERY much, JT! (I feel kinda dumb - never looked there)

 

 
Page 67 of 71 FirstFirst ... 17576566676869 ... 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