Re: Image Handler 2 Support
From what I can see, the additional images should be showing directly under the main product image. Your source is showing missing tags.
This might be the culprit. :lookaroun
Re: Image Handler 2 Support
Anyone know can I get rid of the pop-up window for larger image in product detail, and the link for it, altogether? My images aren't being enlarged enough to make it remotely worthwhile, but rather a nuisance. Any thoughts would be helpful.
Re: Image Handler 2 Support
Quote:
Originally Posted by
favoritemovieposters
Anyone know can I get rid of the pop-up window for larger image in product detail, and the link for it, altogether? My images aren't being enlarged enough to make it remotely worthwhile, but rather a nuisance. Any thoughts would be helpful.
tpl_modules_main_product_image.php
make it this:
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 $
*/
?>
<?php require(DIR_WS_MODULES . zen_get_module_directory(FILENAME_MAIN_PRODUCT_IMAGE)); ?>
<div id="productMainImage" class="centeredContent back">
<?php echo zen_image($products_image_medium, addslashes($products_name), MEDIUM_IMAGE_WIDTH, MEDIUM_IMAGE_HEIGHT); ?>
</div>
Re: Image Handler 2 Support
Quote:
Originally Posted by
favoritemovieposters
Anyone know can I get rid of the pop-up window for larger image in product detail, and the link for it, altogether? My images aren't being enlarged enough to make it remotely worthwhile, but rather a nuisance. Any thoughts would be helpful.
I would also consider installing Image Handler. Your site has enough images that it'd be worth the while. :blink:
Re: Image Handler 2 Support
Quote:
Originally Posted by
testuser
From what I can see, the additional images should be showing directly under the main product image. Your source is showing missing tags.
This might be the culprit. :lookaroun
missing tags? i haven't changed anything, it just stopped working. I am trying the bmz thing right now, i'll let you know!
Re: Image Handler 2 Support
Quote:
Originally Posted by
testuser
From what I can see, the additional images should be showing directly under the main product image. Your source is showing missing tags.
This might be the culprit. :lookaroun
Quote:
Originally Posted by
testuser
They're showing in your source.
Try deleting all the sub-folders of bmz_cache, then go to Tools :: Image Handler and reset image cache.
nope ): didn't work
Re: Image Handler 2 Support
Quote:
Originally Posted by
paperzombie
nope ): didn't work
Check this file make sure everything is there.
tpl_product_info_display.php
Re: Image Handler 2 Support
Quote:
Originally Posted by
paperzombie
nope ): didn't work
Try this.
From admin, uninstall IH and after page reloads install IH.
Also check to see all IH files are in place.
Could be your host made a server change or install outdated backup.
M
Re: Image Handler 2 Support
would that delete all my images??
Re: Image Handler 2 Support
Quote:
Originally Posted by
paperzombie
would that delete all my images??
No, every image IH creates is based on the images you upload.
Since your having problems, it'd be wise to backup everything before you start playing with anything.
Also, are there others that have access to your site that could have made changes that could have unintentional cause these problems.
You're missing closing div tags and tr tags. A combination of these can cause things not to display properly.