I have also tried to get this mod working on ZC1.3.7
It installed fine, I double checked file locations, but when hovering over an image, nothing happens. If I click on the image, it just opens up the larger version. Any thoughts?
I have also tried to get this mod working on ZC1.3.7
It installed fine, I double checked file locations, but when hovering over an image, nothing happens. If I click on the image, it just opens up the larger version. Any thoughts?
Regards,
John
can anyone tell me, why would i receive an error what looks like this
I have Image Handler 2 installed, nothing else. Only happens when i have HoverBox installed, if i remove it the problem is fixedPHP Code:File does not exist: /httpdocs/includes/modules/pages/product_info/builder.js, File does not exist: /httpdocs/includes/modules/pages/product_info/dragdrop.js, File does not exist: /httpdocs/includes/modules/pages/product_info/controls.js,
File does not exist: /httpdocs/includes/modules/pages/product_info/slider.js
Here's an issue in IE - on the enlarged view the dark background doesn't go all the way to the right edge (but is fine to the left edge of the browser).
I've gone through and checked my install, but cannot find the problem.
Back to a previous question re: the scroll bars showing up on the enlarged image - is there a setting I can change to reduce the space between the description/price and the close button? That would remove the scroll bar issue.
Thanks.
-the redhead-
Got this one figured out. The hover image size is controlled by the Product Info - Image Width and Image Height under Admin: Configuration: Images.- how do I change the size of the hover image which is displayed? I suspect there are several options I need to change and have match? I tried a couple of ways, but just managed to break the hover.
-the redhead-
Another question - where is the code that controls the size of the close image of the large zoomed view? I've uploaded a new close image, but IE is trying to render it at the 82 x 24 size, rather than the size it is. The new image I am using is only 66 x 22.
-the redhead-
Hello? Is there anyone out there who has experience with this mod? I think a few of us just want to tweak a couple of things. I'n my case I need to fix the 'Close Window' thing showing on all my pages - not quite sure what I did there.
If we cannot get some pointers in the right direction, has anyone de installed this mod? Is there another mod people are familiar with which produces the nice enlarge/hover effect?
Thanks for any hints.
-the redhead-
Try looking in your tpl_footer.php file for this ... don't know how it got there but it isn't supposed to be there.
This could of course be located somewhere else, all dependent on which files you've modified. The problem is most likely the additional body tags you've thrown in somewhere.
Code:<body id="popupAdditionalImage" class="centeredContent" onload="resize();">237<div> 238<a href="javascript:window.close()"><img src="" alt="- Click Image to Close" title=" - Click Image to Close " width="100" height="80" /></a></div> 239<!-- eof Image Handler 2 --> 240</body>