Re: Image Handler 2 Support
Quote:
Originally Posted by
tophand
Thanks.
You did not upload all the files for IH.
Your missing the jscript_imagehover.js file that should be in [FONT=monospace]your [/FONT]templates/AB_TPL/jscript folder.
For your additional images your not using the correct naming scheme.
You have a product called "Charlotte City Clog".
So if the main product image is named CharlotteClog.jpg then all additional images for that product has to be named:
CharlotteClog_01.jpg
CharlotteClog_02.jpg
CharlotteClog_03.jpg
CharlotteClog_04.jpg
You have to use this naming scheme if your uploading using ftp.
If you use IH to upload images for a product, IH will auto rename the images correctly.
M
Thanks TOPHAND. It doesn't surprise me that I may have missed a file or folder. I will look at the download and find the java file you mentioned. As for the naming, I did see that IH does default to _01, and _02 etc. I'm fine with renaming my images, just didn't want to waste too much time on it at the moment because I hadn't resolved the initial problem.
Thanks again for your insight!
Re: Image Handler 2 Support
Well, I just installed IH2, following directions carefully, and get this when trying to access my admin:
Warning: require_once(/home/pcgoddes/public_html/zc/includes/functions/extra_functions/functions_bmz_io.php) [function.require-once]: failed to open stream: No such file or directory in /home/pcgoddes/public_html/zc/admin/includes/functions/extra_functions/functions_bmz_io.php on line 12
Fatal error: require_once() [function.require]: Failed opening required '/home/pcgoddes/public_html/zc/includes/functions/extra_functions/functions_bmz_io.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/pcgoddes/public_html/zc/admin/includes/functions/extra_functions/functions_bmz_io.php on line 12
The files are there and permissions are 777. What am I missing?
Thanks,
PC Goddess
Re: Image Handler 2 Support
Quote:
Originally Posted by
pcgoddess
Well, I just installed IH2, following directions carefully, and get this when trying to access my admin:
Warning: require_once(/home/pcgoddes/public_html/zc/includes/functions/extra_functions/functions_bmz_io.php) [
function.require-once]: failed to open stream: No such file or directory in
/home/pcgoddes/public_html/zc/admin/includes/functions/extra_functions/functions_bmz_io.php on line
12
Fatal error: require_once() [
function.require]: Failed opening required '/home/pcgoddes/public_html/zc/includes/functions/extra_functions/functions_bmz_io.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in
/home/pcgoddes/public_html/zc/admin/includes/functions/extra_functions/functions_bmz_io.php on line
12
The files are there and permissions are 777. What am I missing?
Thanks,
PC Goddess
Have you opened the files that the errors reference to verify line 12? I had 2 files that had errors similar to this, and both times when I went to that specific line, I found some incorrect characters in the code that created the issue. Once I removed them, the errors disappeared.
Even if there isn't a bug, the content of that line may shed light on what is causing the error - such as a referenced file that is missing....just some ideas - they may be deadends for you. I also had some issues getting IH2 set up this weekend, but with a little forum help and a hell of a lot of thread reading, I got it all resolved today.
Re: Image Handler 2 Support
Quote:
Originally Posted by
TracNez411
Have you opened the files that the errors reference to verify line 12? I had 2 files that had errors similar to this, and both times when I went to that specific line, I found some incorrect characters in the code that created the issue. Once I removed them, the errors disappeared.
Even if there isn't a bug, the content of that line may shed light on what is causing the error - such as a referenced file that is missing....just some ideas - they may be deadends for you. I also had some issues getting IH2 set up this weekend, but with a little forum help and a hell of a lot of thread reading, I got it all resolved today.
Glad to hear you made it to resolution! I tried the above, to no avail. I decided since I had not invested a ton of time into the care and feeding of my site, to blow it away. Reinstalled ZC to my root, then IH2, then my template. Now its all backed up as well. :cool:
Thanks so much for the assistance.
Mary
Re: Image Handler 2 Support
Hi,
I am having a big issue with image handler now
It used to work fine. But now after the upgrade whenever I add an image to a product the whole catgory disappears. I get a page not found error.
I down graded to old files and still it has same issue.
I uninstalled IMH2 and I can upload pictures and everything seems ok
Once i turn IMH2 on the categories disappear again.
My zen cart ver is 1.3.7
using latest image handler 2 from oct 21st, 07
Any help is appreciated
Thanks in advance.
Re: Image Handler 2 Support
Hi everyone,
I have been looking for days but don't seem to be able to find what I'm looking for. I would like to have a border around my small images but haven't found a way to do it. There is a setting in "images" that make it sound like you can create a border but I can't get it to work.
If anyone has any idea of how to pull this off, I would love to hear your ideas. BTW: I can't go back and change the original pics because there are over 1000 of them.
thanks
Re: Image Handler 2 Support
Quote:
Originally Posted by
crabdance
Hi everyone,
I have been looking for days but don't seem to be able to find what I'm looking for. I would like to have a border around my small images but haven't found a way to do it. There is a setting in "images" that make it sound like you can create a border but I can't get it to work.
If anyone has any idea of how to pull this off, I would love to hear your ideas. BTW: I can't go back and change the original pics because there are over 1000 of them.
thanks
That would be best achieved in the stylesheet I believe.
Re: Image Handler 2 Support
Quote:
Originally Posted by
Still Crazy
That would be best achieved in the stylesheet I believe.
Hi Crazy,
Ok.. the solution is in the stylesheet. What do I need to do? I don't know what to change in order to get that effect. Can you explain some more?
Thanks, I appreciate it!
Re: Image Handler 2 Support
Hi everyone,
I get the following errors when hovering my mouse over the "new products" sidebox image. This shows up in Firebug.
myHint is not defined
onmouseover(mouseover clientX=0, clientY=0)biz (line 1)
myHint is not defined
onmouseout(mouseout clientX=0, clientY=0)
It doesn't seem to have any negative behavior but I was just wondering is there a way to get the error message to go away?
thanks
Re: Image Handler 2 Support
Quote:
Originally Posted by
crabdance
Hi Crazy,
Ok.. the solution is in the stylesheet. What do I need to do? I don't know what to change in order to get that effect. Can you explain some more?
Thanks, I appreciate it!
Hi
Search through your your_template/css/stylesheet.css and find the image you want to put a border around. Using something like Firefox web developer add-on you can inspect the image and quickly determine the "id" or "class" of the element you are trying to style. Other wise you can trawl through the page source.
Assuming you wanted to put a border around the images on the product listing page then add this to the end of your stylesheet.
.productListing-data img{
border: 1px solid red;
}
You can then play around with border widths/colours etc until you reach your desired border.