Re: Image Handler 5 (for v1.5.5) Support Thread
Quote:
Originally Posted by
GoverT
I noticed in Chrome that if you go to a lower product listing that the popup image that image-handler generates floats higher and higher and floats away on top of the window. So you have only an enlarged image for the first two/three products. No problem in other browsers, only in Chrome. Tried to figure it out myself and looked for similar posts but can't find the solution so far. ! Zen-cart 1.5.5e with Responsive Classic Template in use
I've opened an issue in the IH GitHub repository to track this anomaly.
Re: Image Handler 5 (for v1.5.5) Support Thread
Hmm, just noticed the popup image on hover in the product info page on my site is not working in Chrome at all. Firefox and Edge yes. No errors in the console as far as I can see.
www dot motorvista dot es slash tienda
Re: Image Handler 5 (for v1.5.5) Support Thread
Quote:
Originally Posted by
torvista
Hmm, just noticed the popup image on hover in the product info page on my site is not working in Chrome at all. Firefox and Edge yes. No errors in the console as far as I can see.
www dot motorvista dot es slash tienda
@torvista, the image-hover feature applies to your site's small images (i.e. those in listings) ... not the medium-image that's used as the main-product image.
Note also that the imagehover.js appears to only be loaded on the product_info type pages; when I viewed a product's listing, the script was not part of the page-load.
Re: Image Handler 5 (for v1.5.5) Support Thread
Quote:
the image-hover feature applies to your site's small images (i.e. those in listings)
and those at the bottom of each product info page. Those are the ones that are not popping up on hover in Chrome.
Quote:
imagehover.js appears to only be loaded on the product_info type page
Correct, as I don't use it anywhere else, no need for it to be loaded on every page.
Re: Image Handler 5 (for v1.5.5) Support Thread
Thanks for the clarification, @torvista. I see the hovers on Chrome, but also seeing the positioning issue that @GoverT described.
Re: Image Handler 5 (for v1.5.5) Support Thread
Quote:
I see the hovers on Chrome, but also seeing the positioning issue that @GoverT described
I guess that is it, the hover is working but is off the top of the browser viewport.
Still getting around (waiting for 156) to add a responsive template so I guess that's why I don't see it at all.
Re: Image Handler 5 (for v1.5.5) Support Thread
As I explore possible replacements for that imagehover.js processing, I'm wondering what is the intended goal of that processing.
Is it to bring attention to the associated item? If so, would a simple CSS transition (more lightweight) be appropriate?
I found this relatively lightweight jQuery plugin that might do the trick, if a popup-image on hover is what's really desired.
Re: Image Handler 5 (for v1.5.5) Support Thread
Quote:
Originally Posted by
lat9
Copy and paste the following into your admin's Tools->Install SQL Patches:
Code:
INSERT INTO configuration
(configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added, use_function, set_function)
VALUES
('IH version', 'IH_VERSION', '5.1.1', 'Displays the currently-installed version of <em>Image Handler</em>.', 4, 1000, now(), NULL, 'trim(');
https://stylufka.pl/modne-fryzury-me...eraz-sie-nosi/
Did you, by chance, update IH from a previous version of Image Handler or was this a fresh IH install?
You need to run this script on PHP 7 because version 5 does not work.
Re: Image Handler 5 (for v1.5.5) Support Thread
Quote:
Originally Posted by
lat9
I found
this relatively lightweight jQuery plugin that might do the trick, if a popup-image on hover is what's really desired.
That looks really good, and only about 1.2KB between minified JS and CSS which is excellent.
Re: Image Handler 5 (for v1.5.5) Support Thread
Quote:
Originally Posted by
lankeeyankee
That looks really good, and only about 1.2KB between minified JS and CSS which is excellent.
Thanks for the response, @lankeeyankee. I also just checked that plugin's distribution and am happy to see that both the minified and non-minified versions of the jQuery and CSS are provided!