Page 1 of 4 123 ... LastLast
Results 1 to 10 of 1688

Hybrid View

  1. #1
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

    Default Re: Image Handler 4 Support Thread

    Quote Originally Posted by CnTGifts View Post
    how can you make it so if you hoover over best seller sidebox images then it will zoom?
    Is this an ADD-ON?

    IH (as far as I know) works WITH core ZC components only.
    20 years a Zencart User

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

    Default Re: Image Handler 4 Support Thread

    Quote Originally Posted by CnTGifts View Post
    how can you make it so if you hoover over best seller sidebox images then it will zoom?
    Quote Originally Posted by schoolboy View Post
    Is this an ADD-ON?

    IH (as far as I know) works WITH core ZC components only.
    Give this man a prize!!!! If Best Sellers is an add-on, it may not work with Image Handler.. and I don't have an answer off the top of my my head as to how to modify it to do so.. Suggest hitting up the Best Sellers sidebox support thread..
    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
    Dec 2007
    Posts
    74
    Plugin Contributions
    0

    Default Re: Image Handler 4 Support Thread

    Again, it's in the readme;
    Note on the Large Image dimension: You can set it to whatever you want, but if the largest image you upload is smaller than these dimensions Image Handler4 will not enlarge your image (Again, Image Handler4 does not enlarge images). If the largest image you upload is larger than these dimensions, Image Handler4 will re-size your image based on these settings. (Image Handler4 will maintain the image's aspect ratio when it re-sizes the image)

    Edit; need to read too... sry... best seller sidebox images... I focused on "ZOOM" as in enlarge.. ^^
    Last edited by Gerjan; 8 Apr 2012 at 07:13 PM.

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

    Default Re: Image Handler 4 Support Thread

    Quote Originally Posted by CnTGifts View Post
    i will check my images thank you
    Here's your answer below in case you missed this..

    |
    |
    |
    |
    |
    \/

    Quote Originally Posted by Gerjan View Post
    Again, it's in the readme;
    Note on the Large Image dimension: You can set it to whatever you want, but if the largest image you upload is smaller than these dimensions Image Handler4 will not enlarge your image (Again, Image Handler4 does not enlarge images). If the largest image you upload is larger than these dimensions, Image Handler4 will re-size your image based on these settings. (Image Handler4 will maintain the image's aspect ratio when it re-sizes the image)
    I say this all the time (and have taken flak for it on occasion too), but the readme REALLY does answer NEARLY ALL QUESTIONS about IH4's installation and functionality!!! This is why I constantly push people back to it.. We put a LOT of effort in to this document, and I'm VERY confident that we cover a LOT of ground in this document.. (we REALLY do..)
    Last edited by DivaVocals; 8 Apr 2012 at 07:13 PM.
    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.

  5. #5
    Join Date
    Aug 2005
    Location
    Australia
    Posts
    110
    Plugin Contributions
    1

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

    I have a question that I can't find answered in the readme. I have read the whole readme...

    I've installed the snapshot mod running as cron after having a site hacked and starting fresh with Zen 1.5

    I notice that there are continual additions to the BMZCache folder.

    Are the images for IH4 created on demand by users browsing the site?

    If so, is there anyway to force the script to run and create all the images at once so that the snapshot of the website files will remain unchanged?

    What does the clear cache in the admin tools actually do?

    Should I exclude BMZcache from the snapshot tool? I'm reluctant to do this because I've heard hackers can disguise a file as an image. I certainly don't want to be hacked again and am now taking security as seriously as possibly.
    Cheers all,

    Gruntre69

    WayCool
    Zen is Way Cool too!

  6. #6

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

    IH4 creates copies of your images (leaving the original images untouched) and resizes and optimizes them and stores them in the bmz_cache folder. This way, IH4 can serve up various sized, already optimized images on the fly as pages load when visitors browse your store. This is why you are seeing continual additions to that folder.

    Emptying the bmz_cache folder will simply cause IH4 to recreate the copies. For sites that have a lot of images, this is a good thing to do from time to time as a part of your regular server maintenance.

    The clear cache tool in the admin was designed to do this for you at the click of a button, but it doesn't work, so clearing the cache must be done manually either through your cpanel's filemanager or an ftp program.

    Now, regarding the snapshot addon - this tool is designed to take a snapshot of your files and folders at various points in time for the purpose of being able to quickly and easily compare the contents of your store between one point of time and another to easily identify differences in the event of a hack.

    Since files are being continually created by IH4 and stored in the bmz_cache folder, you will naturally have differences in your snapshots.

    Changing the IH4 script to force all images to be created at once and then stored undermines the core functionality of IH4 and is not recommended.



    Quote Originally Posted by gruntre69 View Post
    I have a question that I can't find answered in the readme. I have read the whole readme...

    I've installed the snapshot mod running as cron after having a site hacked and starting fresh with Zen 1.5

    I notice that there are continual additions to the BMZCache folder.

    Are the images for IH4 created on demand by users browsing the site?

    If so, is there anyway to force the script to run and create all the images at once so that the snapshot of the website files will remain unchanged?

    What does the clear cache in the admin tools actually do?

    Should I exclude BMZcache from the snapshot tool? I'm reluctant to do this because I've heard hackers can disguise a file as an image. I certainly don't want to be hacked again and am now taking security as seriously as possibly.
    Go that extra mile, you never know what's at the end of the road

    Empowerment Sanctuary

  7. #7
    Join Date
    Aug 2005
    Location
    Australia
    Posts
    110
    Plugin Contributions
    1

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

    So am I correct in saying that IH only creates the optimized images as they are requested?
    can serve up various sized, already optimized images on the fly as pages load when visitors browse your store
    Does this mean that the imiages are created on demand for the first request and then available from that point on from the bmzcache?
    Cheers all,

    Gruntre69

    WayCool
    Zen is Way Cool too!

  8. #8

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

    Quote Originally Posted by gruntre69 View Post
    So am I correct in saying that IH only creates the optimized images as they are requested?
    Yep, this is my understanding.

    Quote Originally Posted by gruntre69 View Post
    Does this mean that the imiages are created on demand for the first request and then available from that point on from the bmzcache?
    Yes, my understanding is that this is how it works up to and until the cache is cleared. But..."first request" may be only in terms of visitor sessions/browser sessions (vs. the idea that one visitor browsing every single page of your store can completely create the bmz_cache folder files that will never ever change again). I have noticed that on my test site that nobody visits but me, the bmz_cache folder seems to grow over time.

    So quite honestly, I would love for Diva or one of the other gurus that know this addon inside out and backwards to chime in on this point to make sure the info you're getting is entirely accurate.

    There may be a bit more going on in the background that I'm not aware of
    Go that extra mile, you never know what's at the end of the road

    Empowerment Sanctuary

  9. #9
    Join Date
    May 2012
    Posts
    6
    Plugin Contributions
    0

    Default Re: Image Handler 4 Support Thread

    I am having trouble finding support for this, I am coming up with error "PHP Warning: strstr() [<a href='function.strstr'>function.strstr</a>]: Empty delimiter in /home7/woodvil1/public_html/includes/classes/bmz_image_handler.class.php on line 129
    [27-May-2012 07:38:52] PHP Warning: strstr() [<a href='function.strstr'>function.strstr</a>]: Empty delimiter in /home7/woodvil1/public_html/includes/classes/bmz_image_handler.class.php on line 129
    [27-May-2012 07:38:52] PHP Warning: strstr() [<a href='function.strstr'>function.strstr</a>]: Empty delimiter in /home7/woodvil1/public_html/includes/classes/bmz_image_handler.class.php on line 129
    [27-May-2012 07:38:52] PHP Warning: strstr() [<a href='function.strstr'>function.strstr</a>]: Empty delimiter in /home7/woodvil1/public_html/includes/classes/bmz_image_handler.class.php on line 129"

    I ready in a different thread this could be a result of the php handler used, can you provide me any insight? my url is www woodvilleusa com

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

    Default Re: Image Handler 4 Support Thread

    Quote Originally Posted by woodvilleusa View Post
    I am having trouble finding support for this, I am coming up with error "PHP Warning: strstr() [<a href='function.strstr'>function.strstr</a>]: Empty delimiter in /home7/woodvil1/public_html/includes/classes/bmz_image_handler.class.php on line 129
    [27-May-2012 07:38:52] PHP Warning: strstr() [<a href='function.strstr'>function.strstr</a>]: Empty delimiter in /home7/woodvil1/public_html/includes/classes/bmz_image_handler.class.php on line 129
    [27-May-2012 07:38:52] PHP Warning: strstr() [<a href='function.strstr'>function.strstr</a>]: Empty delimiter in /home7/woodvil1/public_html/includes/classes/bmz_image_handler.class.php on line 129
    [27-May-2012 07:38:52] PHP Warning: strstr() [<a href='function.strstr'>function.strstr</a>]: Empty delimiter in /home7/woodvil1/public_html/includes/classes/bmz_image_handler.class.php on line 129"

    I ready in a different thread this could be a result of the php handler used, can you provide me any insight? my url is www woodvilleusa com
    Need more information.. the error message without behavior or what you were doing isn't terribly helpful. Otherwise the only thing I can suggest is re-uploading the includes/classes/bmz_image_handler.class.php file.
    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.

 

 
Page 1 of 4 123 ... LastLast

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