Re: Image Handler 2 Support
Quote:
Originally Posted by
tophand
A link will help us help you.
M
here's an example:
http://wishgiving.com/shop/index.php...roducts_id=746
Re: Image Handler 2 Support
Hello,
I installed IH2 and everything seemed to work fine until when I tried to add additional images.
When I went to Admin -> Tools -> Image Handler 2 -> Manager -> and when I selected a category which contains the product I want to add additional images, it would just go to Image Handler "Admin" page. THere was no error message or anything. Nothing happened!
Does anybody know what the problem might be?
I do have additional images turned on.
Any help will be appreciated.
Thanks.
Re: Image Handler 2 Support
Quote:
Originally Posted by
e81ny
Hello,
I installed IH2 and everything seemed to work fine until when I tried to add additional images.
When I went to Admin -> Tools -> Image Handler 2 -> Manager -> and when I selected a category which contains the product I want to add additional images, it would just go to Image Handler "Admin" page. THere was no error message or anything. Nothing happened!
Does anybody know what the problem might be?
I do have additional images turned on.
Any help will be appreciated.
Thanks.
Did you check to see that you uploaded "All" the files for Image handler?
M
Re: Image Handler 2 Support
Quote:
Originally Posted by
mohinder
Might be a problem with the LightBox mod.
Have you check out the LightBox support thread?
While I don't use the LightBox, I do know that people use both LightBox & IH together.
M
Re: Image Handler 2 Support
Hi,
I double checked and I did upload all the files.
While I was trying again early on, I noticed that there was a message saying "No Image Handler information found." right under the title "Image Handler 2". What does that mean??
Thanks for your help.
Re: Image Handler 2 Support
While browsing this thread, I searched for "No Image Handler information found" and saw someone fixed the problem (error message "No Image Handler information found") by clicking on "install Image Handler" on admin page.
I don't know what happened. I did install IH2 and was surprised that there was an option "install image handler" under admin page.
After "re"-install IH2, everything works now!
PS. I have to say that IH is really useful. Thank you very much.
Re: Image Handler 2 Support
Wow this is certainly an amazing addon for the shopping cart. Thank you so much...
I do have a tiny problem. How do I make the additional images to show? :D I just don't know why it's not being displayed :no:
Thank you for the help and this great mod :clap:
Re: Image Handler 2 Support
Quote:
Originally Posted by
holdika
Wow this is certainly an amazing addon for the shopping cart. Thank you so much...
I do have a tiny problem. How do I make the additional images to show? :D I just don't know why it's not being displayed :no:
Thank you for the help and this great mod :clap:
Search this thread for it, it's here, in detail ... promise ya.
Re: Image Handler 2 Support
Quote:
Originally Posted by
jettrue
Hi There,
Ok, I've found that replacing the original code in classes/bmz_image_handler.php (~line 701):
Code:
return $parameters . 'style="position:relative" onmouseover="showtrail(' . "'$products_image_zoom','$alt',$width,$height,$zoomwidth,$zoomheight,this," . $this->zoom['startx'].','.$this->zoom['starty'].','.$this->zoom['width'].','.$this->zoom['height'].');" onmouseout="hidetrail();" ';
with this:
Code:
if (!($_GET['main_page']==FILENAME_PRODUCT_INFO)) {
return $parameters . 'style="position:relative" onmouseover="showtrail(' . "'$products_image_zoom','$alt',$width,$height,$zoomwidth,$zoomheight,this," . $this->zoom['startx'].','.$this->zoom['starty'].','.$this->zoom['width'].','.$this->zoom['height'].');" onmouseout="hidetrail();" ';
} else {
return $parameters . 'style="position:relative" onmouseover="showtrail(' . "\'$products_image_zoom\',\'$alt\',$width,$height,$zoomwidth,$zoomheight,this," . $this->zoom['startx'].','.$this->zoom['starty'].','.$this->zoom['width'].','.$this->zoom['height'].');" onmouseout="hidetrail();" ';
}
Fixes the issue of additional images not displaying, while still allowing the hover effect on product listing pages.
What I'd also like to figure out how to do, is to prevent the hover on CATEGORY and SUBCATEGORY images (as I try to upload the smallest category image possible, since IH2 doesn't resize these - yet it still adds the mouseover to them).
Anyway, I tried a few things to get that to work, but haven't figured it out yet. Any ideas?
I tried this fix but for me it didn't work. I still can't see the additional images. I use 1.3.8a...
Any suggestion :D
Re: Image Handler 2 Support
Quote:
Originally Posted by
holdika
I tried this fix but for me it didn't work. I still can't see the additional images. I use 1.3.8a...
Any suggestion :D
I believe testuser wanted you to find a much easier fix.
So....
How are you uploading your additional images?
Are your additional images named correctly?
What template are you using?
A link helps us help you.
M