Page 36 of 60 FirstFirst ... 26343536373846 ... LastLast
Results 351 to 360 of 593
  1. #351
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,475
    Plugin Contributions
    88

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

    Are there products in that /Lawn category? That "Product is disabled" is shown when a category has no products.

  2. #352
    Join Date
    Sep 2011
    Posts
    77
    Plugin Contributions
    0

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

    Hey Lat9

    I reimported products and IH doesn't seem to be working site wide. So I tried reinstalling IH with no results. Any tips ?

  3. #353
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,475
    Plugin Contributions
    88

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

    Quote Originally Posted by Hasher View Post
    Hey Lat9

    I reimported products and IH doesn't seem to be working site wide. So I tried reinstalling IH with no results. Any tips ?
    Based on your posting in the DbIo support thread, it didn't look like there were products in that /Lawn category. Click that category dropdown to find one that has products (the category name has an asterisk after it).

  4. #354
    Join Date
    Oct 2009
    Location
    Philly
    Posts
    8
    Plugin Contributions
    1

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

    IH 5 is on site Version 1.5.5c is working correctly for every page BUY if I add something to a cart and then delete it, a New Items page starts to load but only the text is displayed and just see spinning circles where the images should be.
    Site: https://phillyphotosupply.com
    Using Numinix Tableau 2 Template. An suggestions to a solution would be great.

  5. #355
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,475
    Plugin Contributions
    88

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

    That template's using a lazyloading script for the images, changing from src="image_name" to data-src="image_name" but the shopping_cart page doesn't load the actual script itself.

  6. #356
    Join Date
    Sep 2011
    Posts
    77
    Plugin Contributions
    0

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

    Quote Originally Posted by lat9 View Post
    Based on your posting in the DbIo support thread, it didn't look like there were products in that /Lawn category. Click that category dropdown to find one that has products (the category name has an asterisk after it).
    I don't get it Lat9. I see categories with Asterisks and can see all the usual products in admin. In public side no products have IH active . Not sure how to activate.!

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

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

    Quote Originally Posted by Hasher View Post
    I don't get it Lat9. I see categories with Asterisks and can see all the usual products in admin. In public side no products have IH active . Not sure how to activate.!
    Did you enable IH5's ability to resize images? See Configuration->Images->IH resize images.

  8. #358
    Join Date
    Jul 2015
    Location
    Warsaw
    Posts
    16
    Plugin Contributions
    0

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

    Hi All.
    I found small problem with performance. For one product i have 4,5,6 additional pictures with underline, after main image name. They are stored in catalogue with manufacturer name.
    For example /manu/pict.jpg, /manu/pict_1.jpg and soon.
    In one catalogue i can have more than 1000 images like this.
    When IH is looking for additional images for product, is scanning directory /manu/.
    In case on displayed page we have 10 products from same manufacturers, its scanning 10.000 times
    So, i made subdirs named with first letter of images.
    It works excellent, but - image name in bmz_cache is made without /manu/ element as file name.
    Then, in case i have 2 images with same name in 2 different /manu/ directory, i got a conflict.
    I think is important thing to consider in next release.
    Regards.
    Meksicus

  9. #359
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,475
    Plugin Contributions
    88

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

    Quote Originally Posted by meksicus View Post
    Hi All.
    I found small problem with performance. For one product i have 4,5,6 additional pictures with underline, after main image name. They are stored in catalogue with manufacturer name.
    For example /manu/pict.jpg, /manu/pict_1.jpg and soon.
    In one catalogue i can have more than 1000 images like this.
    When IH is looking for additional images for product, is scanning directory /manu/.
    In case on displayed page we have 10 products from same manufacturers, its scanning 10.000 times
    So, i made subdirs named with first letter of images.
    It works excellent, but - image name in bmz_cache is made without /manu/ element as file name.
    Then, in case i have 2 images with same name in 2 different /manu/ directory, i got a conflict.
    I think is important thing to consider in next release.
    Regards.
    Meksicus
    Yes, I wasn't a big fan of the readable-cache-image names when I inherited IH. That filename conflict won't exist if the hashed filenames are used.

    I'll consider a page-by-page cache of the images found and also consider using the /images sub-directory names when creating the bmz_cached readable images.

  10. #360
    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
    Yes, I wasn't a big fan of the readable-cache-image names when I inherited IH. That filename conflict won't exist if the hashed filenames are used.

    I'll consider a page-by-page cache of the images found and also consider using the /images sub-directory names when creating the bmz_cached readable images.
    Are you sure ?
    Making md5 from same path + image name gives same result ... i think so.
    md5 is made from target filename, not from source.

    protected function getCacheName($data, $ext='')
    {
    $md5 = (IH_CACHE_NAMING == 'Hashed') ? md5($data) : $data;
    $file = $GLOBALS['bmzConf']['cachedir'] . '/' . $md5{0} . '/' . $md5 . $ext;


    :

 

 
Page 36 of 60 FirstFirst ... 26343536373846 ... 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