Also the main image does not zoom. Any ideas please
Also the main image does not zoom. Any ideas please
Learning Fast.
Eden Craft Supplies
Doubtful considering that this processing (and therefore format) is required by the GD library..
Nope.. I've always stated honestly I have NO IDEA how to add the required code to support this.. The state of zooming on the main image is covered in the readme.. This has functionality NEVER been a part of IH4, and unless and until someone contributes the code needed to properly support it without breaking lightbox compatibility, it's not been on the radar for quite sometime..
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
To be honest after I post the first question I thought it was a stupid question, it is direct coding to the web page.
About zooming the main image, I have installed 'Product Image Zoom' which was working. Now after installing this plugin it does not. So if I can work out how to get both plugin's working together that would be fantastic. Will be back hopefully with good news.![]()
Learning Fast.
Eden Craft Supplies
I have what is probably an extremely stupid question and not necessarily related specifically to Image Handler (which I LOVE; thanks for all the effort put into this amazing plugin). I have watermarks set for medium and large images. Everything works as it should, but the image is too dark. I have changed all three images repeatedly to the point where they're barely visible but they haven't gotten lighter on my site. I've even changed the image entirely just to make sure I wasn't being REALLY idiotic an changing the wrong image. The image changed but it too was too dark. Am I missing something in the actual IM4 settings? I didn't think it handled watermark opacity.
Learning Fast.
Eden Craft Supplies
I have half a dozen images loaded for a product and they work nicely. But I have decided I want to reorder the images so that a different image is the main image. Is that possible with image handler or do I have to delete them all and start over?
Thanks,
Christy
G'day,
We have one CMS being used for the main part of our web site (https://www.scubadoctor.com.au) and Zen Cart for the online shop (https://www.scubadoctor.com.au/diveshop/).
Within the other CMS I have a PHP script that highlights five randomly chosen Specials on each page in the left column. Currently this script gets the main image for each product from Zen Cart and displays it small. So worst case we are loading five 1000 x 1000 images on each page to show them as thumbnails. That is a waste of bandwidth and slows up page loading just a bit.
How would I be able to find out what the Image Handler cached small filename is for a given product, or product file image?
With some code to do this we'd be able to improve web site efficiency.
Best regards, Lloyd Borrett.
Zen Cart 1.5.5e, PHP 5.3.29 MySQL 5.5.42
Further to my last post (1389) here is the code that product image zoom uses to 'zoom' on the main imageHowever I do not know where to put it and cannot work out how to connect it to this plugin. In product image zoom, it is loaded to; includes/template/mytemplate/auto_loadersCode:$loaders[] = array('conditions' => array('pages' => array('product_info')), 'jscript_files' => array( 'jquery/jquery-1.10.2.min.js' => 1, 'jquery/jquery.elevateZoom-3.0.8.min.js' => 2, 'jquery/jquery_product_image_zoom.js' => 12 ) );
Last edited by adb34; 9 Jun 2015 at 02:07 PM.
Learning Fast.
Eden Craft Supplies