Page 17 of 60 FirstFirst ... 7151617181927 ... LastLast
Results 161 to 170 of 593
  1. #161
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,684
    Plugin Contributions
    123

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

    Documentation says "For additional information, please refer to the documentation on the plugin's GitHub repository; see above for the link." - but there is no link to Github on this page.
    That Software Guy. My Store: Zen Cart Modifications
    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.

  2. #162
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,478
    Plugin Contributions
    88

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

    Quote Originally Posted by swguy View Post
    Documentation says "For additional information, please refer to the documentation on the plugin's GitHub repository; see above for the link." - but there is no link to Github on this page.
    That link is present in the first note in the overview.

  3. #163
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,684
    Plugin Contributions
    123

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

    Sure enough. Might be worth adding text-decoration:underline to make that a bit more obvious, and making the link span both words (Github repository). It's really hard to spot right now.
    That Software Guy. My Store: Zen Cart Modifications
    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. #164
    Join Date
    Nov 2009
    Location
    Aransas Pass, TX
    Posts
    101
    Plugin Contributions
    1

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

    It would appear that the problem with Chrome is that Google is attempting to become the new IE. They played nice for some time and now that they have their 'customer' base, they are starting to ignore the browser standards in favor of their own extensions. They have their own 'popup' extension. I guess it's time for me to drop Chrome into the same bit bucket as IE. Haven't tried out Edge yet.

  5. #165
    Join Date
    Nov 2005
    Location
    France
    Posts
    577
    Plugin Contributions
    8

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

    ZC 1.5.6a, clean install of IH5.1.1 and I'm getting these errors logged
    Image Handler: Invalid 'small' background specified (-transparent-), using default.
    This, even though the admin config section clearly states "Set to -transparent- to keep transparency."

    I see that the notes on version 5.1.0 said "#101: Correct incorrect warning about background definitions."
    Was this the same issue, and has 5.1.1 broken/overwritten some previous bug fixes?

    And what is the recommended fix for the warnings logged re LARGE_IMAGE_HEIGHT and LARGE_IMAGE_WIDTH, as mentioned in post #148
    Should I just create those two defines in the Images config page so that I can assign values to them?

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

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

    Quote Originally Posted by strelitzia View Post
    ZC 1.5.6a, clean install of IH5.1.1 and I'm getting these errors logged
    Image Handler: Invalid 'small' background specified (-transparent-), using default.
    This, even though the admin config section clearly states "Set to -transparent- to keep transparency."

    I see that the notes on version 5.1.0 said "#101: Correct incorrect warning about background definitions."
    Was this the same issue, and has 5.1.1 broken/overwritten some previous bug fixes?

    And what is the recommended fix for the warnings logged re LARGE_IMAGE_HEIGHT and LARGE_IMAGE_WIDTH, as mentioned in post #148
    Should I just create those two defines in the Images config page so that I can assign values to them?
    What is your setting for Images->IH small images background?

    It does look like I missed the incorporation of some of the zc155-related changes (like #101) on the transition to v5.1.1. I'll update GitHub as I know more.

  7. #167
    Join Date
    Nov 2005
    Location
    France
    Posts
    577
    Plugin Contributions
    8

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

    Quote Originally Posted by lat9 View Post
    What is your setting for Images->IH small images background?
    It's set to -transparent-

    I'll keep an eye on github for any updates

  8. #168
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,478
    Plugin Contributions
    88

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

    Quote Originally Posted by strelitzia View Post
    It's set to -transparent-

    I'll keep an eye on github for any updates
    I'll need to review that documentation, as the value should be set to transparent (without the leading/trailing minus signs).

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

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

    Quote Originally Posted by strelitzia View Post
    ZC 1.5.6a, clean install of IH5.1.1 and I'm getting these errors logged
    Image Handler: Invalid 'small' background specified (-transparent-), using default.
    This, even though the admin config section clearly states "Set to -transparent- to keep transparency."

    I see that the notes on version 5.1.0 said "#101: Correct incorrect warning about background definitions."
    Was this the same issue, and has 5.1.1 broken/overwritten some previous bug fixes?

    And what is the recommended fix for the warnings logged re LARGE_IMAGE_HEIGHT and LARGE_IMAGE_WIDTH, as mentioned in post #148
    Should I just create those two defines in the Images config page so that I can assign values to them?
    Regarding those two constants, it looks like the changes got into the base IH class (/includes/classes/observers/ImageHandlerObserver.php) but didn't make it into the FualSlimBoxObserver.php file in the same directory.

    I'll be changing the constants there (LARGE_IMAGE_HEIGHT => LARGE_IMAGE_MAX_HEIGHT, LARGE_IMAGE_WIDTH => LARGE_IMAGE_MAX_WIDTH) to align with the IH-provided configuration values.

  10. #170
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,478
    Plugin Contributions
    88

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

    Quote Originally Posted by lat9 View Post
    What is your setting for Images->IH small images background?

    It does look like I missed the incorporation of some of the zc155-related changes (like #101) on the transition to v5.1.1. I'll update GitHub as I know more.
    After further review, all changes were incorporated on the transition to v5.1.1.

 

 
Page 17 of 60 FirstFirst ... 7151617181927 ... 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