Page 206 of 326 FirstFirst ... 106156196204205206207208216256306 ... LastLast
Results 2,051 to 2,060 of 3251
  1. #2051
    Join Date
    Oct 2008
    Location
    Texas
    Posts
    24
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    well I just went and uploaded everyhting one at a time and it seems to be working except for one thing - my right side sideboxes will not show up. The space for them is there and I have done all the proper procedures to put them there, but they simply do not visuallly appear on the right hand side. Left works perfectly.

    any hints?

    edit: take alook: www.quasarfinance.com

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

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by heavenlynights View Post
    Thanks stuff4toys. Ohh god, I hate all these different browers.

    I use window FF 3.0.3 and windows IE 7. They look ok in those 2. I will change to your settings to see what it looks like in the 2 that I use and get back to you. Unfortunately or maybe fortunately (ignorance is bliss) i dont have any of the others browsers.

    cya
    Ok made i made the changes and as far as the browsers go, everything looks to be fine on the 2 that I use, except now I am back to square one where the text is too close to the sideboxes, for my liking. This was the whole reason I used the table for my text so that I could have the text (main content) further away from the edge of the sideboxes.

    There must be somewhere in the css where i can change where the text is positioned in the main content, If i can find this then make the necessary changes, then I can eliminate the table altogether. If someone knows where it is, can you please point me in the right direction.

    TIA for any help and thanks to those who have already helped!!

  3. #2053
    Join Date
    Jan 2008
    Posts
    32
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Is there a way I can add a dividing line between each product listing, or maybe alternate background shading?

    Here is a link:
    http://www.newoldsounds.com/index.ph...ex&cPath=46_49

    It seems somewhat difficult to read because it's all white behind the products.

    Thanks,
    Tim

  4. #2054
    Join Date
    Jan 2008
    Posts
    84
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Ok I have 2 questions and they may have been mentioned before but I am not searching 207 pages to find it.

    I know this template was designed as a floating template but how do you go about making it fit all the way across the screen?

    Second question the product decription is nw below the product where it was next to the product in the original template is there and easy way to fix this or would it be better left alone?

    Examples:
    below product

    next to product

  5. #2055
    Join Date
    Oct 2008
    Posts
    48
    Plugin Contributions
    0

    Default Re: W3C validation failure - search box type

    I put my test site (using Cherry Zen template - thanks for it) through the W3C Validator and the only issue was the 'type' of the search box at the top.

    The search box is of type "search" but that is not a permitted type.
    If I change includes/functions/extra_functions/search_field_header.php to change the $type parameter of zen_draw_search_field() to 'text' then all is okay.

    Quote Originally Posted by W3C Validator Result
    Line 95, Column 367: value of attribute "type" cannot be "search"; must be one of "text", "password", "checkbox", "radio", "submit", "reset", "file", "hidden", "image", "button".

    …22e397c4a15db3" /><input type="search" name="keyword" size="20" maxlength="30


    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  6. #2056
    Join Date
    Jan 2006
    Posts
    420
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Just added Zen Lightbox to my cart based on Cherry Zen Template. Had to make a couple of template alterations to get the drop shaddow back to normal. so thought I would post my file here for others to use if needed.

    ( sorry if its been done before )

    File is the tpl_modules_main_product_image.php in your templates folder.


    PHP Code:
    <?php
    /**
     * Module Template
     *
     * @package templateSystem
     * @copyright 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_modules_main_product_image.php 3208 2006-03-19 16:48:57Z birdbrain $
     * modded to include Zen Lightbox v1.4 aclarke 2007-09-15 for the Cherry Zen Template by Jettrue
     */
    ?>
    <?php 
    require(DIR_WS_MODULES zen_get_module_directory(FILENAME_MAIN_PRODUCT_IMAGE)); ?> 
    <div id="productImage" class="centeredContent back">
    <!-- bof Zen Lightbox v1.4 aclarke 2007-09-15 -->
    <?php

    if ($current_page_base == 'product_reviews') {

    $zen_lightbox_products_name $products_name_reviews_page;

    } else {

    $zen_lightbox_products_name $products_name;

    }

    if (
    ZEN_LIGHTBOX_STATUS == 'true') {

    echo 
    '<script language="javascript" type="text/javascript"><!--
    document.write(\'<div id="productMainImage"><a href="' 
    zen_lightbox($products_image_largeaddslashes($products_name), LARGE_IMAGE_WIDTHLARGE_IMAGE_HEIGHT) . '" rel="lightbox[gallery]" title="' addslashes($zen_lightbox_products_name) . '">' zen_image($products_image_mediumaddslashes($products_name), MEDIUM_IMAGE_WIDTHMEDIUM_IMAGE_HEIGHT) . '</div><br class="clearBoth" /><span class="imgLink">' TEXT_CLICK_TO_ENLARGE '</span></a>\')//--></script>';

    } else {

    echo 
    '<script language="javascript" type="text/javascript"><!--
    document.write(\'<a href="javascript:popupWindow(\\\'' 
    zen_href_link(FILENAME_POPUP_IMAGE'pID=' $_GET['products_id']) . '\\\')">' zen_image($products_image_mediumaddslashes($products_name), MEDIUM_IMAGE_WIDTHMEDIUM_IMAGE_HEIGHT) . '<br /><span class="imgLink">' TEXT_CLICK_TO_ENLARGE '</span></a>\')//--></script>';

    }

    ?>
    <!-- eof Zen Lightbox v1.4 aclarke 2007-09-15 -->
    <noscript>
    <?php
      
    echo '<a href="' zen_href_link(FILENAME_POPUP_IMAGE'pID=' $_GET['products_id']) . '" target="_blank">' zen_image($products_image_medium$products_nameMEDIUM_IMAGE_WIDTHMEDIUM_IMAGE_HEIGHT) . '<br /><span class="imgLink">' TEXT_CLICK_TO_ENLARGE '</span></a>';
    ?>
    </noscript>
    </div>
    Various Zen cart sites !

  7. #2057
    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 1PLM View Post
    Can somebody tell me why with the Cherry Zen Template, when i add products to cart and proceed to checkout screen EVERYTHING is Mushy and Jumbled up. This is a live store ready to take off, but when you try to add products to Zencart and to check out, the page is mashed up. below is a Link Try checking out a product at www.tropicxotic.com OR
    http://www.afrosupermarket.com/index...ain_page=login
    Update to the newest version of cherry_zen. :-)

  8. #2058
    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 urbdistrib View Post


    Hi Jade. I found the problem it was a problem on my computer. All fixed now. I do have another question though. The pop up window with the larger image doesn't hold it all and there is no scroll bar.

    Is there a way to make that window open up to the right size for the image?

    That's all i'll bother you with. Again, a great template!!
    Can you point me to a specific image that does this? This would be a good question for the general forum also, since my template doesn't mess with the files that control that function.

  9. #2059
    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 jonucla View Post
    Hi,

    I just recently installed zen cart 1.3.8 and is using the cherry zen template. I can access admin, add product and everything seems to be working fine except a few links. The Customer log in, my account, and check out link returns a page can not be displayed. I'm not sure whats going on, or where to look to solve this issue. Any help will be greatly appreciated. Thanks.
    Link? Does this happen with the classic template? Those are all pages that would use SSL. Do you have SSL turned on? If so, did you purchase a SSL certificate? Try turning SSL off.

  10. #2060
    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 tradrockrat View Post
    well I just went and uploaded everyhting one at a time and it seems to be working except for one thing - my right side sideboxes will not show up. The space for them is there and I have done all the proper procedures to put them there, but they simply do not visuallly appear on the right hand side. Left works perfectly.

    any hints?

    edit: take alook: www.quasarfinance.com
    That is not a link to a zen cart site.

    Did you turn them on at "Tools", "Layout Boxes Controller"?

 

 

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