Page 24 of 72 FirstFirst ... 14222324252634 ... LastLast
Results 231 to 240 of 712
  1. #231
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,367
    Plugin Contributions
    94

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

    Extra eyes are always a good thing! Thanks @simon1066!

  2. #232
    Join Date
    Feb 2009
    Location
    UK
    Posts
    1,296
    Plugin Contributions
    1

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

    In case it helps. Playing around with bmz_image_handler.class.php

    changing line #449

    from
    Code:
    $this->force_canvas = (strpos($pref_width . $pref_height, '!') !== false);
    to
    Code:
    $this->force_canvas = (strpos($pref_width . $pref_height, '!') == false);
    produces desired result, canvas is displayed.

    I mention this without knowing the implications such a code change.
    Simon

  3. #233
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,367
    Plugin Contributions
    94

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

    Thanks, @simon1066; that gives me something to "chew on".

    P.S. You'll probably want to change that to === false (exactly equal)

  4. #234
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,367
    Plugin Contributions
    94

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

    @simon1066, I've created an issue on the IH GitHub (https://github.com/DivaVocals/zen_Im...ler/issues/169) and posted a correction. Please note that the change was different than that which you'd posted!

  5. #235
    Join Date
    Feb 2009
    Location
    UK
    Posts
    1,296
    Plugin Contributions
    1

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

    Quote Originally Posted by lat9 View Post
    @simon1066, I've created an issue on the IH GitHub (https://github.com/DivaVocals/zen_Im...ler/issues/169) and posted a correction. Please note that the change was different than that which you'd posted!
    Thank you, I'll take a look. Glad that it's different as I found there were issues with my suggestion.
    Simon

  6. #236
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,367
    Plugin Contributions
    94

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

    Quote Originally Posted by simon1066 View Post
    Thank you, I'll take a look. Glad that it's different as I found there were issues with my suggestion.
    There are a couple more changes also staged for v1.5.4 of IH-5 that address other issues you've noted above, too!

  7. #237
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,367
    Plugin Contributions
    94

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

    Quote Originally Posted by lat9 View Post
    There are a couple more changes also staged for v1.5.4 of IH-5 that address other issues you've noted above, too!
    I'm being dyslexic, that should be v5.1.4!

  8. #238
    Join Date
    Sep 2011
    Posts
    77
    Plugin Contributions
    0

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

    Hi Lat9 ,


    Setting up my site now . I am wondering what is the best size and format to give IH? For example JPG , BMP , TIF

    Trying to optimize my website for IH!


    Thanks in advance !

  9. #239
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,367
    Plugin Contributions
    94

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

    I'd suggest going with .jpg. That image type resizes the best of all of them (and .tif isn't supported by IH).

  10. #240
    Join Date
    Feb 2009
    Location
    UK
    Posts
    1,296
    Plugin Contributions
    1

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

    ZC v1.5.6b
    IH5 v5.1.4beta (issue probably exists in v5.1.3)

    Not sure if this is a bug (or indeed that I can explain it clearly),

    A category has two identical products (apart from the name) of Product Type 2 (product_music handler) 'Add to Cart = N'

    In Admin > Tools > IH5 the zen_draw_products_pull_down for that category only shows one product, but I can scroll between the two using the Prev/Next buttons.

    Looking at the code in image_handler.php it seems that if I comment out the lines that hides things that cannot go in the cart (lines 313 - 319), like this

    Code:
     //  $not_for_cart = $db->Execute(
           //     "SELECT p.products_id 
            //       FROM " . TABLE_PRODUCTS . " p 
            //            LEFT JOIN " . TABLE_PRODUCT_TYPES . " pt 
            //                ON p.products_type= pt.type_id 
            //      WHERE pt.allow_add_to_cart = 'N'"
           // );
    I can get both products to show - this sort of makes sense but I can't see why one product would show.

    I would say that perhaps IH5 release code should have it commented but I think there's something else going on here because another category with products of Product Type 3 (document_general handler) 'Add to Cart = N' shows all products regardless of whether the above code is commented out or not.

    I am using the github v5.1.4beta code although I haven't tested by fully reverting to v5.1.3 - the zen_draw_products_pull_down code in image_handler.php hadn't changed.
    Simon

 

 
Page 24 of 72 FirstFirst ... 14222324252634 ... LastLast

Similar Threads

  1. v150 Image Handler 4 (for v1.5.x) Support Thread
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1687
    Last Post: 17 Nov 2024, 07:26 PM
  2. Attribute image replaces main product image on select [Support Thread]
    By exoticcorpse in forum All Other Contributions/Addons
    Replies: 160
    Last Post: 28 Oct 2024, 10:50 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