Page 34 of 59 FirstFirst ... 24323334353644 ... LastLast
Results 331 to 340 of 583
  1. #331
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,541
    Plugin Contributions
    19

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

    Quote Originally Posted by ideasgirl View Post
    Maybe instead of a dash you can have "not needed" or "n/a"
    +1
    Yeah, actually the "not needed" would be great, much better than the dash.

    The product listing pages don't show the additional images.
    Notice how I said it's not standard Zen Cart, but still... A lot of sites use it and it's relatively simple to add - the main image is displayed on the listing pages, and when you hover the image, you get a new "rollover" image which is actually the first additional image. Or you can even setup a carousel and have left/right arrows to scroll through the additional images on the listing page, but that's slightly more complex than just the rollover image.

  2. #332
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,401
    Plugin Contributions
    87

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

    Quote Originally Posted by balihr View Post
    You're right (as usual), but it's just confusing. I was asked about it by 3 different people. Perhaps a small legend at the bottom of the screen explaining that additional images are only used in small and large size? ...
    Quote Originally Posted by ideasgirl View Post
    Maybe instead of a dash you can have "not needed" or "n/a" ...
    Quote Originally Posted by balihr View Post
    +1
    Yeah, actually the "not needed" would be great, much better than the dash. ...
    Thanks to the two of you! I'll go for a combination of the "not needed" and the legend describing why those medium/additional images are (normally) not needed.

  3. #333
    Join Date
    Nov 2014
    Location
    PA
    Posts
    36
    Plugin Contributions
    0

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

    Recently upgraded zc from 154 to 156c
    new installs for IH v5.1.7
    GD is loaded
    PHP 7.2

    On the old ZC154 I am sure if I added an image to either the product list page or IH Base image it would automatically create the _MED and _LRG resized images and place them in the med and lrg folders. Was I imagining this or did I possibly miss something on the new install? It is writing to the bmz_ cache correctly but not creating the med and lrg images, they do show on the Image Manager just not being placed in the right folders. (755)

  4. #334
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,401
    Plugin Contributions
    87

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

    Quote Originally Posted by SStreich View Post
    Recently upgraded zc from 154 to 156c
    new installs for IH v5.1.7
    GD is loaded
    PHP 7.2

    On the old ZC154 I am sure if I added an image to either the product list page or IH Base image it would automatically create the _MED and _LRG resized images and place them in the med and lrg folders. Was I imagining this or did I possibly miss something on the new install? It is writing to the bmz_ cache correctly but not creating the med and lrg images, they do show on the Image Manager just not being placed in the right folders. (755)
    When it creates those images, IH has always created the resized images in the /bmz_cache directory (under names that reflect their sizing).

  5. #335
    Join Date
    Sep 2009
    Location
    Ontario, Canada
    Posts
    23
    Plugin Contributions
    0

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

    For anyone planning to enjoy the Twitch Admin Product thumb addon, I've encountered a conflict with IH5, so I am cross posting the fix that worked for me.

    The specifical issue was on the admin side resulting in a fatal php error. For anyone else having this problem, I tracked the issue down to the language file. My solution, while probably somewhat crude, was to open the admin/includes/languages/english/extra_definitions/TAP_thumb.php and commented out the bottom two lines of code so that my file only looked like this:

    Code:
    <?php
    // -----
    //Twitch admin images
    //
    define('TABLE_HEADING_TAPTHUMB_IMG', 'Image');
    I also renamed the file to thumb.php, as for some reason earlier in my troubleshooting I had commented out the entire file and it had not resolved my issue. Anyway, things have been working fine as far as I can tell, will report back if I encounter any anomalies. Love having image handler and love having admin images, so for me and the staff, much love to everyone who builds these great plugins! Hope this is helpful to someone.

  6. #336
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,401
    Plugin Contributions
    87

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

    Quote Originally Posted by k8ee View Post
    For anyone planning to enjoy the Twitch Admin Product thumb addon, I've encountered a conflict with IH5, so I am cross posting the fix that worked for me.

    The specifical issue was on the admin side resulting in a fatal php error. For anyone else having this problem, I tracked the issue down to the language file. My solution, while probably somewhat crude, was to open the admin/includes/languages/english/extra_definitions/TAP_thumb.php and commented out the bottom two lines of code so that my file only looked like this:

    Code:
    <?php
    // -----
    //Twitch admin images
    //
    define('TABLE_HEADING_TAPTHUMB_IMG', 'Image');
    I also renamed the file to thumb.php, as for some reason earlier in my troubleshooting I had commented out the entire file and it had not resolved my issue. Anyway, things have been working fine as far as I can tell, will report back if I encounter any anomalies. Love having image handler and love having admin images, so for me and the staff, much love to everyone who builds these great plugins! Hope this is helpful to someone.
    What were the lines that you commented out?

  7. #337
    Join Date
    Jul 2015
    Location
    Warsaw
    Posts
    16
    Plugin Contributions
    0

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

    Hi there.
    Im using IH 5.1.3 - ZenCart 1.5.5f
    Common settings for quality image is 85% (for small, medium, large).
    PHP Library used : GD
    Then, i used gtmetrix.com to check site performance.
    It shows a problem with graphics compressions - it can be much better, than currently generated by IH.
    So, how i can improve (which parameters to change) to achieve better compression level without loosing quality?
    My site is -> https://boxlab.pl
    report generated by gtmetrix -> https://gtmetrix.com/reports/boxlab.pl/FTmAWgOV
    Marek.

  8. #338
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,401
    Plugin Contributions
    87

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

    You could try @balihr's ZX Optimized Images. I'm not familiar with the in's and out's of image sizing, having only inherited the maintenance of Image Handler.

  9. #339
    Join Date
    Jul 2015
    Location
    Warsaw
    Posts
    16
    Plugin Contributions
    0

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

    Quote Originally Posted by lat9 View Post
    You could try @balihr's ZX Optimized Images. I'm not familiar with the in's and out's of image sizing, having only inherited the maintenance of Image Handler.
    Thank you, ZX works great, very good compression.
    But its not fully compatible with IH.
    Will be great to implement this compression method into IH.

    Regards.
    Marek.

  10. #340
    Join Date
    Apr 2019
    Location
    shanghai
    Posts
    21
    Plugin Contributions
    0

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

    Hello, I installed the "attrib_image_swap_module_v1_5_10 (attribute image replaced the main product image when selecting attributes)" module. The attribute image can replace the main image normally, but the enlarged main image cannot be displayed normally after clicking the main image after replacement.
    IH5(V.5.1.8) does not seem to be able to compress attribute images.
    Name:  2.jpg
Views: 106
Size:  29.5 KB

 

 
Page 34 of 59 FirstFirst ... 24323334353644 ... LastLast

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