Results 1 to 10 of 1688

Hybrid View

  1. #1
    Join Date
    Mar 2008
    Location
    Brampton, Cumbria, United Kingdom, United Kingdom
    Posts
    816
    Plugin Contributions
    2

    Default Re: Image Handler 4 (for v1.5.x) Support Thread

    Also the main image does not zoom. Any ideas please
    Learning Fast.
    Eden Craft Supplies

  2. #2
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Image Handler 4 (for v1.5.x) Support Thread

    Quote Originally Posted by adb34 View Post
    I have added this plugin to my v1.5.4 and works with it. One question; Background colour - does accept the HTML/CSS version 5 coding? E.G instead of 255:255:255 type white.
    Doubtful considering that this processing (and therefore format) is required by the GD library..

    Quote Originally Posted by adb34 View Post
    Also the main image does not zoom. Any ideas please
    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.

  3. #3
    Join Date
    Mar 2008
    Location
    Brampton, Cumbria, United Kingdom, United Kingdom
    Posts
    816
    Plugin Contributions
    2

    Default Re: Image Handler 4 (for v1.5.x) Support Thread

    Quote Originally Posted by DivaVocals View Post
    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..
    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

  4. #4
    Join Date
    May 2014
    Posts
    12
    Plugin Contributions
    0

    Default Re: Image Handler 4 (for v1.5.x) Support Thread

    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.

  5. #5
    Join Date
    Mar 2008
    Location
    Brampton, Cumbria, United Kingdom, United Kingdom
    Posts
    816
    Plugin Contributions
    2

    Default Re: Image Handler 4 (for v1.5.x) Support Thread

    Quote Originally Posted by Miyabella View Post
    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.
    What is your website address so that we can have a look?
    Learning Fast.
    Eden Craft Supplies

  6. #6
    Join Date
    May 2009
    Location
    Kelso, WA
    Posts
    132
    Plugin Contributions
    0

    Default Re: Image Handler 4 (for v1.5.x) Support Thread

    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

  7. #7
    Join Date
    Mar 2006
    Location
    Rosebud, Victoria, Australia
    Posts
    310
    Plugin Contributions
    2

    Default Re: Image Handler 4 (for v1.5.x) Support Thread

    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

  8. #8
    Join Date
    Mar 2008
    Location
    Brampton, Cumbria, United Kingdom, United Kingdom
    Posts
    816
    Plugin Contributions
    2

    Default Re: Image Handler 4 (for v1.5.x) Support Thread

    Quote Originally Posted by DivaVocals View Post
    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..
    Further to my last post (1389) here is the code that product image zoom uses to 'zoom' on the main image
    Code:
    $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
    		)
    		);
    However 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_loaders
    Last edited by adb34; 9 Jun 2015 at 02:07 PM.
    Learning Fast.
    Eden Craft Supplies

 

 

Similar Threads

  1. v158 Image Handler 5 (for v1.5.5 - v1.5.8) Support Thread
    By lat9 in forum All Other Contributions/Addons
    Replies: 749
    Last Post: 20 May 2026, 03:47 PM
  2. Attribute image replaces main product image on select [Support Thread]
    By exoticcorpse in forum All Other Contributions/Addons
    Replies: 176
    Last Post: 14 Dec 2025, 12:55 AM
  3. v139h Image Handler 3 Support Thread (for ZC v1.3.9)
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1095
    Last Post: 2 Oct 2017, 12:42 PM
  4. v138a Image Handler 2 (for ZC v1.3.8 ONLY) Support
    By timkroeger in forum All Other Contributions/Addons
    Replies: 7098
    Last Post: 12 Oct 2014, 03:48 AM
  5. Image Handler Support Please
    By nadinesky in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 30 Sep 2013, 03:47 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg