In case you're going to use it, the "minified" css file actually isn't, I ran it through a minifier.
Attachment 18061
Printable View
In case you're going to use it, the "minified" css file actually isn't, I ran it through a minifier.
Attachment 18061
OK, thanks for that.
The main difference I see between the hover-script whose link I posted and the current imagehover.js is that the "new" one displays the hover popup at a fixed position, relative to the base image, while imagehover attempts to position the popup-image (again, relative to the base image) within the current page-view.
I'm not sure if that's a big issue, but wanted to "get it out there".
I am using IH 5.1.0 w/ zc 1.5.4. Using Mars template. No error logs. I have searched around for a few hours and found numerous mentions of the older version of IH having this issue, but nothing as of recent. My issue is I cannot get the multiple/additional images to display on the product info page. I have a broken link. I noticed when checking the source code that it does say img src (unknown). Any help would be greatly appreciated. site is: hyendfurniture.com. Hope I didn't miss anything. Thank you for your help !
I could not find the compatible version w/ 1.5.4. Can you tell me where to find?
Never mind, I will search on Github.
I'm going round and round with this.. Image Handler is catching images, works great.. until you hit Larger Image and Javascript calls the popup..
Popup is blank... If I turn it off.. it's blank now as well.. this was not the case before install..
I'll keep searching for what it is.. but anyone have a suggestion?
Thanks!
Using Responsive Classic
Zen Cart 1.5.5f
Ultimate URLS.. Turned off still same effect
Any debug-logs generated?
Debug Log for Image handler
extra_functions/functions_bmz_image_handler.php at line number 106
calculate_size(0, 0), getimagesize returned 800 x 708.
resizing is allowed.
get_resized_image(0, 0, , )
calculate_size(750, 550), getimagesize returned 800 x 708.
getCacheName(8292328jpg, .image.621x550.jpg), returning /var/www/vhosts/gulfstatessupply.com/httpdocs/bmz_cache/8/8292328jpg.image.621x550.jpg.
... returning bmz_cache/8/8292328jpg.image.621x550.jpg
I'm guessing that the get_resized_image(0,0, , ) is the problem... looking into it.
That's an IH-debug log, which simply traces its steps through the image-generation process. Are there any PHP errors (myDEBUG*.log) files being generated?