Page 28 of 86 FirstFirst ... 1826272829303878 ... LastLast
Results 271 to 280 of 7098

Hybrid View

  1. #1
    Join Date
    Jun 2007
    Posts
    239
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    IH watermark is not working on some images. Watermark is enabled for medium, large images in options. Any help is appreciated!

  2. #2
    Join Date
    Sep 2007
    Location
    Niagara Falls, Ontario
    Posts
    377
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by james739 View Post
    IH watermark is not working on some images. Watermark is enabled for medium, large images in options. Any help is appreciated!
    I had a similar issue. The small image would watermark but the med and large would not.
    The way I found that it started working for me was to change the .PNG watermark files, (_MED and _LRG) to .GIF and upload those to the appropriate folders. I opened up Photoshop, loaded the .PNG and then did a Safe for Web as a GIF for each of the two files.

    Not sure why this fixed it since the small image is still using the original .PNG watermark file, but it works.

    I have watermark small, medium and large set to "Yes"
    I have the file type for small, medium and large set to "no_change"
    I have watermark gravity to Center (default)

    I have also found that since adding my first second image for a product as an inset using IH2, it now seems to add all the xxxinset.jpg files itself when I add the image xxx in inventory, gotta love that. (If you have a need for it that is.)

    Hope this helps.

    Robert E

  3. #3
    Join Date
    Sep 2007
    Posts
    7
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support - Small Zoom Not Working

    I just installed IH2 in a testbed, installed two images and seemed to work, changed the images and the small zoom stopped working. I checked the settings under the Config-Images small zoom is set to true. At the moment I have tracked it to the point where the get_additional_parameters function asks whether the $this->sizetype variable is set to small, it is not on any small image it is set to generic, on the medium and small images it shows correct as medium and large. Any one more familiar with this code know where I should be looking for this 'small' to be set?

    thanks in advance.

    -sean

  4. #4
    Join Date
    Sep 2007
    Posts
    7
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support - Small Zoom Not Working - Resolved

    ok, found the problem.

    -seab

    Quote Originally Posted by srw134 View Post
    I just installed IH2 in a testbed, installed two images and seemed to work, changed the images and the small zoom stopped working. I checked the settings under the Config-Images small zoom is set to true. At the moment I have tracked it to the point where the get_additional_parameters function asks whether the $this->sizetype variable is set to small, it is not on any small image it is set to generic, on the medium and small images it shows correct as medium and large. Any one more familiar with this code know where I should be looking for this 'small' to be set?

    thanks in advance.

    -sean

  5. #5
    Join Date
    Sep 2006
    Location
    Ruckersville, VA, USA
    Posts
    286
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Sean,

    Please share your solution - thank you.

    jund

  6. #6
    Join Date
    Sep 2007
    Posts
    7
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    I had enlarged the small image width and height but not the other ones lower on the images config (product listing, new product listing...). Because of this the image on the main screen was 80x80 but the small width and heights were set to 100, this made the image show as a 80x80 picture on the main screen, however, in the im2 code there is a statement matching the image dimensions to the small settings if they didn't match (image dim = small image dim) the $this->sizetype variable is set to 'generic'. since later in the code this variable is used to insert the popup code ($this->sizetype == 'small') the popup code didn't get inserted. Once I changed all of the other values to 100 the images was changed from 80x80 to 100x100 as I wanted and the popup code was inserted correctly. thus problem solved.

    hope this help anyone having similar problems.

    -sean


    Quote Originally Posted by jund View Post
    Sean,

    Please share your solution - thank you.

    jund

  7. #7
    Join Date
    Sep 2007
    Posts
    18
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Hi, please forgive me if this is the wrong place to post this.

    I have IH2 running right now and it looks great except it looks like I need to only use a single original because my current images are being converted into exact same dimentions but 50x larger file size.

    Unfortunately my small images are actually not clones of the MED and LRG so I'm thinking i'll just continue making 3 images per product, BUT this zoom feature is great and i CANT forget about it. I've been searching for a few hours but cant find any information on using ONLY the zoom.

    Is there a quick way to edit this contribution to skip the "IH resize images" true/false check? I dont want it to resize images but I want the zoom function working with the images I already have...

    Should I just post this in the general forum because i guess it could be more about templating in general?

  8. #8
    Join Date
    Apr 2005
    Location
    London
    Posts
    468
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Hi,
    Just installed this and when I click on Install in the admin section I get an error saying:
    Fatal error: Call to undefined function: install_image_handler() in /home/*******/public_html/admin/image_handler.php on line 171

    Can someone please point me in the right direction.

    Thanks
    Pete
    FORUM:
    # a public meeting or assembly for open discussion
    #An online discussion group, where participants with common interests can exchange open messages.
    # a public facility to meet for open discussion

  9. #9
    Join Date
    Jan 2007
    Location
    1.5 miles from Home
    Posts
    674
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by mediathing View Post
    Hi,
    Just installed this and when I click on Install in the admin section I get an error saying:
    Fatal error: Call to undefined function: install_image_handler() in /home/*******/public_html/admin/image_handler.php on line 171

    Can someone please point me in the right direction.

    Thanks
    Pete
    Did you upload image_handler.php to /home/*******/public_html/admin/?
    If it is there, delete and upload a fresh file.

    Mark

  10. #10
    Join Date
    Apr 2005
    Location
    London
    Posts
    468
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by tophand View Post
    Did you upload image_handler.php to /home/*******/public_html/admin/?
    If it is there, delete and upload a fresh file.

    Mark
    Just tried that with no luck...
    FORUM:
    # a public meeting or assembly for open discussion
    #An online discussion group, where participants with common interests can exchange open messages.
    # a public facility to meet for open discussion

 

 
Page 28 of 86 FirstFirst ... 1826272829303878 ... 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. 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
  3. Image Handler Support Please
    By nadinesky in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 30 Sep 2013, 03:47 PM
  4. Image handler only covers part of screen
    By shaneburton in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 14 May 2009, 07:15 PM
  5. Is Image Handler the only way to go?
    By wwwursa in forum Installing on a Windows Server
    Replies: 2
    Last Post: 23 Dec 2007, 09:22 PM

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