in your store....go to the admin link you set up for it...where you can see the IH3 controls too
under the configuration column go to images and make sure you have the settings set per the read me.
bmz_cache and images folder should be chmodded to 755 or 777 depending on your host
that is what I meant by the above statement
Sorry if it's obvious I didn't read all 289 pages of this thread, but...
I DID do a search on this site
and I DID do a search on google for the zen-cart threads.
Still I could not get my answer.
I want to add "This image has been watermarked with MY TEXT OF CHOICE" to my large image pop-ups in the lbBottomContainer above the lbCaption but I cannot see how to do this.
I went into slimbox.php and tried adding the code just before/after the div tags, but it's not working. I can see the code in the html when I check the page source, so I know it's applied, but I don't know enough about javascript to get this to work.
How do I do this?
an image of where you would like to have the wording would help the brain a lot...as well as an actual product link.
sorry brain went bye-bye for a bit and won't picture what ----where you want it
ok edit here---told ya I was lost
the lightbox doesn't seem to be working ---i use firefox and when I click your promo images there is no lightbox
Last edited by DarkAngel; 24 Sep 2011 at 12:30 AM.
Here's the new site I'm setting up and a sample product:
http://www.largoartgallery.com/galle...&products_id=2
When you click the image I'd like wording right above the title "Information Explosion" to say "This image has been watermarked with 'The Largo Art Gallery'".
Or, even better, if it says "This image has been watermarked with this image <show image>."
in includes/templates/your_template/templates/tpl_modules_main_product_image.php
find:
<script language="javascript" type="text/javascript"><!--
document.write('<?php echo '<a href="' . zen_lightbox($products_image_large, addslashes($products_name), LARGE_IMAGE_WIDTH, LARGE_IMAGE_HEIGHT) . '" rel="' . $rel . '" title="' . addslashes($products_name) . '<br>logo added">' . 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>
replace the red wording ---which I added--- with what you want and it will appear just below the image name --leaving the <br> in place so it will drop it below the name
hope that is what you wanted but just in case use a duplicate of the file to edit and place a ~ at the end of the original file (after the php) tpl_modules_main_product_image.php~ to deactivate it.
yes they have a mind of their own...just think they must be "alive" since they learn...lol
I have a test store and live store--same server even and what works in test may not work totally on live and they have the exact same setup and files...lol
what version of IH are you using
what version of LB are you using
did you upgrade LB from an older version?
I visited your site using the link you provided in your original post. I tested it on this product and this product using Chrome 14, Firefox 6, and Internet Explorer 9.
When I click on the main product image, the lightbox functioned as expected, however it is not handling your additional images. Additional images are currently being handled via default ZC functionality. Do you want ZLB to handle your additional images? (this functionalitly is optional, and set via a switch in the admin).
If you do indeed want the lighbox to handle your additional images, please check the following:
- Admin>Configuration>Zen Lightbox> Include Main Image in Gallery - should be set to "true"
- Make sure you're using the correct ZC image file naming protocol, as referenced in this tutorial.
Lastly, when you say ZLB doesn't appear to work on your live server....what do you mean exactly? Please describe, in detail, the issue you are having if the above information doesn't resolve your issue.