Solved my own issue by reading the install again and the clash seems to be with the tableau template and the lightbox and the additional_images.php files in the modules/mytemplate/ folder.
it pays to rtfm ;-)
Solved my own issue by reading the install again and the clash seems to be with the tableau template and the lightbox and the additional_images.php files in the modules/mytemplate/ folder.
it pays to rtfm ;-)
Hi All,
I have IH4 (from github) installed in zc v1.5.5e, template Winchester Responsive. Both running fine.
But, Winchester Responsive (WR) has Zen Colorbox and there is a problem in combination with IH4.
IH4's jscript_imagehover.js seems to conflict with WR's slimmenu.
I have posted this at WR's support thread here https://www.zen-cart.com/showthread....16#post1330216, referring to someone's post at the WR support thread.
The hover function is working well, but the "slimmenu" will not work then. Just disabling the hover function in admin will not help, only removing jscript_imagehover.js makes slimmenu working.
Anybody having any ideas how to solve this?
Thanks,
jpda
This is/was an issue identified (with a proposed fix) by torvista in the Issues section of the github repo: https://github.com/DivaVocals/zen_Im...dler/issues/13
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
I downloaded github version, updated the code, tried different templates (default responsive, classic and custom), tried it on default zc install, and still not working.
toPHP Code:document.addEventListener("DOMContentLoaded", function (event) { if (document.getElementById || document.all) { document.body.innerHTML += '<div id="trailimageid"></div>'; }});
?PHP Code:window.addEventListener("load", function () { document.body.insertAdjacentHTML('beforeend', '<div id="trailimageid"></div>') });
Is this fix not working for anyone else?
Last edited by vandiermen; 16 Jun 2017 at 05:21 PM.
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
I just checked again, and the item I was testing had _MED.gif extension, so i added a new product and IH is working on the new products. So maybe I am ok now. However...
On one of the demo products did not have an extension _MED and image still not resizing, maybe something with the demo product images? (they are already small?
My products: http://www.electricmotorshop.com.au/...roducts_id=180
Demo product with no _MED extension: http://www.electricmotorshop.com.au/...&products_id=1
It's a not an issue for me as long as my own products are working
In trying each of the template, I re-installed the image handler and the files were changed in each template.
IH resize images was not working (where IH resizes and changes image to the bmz_cache)
It looks like the original images of the demo products have been replaced with smaller ones. The product you link to should have a default image with a size of 700x700 pixels (file size 133kb). Your image is only 100x80 pixels, and that is the true size. it is not scaled
Zen cart installation / maintenance / customisation / hosting
Supported Modules: Dutch language pack, Multi site, Dynamic Price Updater and more.