Page 1 of 2 12 LastLast
Results 1 to 10 of 7098

Hybrid View

  1. #1
    Join Date
    Aug 2008
    Location
    Southern California - Riverside
    Posts
    55
    Plugin Contributions
    0

    Default Watermarks for Additional Images in IH2

    I can't seem to get the watermarks to work on larger images from additional images. It works fine from the main image, but not the additional images. Does anyone have a suggestion?

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

    Default Re: Watermarks for Additional Images in IH2

    Quote Originally Posted by panzico View Post
    I can't seem to get the watermarks to work on larger images from additional images. It works fine from the main image, but not the additional images. Does anyone have a suggestion?

    A link helps us help you.

    M

  3. #3
    Join Date
    Aug 2008
    Location
    Southern California - Riverside
    Posts
    55
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Here's a link to one of my products with multiple images: http://www.poodlesupply.com/store/in...roducts_id=249

    Thanks

  4. #4
    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 panzico View Post
    Here's a link to one of my products with multiple images: http://www.poodlesupply.com/store/in...roducts_id=249

    Thanks
    Looks like a light box problem but I never use lightbox so...

    If you look at the image properties (right click) you can see that they are link to shop/images/ instead of shop/bmz_cache/.
    So that means IH is not processing those images which is why there is no watermark.

    M

  5. #5
    Join Date
    Oct 2008
    Posts
    187
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    tophand, you are so helpful - I see now that zooming in on medium images is not yet implemented. So it says. And this is a medium-sized image (I think).

    That means I can't do anything but try to get rid of the "larger image" words. Do you know offhand how that is done?

    BUT...
    I still don't really follow what is happening because if you go to this page:

    [URL="http://www.aapress.com.au/zencart/index.php?main_page=product_info&cPath=1_2&products_id=8[/URL]

    ...you will see that the zoom works for the two blue books at the bottom. They are medium-sized I think.

    I don't know what the point of those two books is either - you can't seem to swivel through to the other three products in that listing. It's all quite strange to me.

  6. #6
    Join Date
    Aug 2008
    Location
    Southern California - Riverside
    Posts
    55
    Plugin Contributions
    0

    Default Re: Watermarks for Additional Images in IH2

    Regarding my earlier post:
    Watermarks for Additional Images in IH2
    I can't seem to get the watermarks to work on larger images from additional images. It works fine from the main image, but not the additional images. Does anyone have a suggestion?


    I just figured it out. For those who have the same situation, here's what you do...very simple: Place your additional images in your images folder as usual, with the underscore then identifier, for example, say your main image is tShirt.jpg, your additional image will be called tShirt_ladies.jpg. The Ladies T-Shirt will be the additional image that comes up on your product page, however it won't watermark on the large image unless you place a tShirt_ladies_LRG.jpg in the images>large folder.

    I woke up this morning with the revelation, and by golly, it works!
    Last edited by panzico; 23 Oct 2008 at 03:44 PM. Reason: Forgot to attach my earlier post for reference

  7. #7
    Join Date
    Mar 2007
    Location
    AZ
    Posts
    1,911
    Plugin Contributions
    2

    Default Re: Image Handler 2 Support

    Hi!

    I just upgraded a site from 1.3.7 to 1.3.8a- all went fine (whew!) except now the additional images don't show on the product pages - even though the images are in IH tools.

    Will I need to clear the bmz cache for the images to show up or will I need to install the patch listed earlier in this thread ~ or both?

    Tina

  8. #8
    Join Date
    Mar 2007
    Location
    AZ
    Posts
    1,911
    Plugin Contributions
    2

    Default Re: Image Handler 2 Support

    For anyone wanting to know - I cleared the bmz cache AND corrected the includes/classes/bmz_image_handler_class.php and the additional images are back again! Woo Hoo!

    Tina

  9. #9
    Join Date
    Oct 2008
    Posts
    3
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Nice!

    I have same problem.

    Can you repeat what you have change in the file
    (includes/classes/bmz_image_handler_class.php)

    Can't find what to change, the thred is so long

    TEW

  10. #10
    Join Date
    Mar 2007
    Location
    AZ
    Posts
    1,911
    Plugin Contributions
    2

    Default Re: Image Handler 2 Support

    eaglewolf,
    The file change I made is as follows ~ just replace the code in the file with this.

    // we should parse old parameters here and possibly merge some inc case they're duplicate
    $parameters .= ($parameters != '') ? ' ' : '';
    if (!($_GET['main_page']==FILENAME_PRODUCT_INFO)) {
    return $parameters . 'style="position:relative" onmouseover="showtrail(' . "'$products_image_zoom','$alt',$width,$height,$zoomwidth,$zoomheight,this," . $this->zoom['startx'].','.$this->zoom['starty'].','.$this->zoom['width'].','.$this->zoom['height'].');" onmouseout="hidetrail();" ';
    } else {
    return $parameters . 'style="position:relative" onmouseover="showtrail(' . "\'$products_image_zoom\',\'$alt\',$width,$height,$zoomwidth,$zoomheight,thi s," . $this->zoom['startx'].','.$this->zoom['starty'].','.$this->zoom['width'].','.$this->zoom['height'].');" onmouseout="hidetrail();" ';
    }
    }
    }
    }


    }
    Tina

 

 
Page 1 of 2 12 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