Re: Image Handler 2 Support
It looks like you need a <? or <?php tag. Like this:
Code:
<!--bof Additional Product Images -->
<?php
xt' => "\n " . $link);
$col ++;
if ($col > (IMAGES_AUTO_ADDED -1)) {
$col = 0;
$row ++;
}
} // end for loop
} // endif
?> <!--eof Additional Product Images -->
Re: Image Handler 2 Support
I am not sure what is wrong here but the image pushes the whole page down...
http://stickersuperstore.com.au/
Any help appreciated.
Re: Image Handler 2 Support
got it just had to move files into my custom template folder yeeeeeha
Re: Image Handler 2 Support
gothstone: thanks for help.
code is hide, but when i come over image with mouse, i dont have big image but only small. How i can set up format of this image (sorry for stupid questios, my first experiences with image handler)?
Re: Image Handler 2 Support
Quote:
Originally Posted by
pildo
gothstone: thanks for help.
code is hide, but when i come over image with mouse, i dont have big image but only small. How i can set up format of this image (sorry for stupid questios, my first experiences with image handler)?
In the Administration side of your Zen Cart, find the Configuration drop-down menu. Go to Images.
Quote:
Configuration -> Images
The size of the image you receive on mouse over is dependent upon the dimensions set on this page for the "Product Info" image.
Re: Image Handler 2 Support
i try to set up Product Info - Image Width and height. this option make detail picture (after moving cursor over thumb in http://www.rollshop.sk/ ) but this set up dimension of picture in product card (http://www.rollshop.sk/index.php?mai...products_id=34)
Its possible to have different dimensions of picture (after curosor over thumb) and picture in product card?
EDIT: sorry for post, when i write it i dont see reply of testuser
Re: Image Handler 2 Support
I am so lost. I did this before and I don't know what I am doing wrong. I installed all the files like mentioned in the directions, I am able to view image handler on my admin panel and the changes do go into effect when i upload an image, the only things I do not see is the small plus sign that mouses over the image and then pops up and also if i add an additional image to the product I can not view.
I looked at another site that I created using the Image Handler Contribution and it works fine, so I am not sure what I am not doing correctly.
Here is what I am currently doing:
After I uploaded all the files to the specified folders, I upload the Template_custom's contents into my custom template that I have already modified
I then copy the contents of the template_default folder and also add to my custom template, I make sure to add the Jcript file as I understand that is what makes the small + appear when putting your mouse over the image.
Any thoughts on what I might be missing?
Re: Image Handler 2 Support
Did you ever find out how to make your monster template work? I am having the same issue
Re: Image Handler 2 Support
Quote:
Originally Posted by
aeolidia
Since upgrading a few sites to Zen Cart 1.3.8a, I've noticed the additional images aren't showing correctly.
When you click a small additional image, it opens the original large image in the pop up window, not a resized large image from the bmz_cache folder.
I'm having the same problem of the additional image pop-ups only showing the original image and not the resized version. I didn't see any responses to this post, so thought I'd bump. The only difference in my situation is that it's a 1.3.8a install and not an upgrade.
Does anyone have this working with 1.3.8a or is this maybe an isolated problem?
Re: Image Handler 2 Support - help!
Just uploaded all the files, gone to tools>imagehandler and clicked install and now I just get this:
HTML Code:
Warning: main(includes/ih_manager.php) [function.main]: failed to open stream: No such file or directory in /homepages/44/d24409729/htdocs/the13th/cards/zencart/admin/image_handler.php on line 153
Fatal error: main() [function.require]: Failed opening required 'includes/ih_manager.php' (include_path='.:/usr/lib/php') in /homepages/44/d24409729/htdocs/the13th/cards/zencart/admin/image_handler.php on line 153
A few people seem to have posted the same sort of problem but I can't find any reply to it, have I just done something stupid? Is it easy to fix?