Re: Image Handler 2 Support
I was wondering if there was a way to remove the watermark from certain images?
I have a category that's laid out differently using CSS than all other product categories. The products under this category will have 2 large images - the second is an "additional image". It's about 550px in width, and to get it to show up on the page, I had to name it the same name as the product image + _01_LRG. When I did that, the image showed up as it should - but here's a watermark over it. It also has the script with the hover attribute added to that image.
So I'm wondering if there's a way to remove the script and watermark from additional images in a particular category? I'm not afraid to hack code if I must - but I'd need to know where to look for it. Any help would be appreciated.
Re: Image Handler 2 Support
This is such a long thread and didn't see if this was already covered. Apologies if it is.
This is really a great mod, however as it is resizing images "on the fly" I have found a good way of making it quick. In Configuration >> Images
Set the size of your images close as possible to the image as it appears on the site. So when your images load, right click and check their size. Then change your images size in config as close to these values as possible. I use the following
Image - Width 85
Image - Height 75
Re: Image Handler 2 Support
I posted a couple messages regarding Additional Images popping up the default product image instead of the additional image, but I may have posted in the wrong thread -- so with apologies to anyone who may have seen this already, I detailed my problem in the Upgrading to 1.3.6 section. I'm just hoping to hear a viable suggestion for how to link Additional image thumbnails with their large-image popup counterparts. (Currently I get the product's default image popup whenever an Additional image thumbnail is clicked.)
Thanks in advance,
Sean Prónay
Re: Image Handler 2 Support
Well, I've come to the conclusion (after further reading) that IH2 can't make specific changes to certain images - it's an "all or nothing" kind of thing.
So, I've come to a conclusion (and I'll share it, in case anyone else needs to know) - basically we are now putting the extra images for our products within the product description. We are sticking in a hard-coded link that goes directly to the image itself, and bypasses the IH2 program. That way, we can still have all others with the watermark, and the ones we *don't* just are called in individually.
Yeah, makes for a lot of extra work, but that's where the Easy Populate comes in handy :)
Re: Image Handler 2 Support
Yeah, I can see where trying to designate specific images for watermarks would call for either hard-coded links in the product description or a lot of custom programming. Probably not much call for that feature.
As for the question of how to make additional image thumbnails display the correct large image when clicked (with Zen-Cart 1.3.6), I'm still working on that one. Haven't heard any ideas or suggestions yet, so I guess I'll try re-installing IH2 and hope for some improvement. :mellow:
Re: Image Handler 2 Support
I'm having trouble with this mod. I have installed it on two of my websites (fresh 1.3.6 Zencart installs). There is a border around all my images that I cannot get rid of. See an example on a product listing page : http://www.netjuggler.net/diabolos-diabolos-c-2_3.html
I get the same problem on the product page :
http://www.netjuggler.net/circus-p-5.html
I think this problem is relative to this mod.
What should I modify to get rid of this border and border colour. I know where to change the colour as it comes from my css :
a:link, a:visited {
color: #7f7f7f;
text-decoration: none;
padding:0px;
margin:0px;
border:none;
}
That is the only place in my css that this colour is used. And for some reason it's being applied to image border as well as to text. How do I get the link colour to only affect the text ? and most of all how do I get rid of the border on my images.
Any advice would be appreciated.
Thanks.
Re: Image Handler 2 Support
Problem solution : Sorry for bothering you with this, this had nothing to do with the mod. It was my error. I found the solution, I had deleted the following bit of css from my stylesheet :
a img {border: none; }
Re: Image Handler 2 Support
Just installed the 1.3.5 compatible IH2 on my zen-cart 1.3.6, and I'm happy to report the IH2 problem with additional image thumbnails popping the wrong image on click has gone away. Now, when you click the additional image thumbnail, the correct large image pops up.
Excellent contribution! :D
Re: Image Handler 2 Support
I'm having a new issue -
I have no idea what happened. Everything was working just fine until yesterday. I've racked my brains trying to figure out why this started happening all of a sudden, and cannot figure out what's gone wrong.
Anyway, before, when you hovered over the smaller images, there would be a nice little "popup" of a larger image. For some reason, it's now not working. Instead, I get three javascript errors:
"showtrail is not defined"
"hidetrail is not defined"
"Error in parsing value for property 'cursor'. Declaration dropped."
These are all Firefox messages, by the way. When I view in IE, it gives me a little bit more information:
"Line 136, Char 1, error: object expected"
Now, I haven't touched the script. The only thing I did yesterday was work on the stylesheet, and I don't know how that would mess with the script. If any more information is needed, I'll be happy to post it - but would anyone know why this would be happening?
Re: Image Handler 2 Support
Quote:
Originally Posted by
doodlebee
I'm having a new issue -
I have no idea what happened. Everything was working just fine until yesterday. I've racked my brains trying to figure out why this started happening all of a sudden, and cannot figure out what's gone wrong.
Anyway, before, when you hovered over the smaller images, there would be a nice little "popup" of a larger image. For some reason, it's now not working. Instead, I get three javascript errors:
"showtrail is not defined"
"hidetrail is not defined"
"Error in parsing value for property 'cursor'. Declaration dropped."
These are all Firefox messages, by the way. When I view in IE, it gives me a little bit more information:
"Line 136, Char 1, error: object expected"
Now, I haven't touched the script. The only thing I did yesterday was work on the stylesheet, and I don't know how that would mess with the script. If any more information is needed, I'll be happy to post it - but would anyone know why this would be happening?
Welcome to my world. At least your getting help though. :no: