Page 60 of 62 FirstFirst ... 10505859606162 LastLast
Results 591 to 600 of 614
  1. #591
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,641
    Plugin Contributions
    88

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

    Quote Originally Posted by g2ktcf View Post
    Are these changes posted? The plugin was last updated in 2023 and the version on Github did not show anything recent both for v5.4.3. Or am I looking in the wrong place? Sorry for stupid questions this morning.
    That comment was referring to the Zen Cart 2.0.0-rc2 release (https://github.com/zencart/zencart); IH v5.4.3 is what I've validated on that forthcoming release.

  2. #592
    Join Date
    Feb 2011
    Location
    Lumberton, TX
    Posts
    586
    Plugin Contributions
    0

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

    Quote Originally Posted by lat9 View Post
    That comment was referring to the Zen Cart 2.0.0-rc2 release (https://github.com/zencart/zencart); IH v5.4.3 is what I've validated on that forthcoming release.
    Got it! Thank you.

  3. #593
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,841
    Plugin Contributions
    124

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

    IH 5.3.1 on ZC 1.5.7. Can I

    a) Disable the image (additional replaces main on hover).
    b) Display additional images as full size images just like the main image
    c) Fix the issue where a trailing %27 instead of single quote causes the popup to fail.

    Thanks!
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  4. #594
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,841
    Plugin Contributions
    124

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

    I'm primarily interested in (b)

    b) Display additional images as full size images just like the main image

    I have received a few inquiries about this and haven't figured out how to tweak it.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  5. #595
    Join Date
    Feb 2014
    Location
    Germany
    Posts
    131
    Plugin Contributions
    0

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

    IH is truly superiour!

    One thing I am working at is a mobile solution for lists.
    I have set 240x180px at the moment (for 360px viewport).
    Modern smartphones with smaller displays uses small viewports but have a real high resolution.
    So 240x180px "fit" but don't look good as expected.

    For the main (large) image I set up a high resolution which I reduced via CSS for Desktop.
    This allows me to display brilliant images for mobile and as expected images for desktop.

    The handling for list images comes next.
    This is just a suggestion of mine.
    Please don't feel annoyed.
    My Zen-Cart Vespa Shop.
    GDPR compliant Webhosting in Germany.

  6. #596
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,641
    Plugin Contributions
    88

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

    Quote Originally Posted by swguy View Post
    I'm primarily interested in (b)

    b) Display additional images as full size images just like the main image

    I have received a few inquiries about this and haven't figured out how to tweak it.
    That will require a change to a site's template's version of modules/additional_images.php

  7. #597
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,641
    Plugin Contributions
    88

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

    Quote Originally Posted by swguy View Post
    IH 5.3.1 on ZC 1.5.7. Can I

    a) Disable the image (additional replaces main on hover).
    b) Display additional images as full size images just like the main image
    c) Fix the issue where a trailing %27 instead of single quote causes the popup to fail.

    Thanks!
    a) Sounds like an update to the site's modules/main_product_image.php is in order.
    b) Answered above.
    c) Why would an image-file's name end with a single-quote (')?

  8. #598
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,841
    Plugin Contributions
    124

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

    > c) Why would an image-file's name end with a single-quote (')?

    It doesn't but the end quote in the function call is somehow converted to %27 when the page is rendered. I think this is a bug in an older version of Zen Cart (which this is) but I can't remember the fix.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  9. #599
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,298
    Plugin Contributions
    22

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

    Quote Originally Posted by swguy View Post
    IH 5.3.1 on ZC 1.5.7. Can I

    a) Disable the image (additional replaces main on hover).
    b) Display additional images as full size images just like the main image
    c) Fix the issue where a trailing %27 instead of single quote causes the popup to fail.

    Thanks!
    modules/additional_images.php - about line 30
    $thumb_regular = zen_image($base_image, $products_name, SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT)

    2.00 lists it as medium size - I changed that to small due to the new image modals popups.

    full size? Dunno. That would be a php task to determine the image size first. There may be code in the mod that determines the actual size - I don't recall ever seeing it. But actual size could lead to disastrous effect. The main product image size is the medium size by the way so one can use the medium width and make sure the sizing of the product image is adequate. I can't image one would put up addtional images way larger than the product main image. Though folks do get creative sometimes.
    The full-time Zen Cart Guru. WizTech4ZC.com

  10. #600
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    532
    Plugin Contributions
    3

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

    PHP 8.3.7 // ZC 2.0.1 // Image Handler 5.3.4 (as last available in the plugin directory)

    Installation went fine But noticed that when I visit the admin landing page of Image Handler 5, with nothing selected, I'm given the following error messages:

    Code:
    [04-Jun-2024 11:56:29 America/New_York] Request URI: /justuptown/justoffice/index.php?cmd=image_handler, IP address: 127.0.0.1, Language id 1
    #0 \justoffice\includes\modules\products_previous_next.php(94): zen_debug_error_handler()
    #1 \justoffice\includes\ih_manager.php(64): require('E:\\xampp\\htdocs...')
    #2 \justoffice\image_handler.php(98): require('E:\\xampp\\htdocs...')
    #3 \justoffice\index.php(16): require('E:\\xampp\\htdocs...')
    --> PHP Warning: Undefined variable $previous in \justoffice\includes\modules\products_previous_next.php on line 94.
    
    
    [04-Jun-2024 11:56:29 America/New_York] Request URI: /justuptown/justoffice/index.php?cmd=image_handler, IP address: 127.0.0.1, Language id 1
    #0 \justoffice\includes\modules\products_previous_next_display.php(24): zen_debug_error_handler()
    #1 \justoffice\image_handler.php(195): require('E:\\xampp\\htdocs...')
    #2 \justoffice\index.php(16): require('E:\\xampp\\htdocs...')
    --> PHP Warning: Undefined variable $position in \justoffice\includes\modules\products_previous_next_display.php on line 24.
    
    
    [04-Jun-2024 11:56:29 America/New_York] Request URI: /justuptown/justoffice/index.php?cmd=image_handler, IP address: 127.0.0.1, Language id 1
    #0 \justoffice\includes\modules\products_previous_next_display.php(30): zen_debug_error_handler()
    #1 \justoffice\image_handler.php(195): require('E:\\xampp\\htdocs...')
    #2 \justoffice\index.php(16): require('E:\\xampp\\htdocs...')
    --> PHP Warning: Undefined variable $previous in \justoffice\includes\modules\products_previous_next_display.php on line 30.
    
    
    [04-Jun-2024 11:56:29 America/New_York] Request URI: /justuptown/justoffice/index.php?cmd=image_handler, IP address: 127.0.0.1, Language id 1
    #0 \justoffice\includes\modules\products_previous_next_display.php(47): zen_debug_error_handler()
    #1 \justoffice\image_handler.php(195): require('E:\\xampp\\htdocs...')
    #2 \justoffice\index.php(16): require('E:\\xampp\\htdocs...')
    --> PHP Warning: Undefined variable $next_item in \justoffice\includes\modules\products_previous_next_display.php on line 47.
    I've since reinstalled and cleared the add on, but still am treated to the same error message. I'm 99% sure this is because I'm running PHP 8 but don't know what change to make here to make this PHP 8 safe.

    Any help here with this warning debug message I've received?

 

 

Similar Threads

  1. v150 Image Handler 4 (for v1.5.x) Support Thread
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1684
    Last Post: 2 Oct 2022, 06:55 AM
  2. Attribute image replaces main product image on select [Support Thread]
    By exoticcorpse in forum All Other Contributions/Addons
    Replies: 158
    Last Post: 24 Aug 2020, 05:07 PM
  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

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR