Re: Image Handler 2 Support
Ok so Iv'e been messing with this all day to no avail, one thing that I have figured out is that my command for on mouseover doesn't call for the image from the bmz cache folder? I have read and re-read the install instructions and I am 99% sure that I have done this correct but still no popup image at all. And I can't even find the javascript reference in my source code anywhere? I'm about to give up on this module and search for another solution if there is one out there?
Re: Image Handler 2 Support
Nevermind, After a few more hours on the boards and playing around I have figured that you can not use your current photo's to make this work, you must reset all of your images, anyways, it's working now, thanks for the great program...if I was more talented I would write a better readme file for this program to help noobs like myself but I'm a noob not a writer. :shocking:
Thanks,
Richard
Re: Image Handler 2 Support
Quote:
Originally Posted by
ckosloff
Again, hover image is Product Info size.
Again, again,....
This is not answer for my question! Sorry. I don't care for standard settings, but change of code.
Re: Image Handler 2 Support
Quote:
Originally Posted by
ryska
Again, again,....
This is not answer for my question! Sorry. I don't care for standard settings, but change of code.
A few pages back, there is a "patch" posted to that effect.
Re: Image Handler 2 Support
Ok, I am frustated and stumped!
I installed IH2 sucessfully on one developement site. When I tried the same thing on another site, I run into problems. I install/unistall 4 times still no sucess.
Once I upload all the 4 files per instructions, I can go to my admin page and click on IH2 under admin>tools. The funny thing is I am not prompted to install IH (as if it running there before). I click install anyways, and it give me a installl sucessful message. BUT when I go look for Configuration>IH2, it doesn't appear there!. To make matter worse on the store my product details pics are gone!
I read and read through 100's of pages on this thread and do not see a solution. What kills me is that I got it to work on a mirror site and not this one. Both are on the same sever.
Please help me !
http://www.webdexign.com/cart/index.php
JE
Re: Image Handler 2 Support
It seems main_product_image.php in includes>modules, is making my product details images dissapear.
I did the following and I got my images to come back. I don't knw much about PHP. so any help is appreciated.
Quote:
//this is part of original file
$products_image_extension = substr($products_image, strrpos($products_image, '.'));
$products_image_base = str_replace($products_image_extension, '', $products_image);
$products_image_medium = $products_image_base . IMAGE_SUFFIX_MEDIUM . $products_image_extension;
$products_image_large = $products_image_base . IMAGE_SUFFIX_LARGE . $products_image_extension;
Quote:
//this is part of new file that came with IH2
$products_image_extension = substr($products_image, strrpos($products_image, '.'));
$products_image_base = ereg_replace($products_image_extension . '$', '', $products_image);
$products_image_medium = DIR_WS_IMAGES . 'medium/' . $products_image_base . IMAGE_SUFFIX_MEDIUM . $products_image_extension;
$products_image_large = DIR_WS_IMAGES . 'large/' . $products_image_base . IMAGE_SUFFIX_LARGE . $products_image_extension;
I replaced the ereg_replace for str_replace on the new file and it work!
Now if I someone could help me with my IH2 nstallation problem, I could be golden. Please PHP gurus need your help!
Re: Image Handler 2 Support
how to force IH2's Watermark even sizes are same between origin and output? we can also say how to force IH2 to output the photo instead of the original?
Re: Image Handler 2 Support
Quote:
It seems main_product_image.php in includes>modules, is making my product details images dissapear.
I did the following and I got my images to come back. I don't knw much about PHP. so any help is appreciated
I feel so stupid and confused at the same time. I had IH2 installed all the time! I was looking for a spereate link under the admin config for IH2, there isn't! all modifications are through the admin>images link (what an idiot I am).
My "solution" in the post above, did not work. If IH2 is intalled I cannot see my product details images, if I uninstall IH2 the images come back, what gives? (knowing me, its something simple)
Re: Image Handler 2 Support
Still having problems with product details images showing up, what could be the cause?
Re: Image Handler 2 Support
Quote:
Originally Posted by
JE2009
Still having problems with product details images showing up, what could be the cause?
Do you mean additional images?