Page 219 of 326 FirstFirst ... 119169209217218219220221229269319 ... LastLast
Results 2,181 to 2,190 of 3251
  1. #2181
    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 newkernel View Post
    One more question.Configuration Section/Layout Settings/Categories menu labels on / off,i set it on.I don't know how to change the background color of the categories menu.Please help .
    That is done in includes/templates/cherry_zen/css/stylesheet.css. You can create a color for that section like this:

    #navCatTabsWrapper{
    background:#000000;
    }

  2. #2182
    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 chaddb View Post
    I don't use product images on my site. I have created a 1px x 1px image and commented out the drop shadow in stylesheet.css, how do i remove the 'larger image' link?
    Since you're not using images at all, just remove the image section from includes/templates/cherry_zen/templates/tpl_product_info_display.php
    Code:
    <!--bof Main Product Image -->
      <?php
      if (zen_not_null($products_image)) {
      ?>
      <?php
    /**
     * display the main product image
     */
       require($template->get_template_dir('/tpl_modules_main_product_image.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_main_product_image.php'); ?>
      <?php
      }
    ?>
      <!--eof Main Product Image-->

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

    Default Re: Cherry Zen Template Support Thread

    Hi jettrue could you give me some guidance please. I ask this question a while back. Thank you

    My W3C CSS Validator is reporting problems in the css stylesheet file. How would I correct these. Would you please take a look at my site and Validate it and tell me how to fix this. Thank you so much.
    Last edited by countrycharm; 8 Nov 2008 at 06:47 PM.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  4. #2184
    Join Date
    Oct 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Awesome Awesome Awesome!!!!

    Installed this theme yesterday for a client and followed the the easily laid out instructions without a glitch.......they wanted a few things changed so I spent 5 hours last night and 3 this morning reading through this post and everything I wanted to know so far was here.......Awesome theme and great support.......what more can you ask for........keep up the great work...........

    http://t3cochisekustoms.com/store/

  5. #2185
    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 ChilliB View Post
    Awesome Awesome Awesome!!!!

    Installed this theme yesterday for a client and followed the the easily laid out instructions without a glitch.......they wanted a few things changed so I spent 5 hours last night and 3 this morning reading through this post and everything I wanted to know so far was here.......Awesome theme and great support.......what more can you ask for........keep up the great work...........

    http://t3cochisekustoms.com/store/
    You are welcome, glad you like it.

    A bit of advice for ya... I'd install the image handler mod (IH2) from the downloads section to speed up your images. :-)

  6. #2186
    Join Date
    Oct 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    You are welcome, glad you like it.

    A bit of advice for ya... I'd install the image handler mod (IH2) from the downloads section to speed up your images. :-)
    that's next on the list.....thanks again......

  7. #2187

    Default Re: Cherry Zen Template Support Thread

    I would like to insert some text below the attribute selection boxes. We are a lingerie store so we have several sizes with different colors of each. Each option sells out at different times. This way the customer could see straight off if the item is available or not.

    An example of what I'm talking about is at http://www.magellans.com/store/Clothing_for_Men___Hats___AccessoriesMH817?Args=

    Notice under the attribute options.

    Where/How would I insert this?

    Thank You,
    Jim

  8. #2188
    Join Date
    Oct 2008
    Posts
    83
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    HII

    I hawe problems whit banner in left size .. it is a smoll white line. Hawe kan i delete it?

    SHOP

    Thanks!!!!

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

    Default Re: Cherry Zen Template Support Thread

    Hi jettrue I ask a question up above also, but I have another one for you. I'm trying to install image_handler 2 my question for you since you installed it is on your test site for this template. What file do you merge this code with I know it says If you have modified any of the files located in this contribution's includes/templates/template_custom folder, you need to merge these files (popup_image_additional/tpl_main_page.php in particular) with those of your custom template. Where does this piece of code go in the file. Thank you for help. I must be missing something. I know this shouldn't be ask here but using this template is different than others.
    <?php
    /**
    * Override Template for common/tpl_main_page.php
    *
    * @package templateSystem
    * @copyright Copyright 2005-2006 breakmyzencart.com
    * @copyright Portions Copyright 2003-2005 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: tpl_main_page.php,v 1.1 2006/05/01 12:35:10 tim Exp $
    */
    ?>
    <body id="popupAdditionalImage" class="centeredContent" onload="resize();">
    <div>
    <?php
    // $products_values->fields['products_image']
    echo '<a href="javascript:window.close()">' . zen_image($_GET['products_image_large_additional'], $products_values->fields['products_name'] . ' ' . TEXT_CLOSE_WINDOW) . '</a>';
    ?>
    </div>
    </body>
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  10. #2190
    Join Date
    Nov 2008
    Posts
    10
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Hi jettrue ,I have a question about the Navigation bar.I want to add a new lin to the special product page,so i hvae to creat a new option "xxx" behind "Home" and the link is "index.php?main_page=page&id=18".
    Can you teach me how to achieve my design?
    Thanks for your help again.

 

 

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