Re: Image Handler 2 Support
personally, I dont care for IE, FF is my choice and I have no problems In FF and only an old error in IE, which I fixed on a js error. They work perfectly in both IE and FireFox.
think some of the problems folks have is due to their host, I would recheck the permissions, perhaps replace the bmz_cache folder, maybe you are maxed on data storage, too many variables to be looked into....:mellow:
Re: Image Handler 2 Support
snow, do you use any kind of "hot link" protection on your server, that you just recently set up? That will cause your images not to show with IH, also.
Just a thought, as I've had this problem, and someone else, that I helped, also.
Re: Image Handler 2 Support
Quote:
Originally Posted by
Get Em Fast
snow, do you use any kind of "hot link" protection on your server, that you just recently set up? That will cause your images not to show with IH, also.
Just a thought, as I've had this problem, and someone else, that I helped, also.
No I do not have any hot linking, I have doubled checked my server settings. But the error has gone away again. I didn't actually do anything and I have no idea if it will come back. Actually I am sure that it will be back as I have no idea what caused it in the first place.
But one thing that is strange. All my small and medium images zoom effects only work for "also purchase" products and for the most of the attributes, but it doesn't show the cool zoom effect on the actual product's image in the product list or in the product info page.
So how to I get that to work? It doesn't matter if I am viewing on a FF or IE browsers.
Thank for any suggestions on my problems.
Re: Image Handler 2 Support
the error I secribe in http://www.zen-cart.com/forum/showpo...postcount=1181
is only the first time an image is viewed.
After that the problem seems to disappear.
Also I found that on the 'larger image' from the proct display I do not see a watermark. I have watemark enabled for all but small images.
Is ths larger image notmeant to be watermark protected?
Re: Image Handler 2 Support
Hi,
Knock on wood I am not having any problems. I love it! But...I do have a question. Is there any way to add a background image to the files to make all the images on the product list the same size? I would like to add a white background image that would keep all the images 129 x 127. Or something like that. I want them all the same because my page has a dark background and I don't like when the images are all different. I know you can set the size, but if one is not as high as another it doesn't fill the same space and looks uneven or distorts the image to meet the size setting.
I hope I am explaining this the right way. I mainly want it for the listing not the product info display.
Thanks in advance,
Kelly
Re: Image Handler 2 Support
sleepless - either use css or save all your original images onto the same sized canvas.
Re: Image Handler 2 Support
Hi Ryk,
Thank for the reply. I considered saving them onto a canvas, but I have almost 1,000 already on the site. New additions would be okay but to go back on the rest would be a bit much.
Do you have any suggestions on how I might do it using css?
Thanks again,
Kelly
Re: Image Handler 2 Support
AndyII,
Thanks, I'll try a few things.
I don't care for either one, I'd rather be sipping a cold one on a beach in Cancun, but instead here I am building a business.
It would be considerably shortsighted of me to say that I don't care for IE considering the size of the potential market that uses IE and should have as good an experience as those using Firefox. And vice-a-versa.
The reality of the matter is not dictated by my personal preferences, but rather by the browser of the person who wants to pay me money for my wares.
That is why we're here, isn't it?
Re: Image Handler 2 Support
Well, for those of you who are interested,
In the file:
jscript_imagehover.js
within the template directory, there is
Code:
var offsetfrommouse=[0,0]; //image x,y offsets from cursor position in pixels. Enter 0,0 for no offset
Although the comment advocates [0,0] for no offset, Dont' do it!
As it turns out, the latest version of FF doesn't take kindly to an offset=[0,0], changing this value to just about anything else fixed the problem.
[1,1] worked, [10,10] was even better. :thumbsup:
So there! It was easier than that.