Page 130 of 710 FirstFirst ... 3080120128129130131132140180230630 ... LastLast
Results 1,291 to 1,300 of 7099
  1. #1291
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Image Handler 2 Support

    Quote Originally Posted by milobloom View Post
    Ok.

    Since no one can answer my question.
    Let me ask this.

    Is there an Alternate to using IH2????
    I notice line 126 and 128 of bmz_image_hander.class.php deal with large and medium sizing. Check your image heights/widths, and make sure they are not empty?

    ETA: Also make sure you have a suffix in the suffix boxes:

    Product Info - Image Medium Suffix: _MED
    Product Info - Image Large Suffix: _LRG

  2. #1292
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Image Handler 2 Support

    Quote Originally Posted by mrmeech View Post
    Bottom line: my watermark just will. not. show up. All the files are in place correctly, and it is enabled in the admin. And IH2 works perfectly, except it won't plop the watermark on the images!! Some help would be really appreciated.. Thanks!
    Can I see a link?

  3. #1293
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Image Handler 2 Support

    Quote Originally Posted by mrmeech View Post
    Bottom line: my watermark just will. not. show up. All the files are in place correctly, and it is enabled in the admin. And IH2 works perfectly, except it won't plop the watermark on the images!! Some help would be really appreciated.. Thanks!
    So, you DO have in the "images/medium" folder, a watermark named "watermark_MED.png", and in the "images/large" folder, a watermark named "watermark_LRG.png" ?...............Just checking.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  4. #1294
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Image Handler 2 Support

    Quote Originally Posted by audradh View Post
    I have also tried jettrue's fix to no avail. I did get a parse error the first go round, but that must have been human error because I'm no longer receiving that after re-editting, downloading fresh copy of IH2 and editting the file from there, copying the code from 2 separate posts... you name it I have tried it, still only 1 image I have cleared my cache, switched to IE, which I rarely use, checked multiple products, none have additional images. Configuration->Images->Product Info - Number of Additional Images per Row is set to 3.

    BTW, I can see the additional images in IH2, but nothing shows in the catalog.

    Any thoughts?
    Audra
    I got worried cause I never tested more than one additional image with my code fix , but its working for me. http://www.zencart137.jadetrue.com/i...&products_id=8

    The images were uploaded using the IH tool in the admin.

    I'm attaching my classes/bmz_image_handler.php, just in cause there was an issue with your edit.

    Also make sure you've uploaded the new includes/modules/additional_images.php that comes with this mod.
    Attached Files Attached Files

  5. #1295
    Join Date
    Feb 2007
    Location
    South Florida, USA
    Posts
    1,374
    Plugin Contributions
    4

    Default Re: Image Handler 2 Support

    Quote Originally Posted by audradh View Post
    I have also tried jettrue's fix to no avail. I did get a parse error the first go round, but that must have been human error because I'm no longer receiving that after re-editting, downloading fresh copy of IH2 and editting the file from there, copying the code from 2 separate posts... you name it I have tried it, still only 1 image I have cleared my cache, switched to IE, which I rarely use, checked multiple products, none have additional images. Configuration->Images->Product Info - Number of Additional Images per Row is set to 3.

    BTW, I can see the additional images in IH2, but nothing shows in the catalog.

    Any thoughts?
    Audra
    Check this:
    Catalog --> Product Types --> "your product type" --> Edit layout --> Show Product Additional Images = 1.
    Should fix your issue.

  6. #1296
    Join Date
    Nov 2006
    Location
    New York City
    Posts
    248
    Plugin Contributions
    1

    Default Re: Image Handler 2 Support

    Quote Originally Posted by jettrue View Post
    Can I see a link?

    http://www.qcookies.com

  7. #1297
    Join Date
    Nov 2006
    Location
    New York City
    Posts
    248
    Plugin Contributions
    1

    Default Re: Image Handler 2 Support

    Quote Originally Posted by Get Em Fast View Post
    So, you DO have in the "images/medium" folder, a watermark named "watermark_MED.png", and in the "images/large" folder, a watermark named "watermark_LRG.png" ?...............Just checking.

    Yes, the watermark_MED.png and the watermark_LRG.png files are in place in their respective folders.

    I'm not sure if this makes a difference, but i upgraded my cart from 1.3.5 to 1.3.7. Is it possible it could be a database issue? When i was re-creating the new 1.3.7 site, i noticed that after i uploaded the IH2 files to all of their respective folders, that i did not have an "install IH2" button in the IH2 admin control panel. Instead, it was magically installed. I'm assuming stuff carried over from the 1.3.5 database info. So, just to make sure, i deleted IH2 from the database with the provided link, and installed it again, with the provided link.

    If it helps, the site is http://www.qcookies.com

    Now, i just found out something interesting... Essentially, all of my images for products are in images/product_images. There is also images/large and images/medium (with the correct png file and zoom files, respectively.) In the main images folder i have a watermark.png and zoom.png file as spec'ed in the IH2 installation instructions. Now, putting an image into the large folder does not generate a "large" image on the website. But if i go into the images/product_images folder and create an image with the _LRG suffix, it will show up on the product page with a watermark as an additional image on the bottom. The same image without the suffix (that generates the main image) does not plop a watermark on the main image once you click to zoom in.

    I really hope that all made sense. If it didn't, i'll have a second attempt at explaining it.

  8. #1298
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Image Handler 2 Support

    Quote Originally Posted by mrmeech View Post
    Yes, the watermark_MED.png and the watermark_LRG.png files are in place in their respective folders.

    I'm not sure if this makes a difference, but i upgraded my cart from 1.3.5 to 1.3.7. Is it possible it could be a database issue? When i was re-creating the new 1.3.7 site, i noticed that after i uploaded the IH2 files to all of their respective folders, that i did not have an "install IH2" button in the IH2 admin control panel. Instead, it was magically installed. I'm assuming stuff carried over from the 1.3.5 database info. So, just to make sure, i deleted IH2 from the database with the provided link, and installed it again, with the provided link.

    If it helps, the site is http://www.qcookies.com

    Now, i just found out something interesting... Essentially, all of my images for products are in images/product_images. There is also images/large and images/medium (with the correct png file and zoom files, respectively.) In the main images folder i have a watermark.png and zoom.png file as spec'ed in the IH2 installation instructions. Now, putting an image into the large folder does not generate a "large" image on the website. But if i go into the images/product_images folder and create an image with the _LRG suffix, it will show up on the product page with a watermark as an additional image on the bottom. The same image without the suffix (that generates the main image) does not plop a watermark on the main image once you click to zoom in.

    I really hope that all made sense. If it didn't, i'll have a second attempt at explaining it.
    I think here lies your problem. I always just upload images to the main directory, but if you are choosing to put them in a different folder, then I suppose your watermark needs to be in images/large/product_images/ folder? Again, I'm not too positive, because I've never uploaded them into a different folder, but I am sure that you have your watermark in the wrong place, since you use a different image folder.

    Also, with IH2, you should not be uploading any large images manually. You upload the size you want your large image to be, then IH2 will automatically re-size your small and medium images for you, according to your image sizes set in your admin. But if you were doing it manually (which kind of defeats the purpose of installing IH2 in the first place), again, you have things in the wrong folder, since you are putting your images in a different folder. any large images would need to be in images/large/product_images/

    If I were you, I'd make my life easier, and keep everything in the default images folder, as I'm not sure how well IH2 is programmed to work with different folders?

    ETA: Here's the faq link for image folder issues:
    https://www.zen-cart.com/tutorials/index.php?article=58
    Last edited by jettrue; 11 Jun 2007 at 02:16 PM.

  9. #1299
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Image Handler 2 Support

    That's right, jettru.....the images need to be in the main image directory, if you want just one image.....if you want more than one image, then the images STILL need to be in MAIN "images/medium" & "images/large" folders. And so do the watermark.png's.

    mrmeech.......are you wanting just one image to be resized for each product, or are you trying for 1 small image on the index page, with a DIFFERENT, yet bigger image on hover (which will be the same as on the product info page), and yet a DIFFERENT, yet larger image upon click of the product info image?
    If you want the same image, just resized, then you don't need ANY _MED, or _LRG images AT ALL.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  10. #1300
    Join Date
    Nov 2006
    Location
    New York City
    Posts
    248
    Plugin Contributions
    1

    Default Re: Image Handler 2 Support

    Quote Originally Posted by Get Em Fast View Post
    That's right, jettru.....the images need to be in the main image directory, if you want just one image.....if you want more than one image, then the images STILL need to be in MAIN "images/medium" & "images/large" folders. And so do the watermark.png's.

    mrmeech.......are you wanting just one image to be resized for each product, or are you trying for 1 small image on the index page, with a DIFFERENT, yet bigger image on hover (which will be the same as on the product info page), and yet a DIFFERENT, yet larger image upon click of the product info image?
    If you want the same image, just resized, then you don't need ANY _MED, or _LRG images AT ALL.

    I just want the same image resized. I was giving you the info on the _LRG and _MED files, where i tried placing them, and what happened, simply to try to give everyone an idea of how IH2 is behaving.

    I just tried moving a few product images from the images/product_images folder to the default image folder (and, of course updated the path in the database for the product to reflect the change) and it still did not watermark the image. I also tried clearing the cache through the IH2 admin - didn't fix it either... hmph
    Last edited by mrmeech; 12 Jun 2007 at 12:57 AM. Reason: folder clarification

 

 

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

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