Re: Image Handler 2 Support
Quote:
Originally Posted by
jaydee98273
So I guess that I had to just clear the cache and get rid of the images that were stored from before I made the changes. All seems to be displaying fine now.
The images that would be displaying near your browsers bottom are still displaying incorrectly. They'll stay high over the image.
My guess is why are you using IH to do what your doing? I'd personally turn off the Image Hover capability and use something else to hover the title and price.
Nevertheless however you go about it I'm sure your figure out the right solution.:hug:
I want lightbox work on product listing page,anyone help me!
The lightbox work nice on product detail page only, Can it support for image zoom on product listing page?
Re: Image Handler 2 Support
Ok, IH2 is great, but I am aving a weird problem, and it's probably a stupid one as well. The hover pic comes up only over the new products side bar. I can't get it to appear over the product listing or the new products for(month). Please Help!!!
http://www.mirrandareinhardtdesigns....61c9e71381db25
almost forgot the link
Re: Image Handler 2 Support
Quote:
Originally Posted by
ninthhour
Ok, IH2 is great, but I am aving a weird problem, and it's probably a stupid one as well. The hover pic comes up only over the new products side bar. I can't get it to appear over the product listing or the new products for(month). Please Help!!!
http://www.mirrandareinhardtdesigns....61c9e71381db25
almost forgot the link
Have a look at this post:
http://www.zen-cart.com/forum/showpo...postcount=2738
Re: Image Handler 2 Support
Sweet!!! thank you sooo much!!!
Re: Image Handler 2 Support
Ok, the images show up, but now the pop up image is centered in the page, so you can't see the ones for new products for (month).
Im new to this, so please be patient, thx
Re: Image Handler 2 Support
Quote:
Originally Posted by
ninthhour
Ok, the images show up, but now the pop up image is centered in the page, so you can't see the ones for new products for (month).
Im new to this, so please be patient, thx
All looks fine ...
Re: Image Handler 2 Support
Not sure if this really is an IH2 question, but here goes. I would like in the customers-->orders then invoice to show a scaled down image of the product. Is there a way for IH2 to add that? Would this post be better off somewhere else?
Thanks, Matt
Re: Image Handler 2 Support
Quote:
Originally Posted by
mdegrandis
Not sure if this really is an IH2 question, but here goes. I would like in the customers-->orders then invoice to show a scaled down image of the product. Is there a way for IH2 to add that? Would this post be better off somewhere else?
Thanks, Matt
Ask in the General Questions forum.
Re: Image Handler 2 Support
Hi.
I have problem with Image Handler 2 (maybe) under Zen 1.3.8.
I have Red Passion theme, and when i go to product, i have this under Add to cart (example - http://www.rollshop.sk/index.php?mai...roducts_id=4):
xt' => "\n " . $link); $col ++; if ($col > (IMAGES_AUTO_ADDED -1)) { $col = 0; $row ++; } } // end for loop } // endif ?>
When i look to source, i see this code:
<!--bof Additional Product Images -->
xt' => "\n " . $link);
$col ++;
if ($col > (IMAGES_AUTO_ADDED -1)) {
$col = 0;
$row ++;
}
} // end for loop
} // endif
?> <!--eof Additional Product Images -->
How i can remove this code from my shop???