Do a search in this thread for lightbox, there's a lot of information on that topic in this thread.
Printable View
Hi Jade
Thanks so much for your help and direction.
Elsewhere in this thread, I found the instructions for increasing the z-index to 1000 (I've copied the instructions below for the benefit of others) but wasn't sure where to find this code.
A search revealed it was in the file "stylesheet_lightbox.css" found in Web-Site-Address/includes/templates/apple_zen/css/
I made the modification (increasing z-index:100 to 1000) and everything appears to be working well now.
Thanks again Jade for a great template :clap:
Instructions:
Try changing the z-index on this section to 1000:
#lightbox {
left:0;
line-height:0;
position:absolute;
text-align:center;
top:40px;
width:100%;
z-index:100;
}
Hi Jade
I'd like to add the Advanced Cross Sell (Or JustAnotherXSell) Module to my site, which runs on Apple Zen.
The instructions state:
However, this file does not exist at WEB_SITE/includes/templates/apple_zen/templates/Quote:
5. Now edit your product-info template file (tpl_product_info_display.php) and insert the following code
at the point where you wish the Cross-Sell box to appear. Usually best at the end of the file:
---------------------------------
<?php
require($template->get_template_dir('tpl_modules_xsell_products.php', DIR_WS_TEMPLATE, $current_page_base,'templates'). '/' . 'tpl_modules_xsell_products.php');
?>
---------------------------------
It only exists at WEB_SITE/includes/templates/template_default/templates/
Where would I make the above changes in the template to add the Cross-Sell box?
Thanks again
Robert
Hi
I download it and apply on my website, that is really good!
But i dont know how to remove this
"To change any of the site colors, open up includes/templates/apple_zen/css/stylesheet.css. To overwrite your own logo, upload your logo.gif to includes/templates/apple_zen/images/"
from the header .
can you tell me how to do it ?
From this zencart software , does it only show one picture for one product ?
If I want to show many pictures on same product , is it any solution?
Pls help!
I'm a newbie myself...I suggest you check out the FAQ section of Zen Cart. Both these questions are answered there.
for your first issue go here: https://www.zen-cart.com/tutorials/i...hp?article=127
for your second ssue go here: https://www.zen-cart.com/tutorials/index.php?article=58
good luck.
You should read the "override system" FAQ in the FAQ section of zen cart.
https://www.zen-cart.com/tutorials/i...hp?article=230
The file does not exist at:
WEB_SITE/includes/templates/apple_zen/templates/
Because I didn't need to adjust that file for the template.
Now that you want to adjust it, copy the file FROM:
WEB_SITE/includes/templates/template_default/templates/
TO:
WEB_SITE/includes/templates/apple_zen/templates/
You will then save your changes in the apple_zen folder so that zen cart will OVERRIDE the template_default file. This way your changes won't be overwritten next time you upgrade zen cart.
Thanks for the template I like it a lot. One thing I'm trying to change is the green color that appears, in text fields customers can type in, and also whenever there is a drop down menu for attributes.