Page 9 of 60 FirstFirst ... 78910111959 ... LastLast
Results 81 to 90 of 593
  1. #81
    Join Date
    Feb 2010
    Location
    Syracuse, NY
    Posts
    2,159
    Plugin Contributions
    17

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

    1st time using IH5

    Is it normal that the watermark doesn't appear on the product listing page images?

    All 3 configs (WATERMARK_SMALL_IMAGES, WATERMARK_MEDIUM_IMAGES & WATERMARK_LARGE_IMAGES) have a value set to "yes".

  2. #82
    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 rbarbour View Post
    1st time using IH5

    Is it normal that the watermark doesn't appear on the product listing page images?

    All 3 configs (WATERMARK_SMALL_IMAGES, WATERMARK_MEDIUM_IMAGES & WATERMARK_LARGE_IMAGES) have a value set to "yes".
    I've just tested IH 5.1.1, setting all watermarks enabled and using the Responsive Classic template with the demo products. I can see the watermark on the small images, but its very faint.

  3. #83
    Join Date
    Feb 2010
    Location
    Syracuse, NY
    Posts
    2,159
    Plugin Contributions
    17

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

    Quote Originally Posted by lat9 View Post
    I've just tested IH 5.1.1, setting all watermarks enabled and using the Responsive Classic template with the demo products. I can see the watermark on the small images, but its very faint.
    Nope, changed to the Responsive Classic template.

    Watermarks now only appear on additional images and on images within the popup window.

    I am not worried about it, just installed to see if it conflicted with a mod I was working on.

  4. #84
    Join Date
    Dec 2010
    Location
    U.S. State of Texas
    Posts
    76
    Plugin Contributions
    0

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

    Quote Originally Posted by lat9 View Post
    There's apparently something awry with the merge/update that you made for the /includes/modules/alto/additional_images.php, since no images are being populated. Remember that the Alto theme started out with IH-4, which needs to be fully replaced for IH-5 to operate properly.
    Yes! Absolutely right. The template is now updated with IH5.

    Another question I have is regarding the product listing images. I have multiple sized images, how can I have them all the same size so the images look organized and not of various sizes? Same goes for new products, featured, etc. I indicated 300 x 240 on the config/image page with no luck.

    Thanks again!

  5. #85
    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 creyesx6 View Post
    Yes! Absolutely right. The template is now updated with IH5.

    Another question I have is regarding the product listing images. I have multiple sized images, how can I have them all the same size so the images look organized and not of various sizes? Same goes for new products, featured, etc. I indicated 300 x 240 on the config/image page with no luck.

    Thanks again!
    I usually configure IH-5 for a minimum height and let the width "go with the flow", since it's the image-height variations that can make a site visually unappealing.

  6. #86
    Join Date
    Dec 2010
    Location
    U.S. State of Texas
    Posts
    76
    Plugin Contributions
    0

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

    Quote Originally Posted by lat9 View Post
    I usually configure IH-5 for a minimum height and let the width "go with the flow", since it's the image-height variations that can make a site visually unappealing.
    I have always assumed the opposite. After having a look, yes I agree the image-height fixed size looks much better.

    Thank you!

  7. #87
    Join Date
    Nov 2006
    Location
    Sydney, Australia
    Posts
    458
    Plugin Contributions
    1

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

    Hi,
    Just installed IH5 on a fresh zen cart 1.5.5f, than added fual slimbox after.
    All seemed well except I just noticed the Mini IH Icon doesn't actually show on the Admin Product pages, all the other icons shows except the IH5 icon.
    The only I can see IH5 is to go to Admin > Tools > Image Handler 5.

    What have I done wrong??
    *Zen Cart eCommerce Solution - Putting the Dream of Owning an Online Business within reach of anyone!

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

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

    You're apparently missing the /YOUR_ADMIN/includes/extra_datafiles/image_handler.php file, which defines the constant FILENAME_IMAGE_HANDLER.

  9. #89
    Join Date
    Nov 2006
    Location
    Sydney, Australia
    Posts
    458
    Plugin Contributions
    1

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

    Thank you for your reply, just checked and the files are there.
    Where to next please?
    *Zen Cart eCommerce Solution - Putting the Dream of Owning an Online Business within reach of anyone!

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

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

    A couple more things that you can check. Starting with zc1.5.5, the file /YOUR_ADMIN/includes/modules/category_product_listing.php should contain the following code fragment around line 367:
    Code:
    <?php if (defined('FILENAME_IMAGE_HANDLER') && file_exists(DIR_FS_ADMIN . FILENAME_IMAGE_HANDLER . '.php')) { ?>
            <?php echo '<a href="' . zen_href_link(FILENAME_IMAGE_HANDLER, 'products_filter=' . $products->fields['products_id'] . '&current_category_id=' . $current_category_id) . '">' . zen_image(DIR_WS_IMAGES . 'icon_image_handler.gif', ICON_IMAGE_HANDLER) . '</a>'; ?>
    <?php } ?>
    You've already checked that the extra_datafile (which defines FILENAME_IMAGE_HANDLER) exists, so the other requirements for that icon's display are:
    1. The presence of /YOUR_ADMIN/image_handler.php.
    2. The presence of /YOUR_ADMIN/images/icon_image_handler.gif.


    Are both of those files present?

 

 
Page 9 of 60 FirstFirst ... 78910111959 ... 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