Page 293 of 326 FirstFirst ... 193243283291292293294295303 ... LastLast
Results 2,921 to 2,930 of 3251
  1. #2921
    Join Date
    Apr 2008
    Posts
    351
    Plugin Contributions
    4

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by MeltDown View Post
    I would like to add a Contact Us link to the navMain menu. However, the addition of another link forces the generation of a second line of text which then pushes the header down - Visually not so nice.

    I reduced the font size of the navMain menu but the second line is generated nonetheless.

    I could probably achieve the desired result by deactivating the search header but would prefer not to. The link to this customer site can be found here.

    Thanks for any suggestions you may have.
    Try lowering the right side padding here in your stylesheet.css and if you have to, the width:
    Code:
    #navMain a span {
    cursor:pointer;
    display:block;
    float:left;
    padding:7px 15px 10px;
    text-align:center;
    width:90px;
    }

  2. #2922
    Join Date
    Apr 2008
    Posts
    351
    Plugin Contributions
    4

    Default Re: Columns messed up in cart

    Quote Originally Posted by jjrmy1 View Post
    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
    I have copied your css to my template setup and the problem is not there. There was no editing of any .php file or any changed from another mod?

  3. #2923
    Join Date
    Apr 2010
    Posts
    23
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Yea I know. I re-installed a new, unmodified, copy and have the same problem. I am migrating to this template from the "Clean Business" template, which worked fine. I can't figure out what would be causing this. I thought mabe the ultra large logo. But the smaller "cherry" logo does the same. I put all the columns back to default and everythings the same. Re-uploaded the whole template again and left unmodified and was still having this problem. It does this on the "main_page=product_reviews_info" page as well. This is the only 2 I can find so far. What do these 2, and only these 2, have in common that I'm not picking up on?



    Thanks
    Jeremy

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

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jjrmy1 View Post
    Yea I know. I re-installed a new, unmodified, copy and have the same problem. I am migrating to this template from the "Clean Business" template, which worked fine. I can't figure out what would be causing this. I thought mabe the ultra large logo. But the smaller "cherry" logo does the same. I put all the columns back to default and everythings the same. Re-uploaded the whole template again and left unmodified and was still having this problem. It does this on the "main_page=product_reviews_info" page as well. This is the only 2 I can find so far. What do these 2, and only these 2, have in common that I'm not picking up on?



    Thanks
    Jeremy
    Well, this is a tough one, at least for me. A quick fix would be to turn the right side column off when you go to the shopping cart.

    Do this in the includes/templates/cherry_zen/common/tpl_main.page.php

    Look for:
    Code:
    // the following IF statement can be duplicated/modified as needed to set additional flags
      if (in_array($current_page_base,explode(",",'account_history_info,login,shopping_cart,checkout_payment,checkout_confirmation,tracker,no_account,list_pages_to_skip_all_right_sideboxes_on_here,separated_by_commas,and_no_spaces')) ) {
        $flag_disable_left = true;
    add the code in red to that line and when they go to the shopping cart, it will shut off the left column and come back on if they continue to shop.
    I would need to see your php files in order for me to fix it. It has to be something wrong in one of your php files, but which one, I do not know as I am unable to duplicate it here, but I have verified your css is fine.

    JT

    }

  5. #2925
    Join Date
    Apr 2010
    Posts
    23
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by JTheed View Post
    Well, this is a tough one, at least for me. A quick fix would be to turn the right side column off when you go to the shopping cart.

    Do this in the includes/templates/cherry_zen/common/tpl_main.page.php

    Look for:
    Code:
    // the following IF statement can be duplicated/modified as needed to set additional flags
      if (in_array($current_page_base,explode(",",'account_history_info,login,shopping_cart,checkout_payment,checkout_confirmation,tracker,no_account,list_pages_to_skip_all_right_sideboxes_on_here,separated_by_commas,and_no_spaces')) ) {
        $flag_disable_left = true;
    add the code in red to that line and when they go to the shopping cart, it will shut off the left column and come back on if they continue to shop.
    I would need to see your php files in order for me to fix it. It has to be something wrong in one of your php files, but which one, I do not know as I am unable to duplicate it here, but I have verified your css is fine.

    JT

    }
    This doesn't change the cart page at all. both columns are still displayed. Both columns are displayed in the review page as well but differently now http://www.bedsideplaythings.com/ind...3&reviews_id=2
    It's really kind of you to take all this time to help me. I really do appreciate it. Validating it it seems as though there's a couple of tables broken but I just can't pinpoint where exactly it is.

    Jeremy

  6. #2926
    Join Date
    Jun 2006
    Location
    My family and I live in Brighton, England
    Posts
    982
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by JTheed View Post
    Try lowering the right side padding here in your stylesheet.css and if you have to, the width:
    Code:
    #navMain a span {
    cursor:pointer;
    display:block;
    float:left;
    padding:7px 15px 10px;
    text-align:center;
    width:90px;
    }
    But of course...! Things always seem so obvious once someone else points it out

    Thanks for taking the time to help me out!

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

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by MeltDown View Post
    But of course...! Things always seem so obvious once someone else points it out

    Thanks for taking the time to help me out!
    My pleasure, glad to help where I can.

    JT

  8. #2928
    Join Date
    Apr 2010
    Location
    Brisbane, Australia
    Posts
    2
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by bj1972 View Post
    I am using the cherry zen template on v1.3.8a. Everything is working great.

    I changed the width of the side boxes per the readme_or_else.
    After the change the left sideboxes dropped down. I am brand new at coding so I don't know where to look. Been searching the forums and haven't found anything.

    Thanks
    Bill

    I'm having the same problem. Does anyone know how to fix this?

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

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by Lizzy123 View Post
    I'm having the same problem. Does anyone know how to fix this?
    Put a link to your site so we can see what it looks like.

  10. #2930
    Join Date
    Apr 2010
    Location
    Brisbane, Australia
    Posts
    2
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    JT - thanks so much, you solved my problem! :)

 

 

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