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
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
heavenlynights
Thanks stuff4toys. Ohh god, I hate all these different browers.:cry:
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!! :smile:
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
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
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.
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_large, addslashes($products_name), LARGE_IMAGE_WIDTH, LARGE_IMAGE_HEIGHT) . '" rel="lightbox[gallery]" title="' . addslashes($zen_lightbox_products_name) . '">' . zen_image($products_image_medium, addslashes($products_name), MEDIUM_IMAGE_WIDTH, MEDIUM_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_medium, addslashes($products_name), MEDIUM_IMAGE_WIDTH, MEDIUM_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_name, MEDIUM_IMAGE_WIDTH, MEDIUM_IMAGE_HEIGHT) . '<br /><span class="imgLink">' . TEXT_CLICK_TO_ENLARGE . '</span></a>';
?>
</noscript>
</div>
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
1PLM
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
:yuck:
Update to the newest version of cherry_zen. :-)
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
urbdistrib
:oops:
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!!:clap:
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.
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jonucla
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.
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
tradrockrat
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"?