Page 591 of 710 FirstFirst ... 91491541581589590591592593601641691 ... LastLast
Results 5,901 to 5,910 of 7099
  1. #5901
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Image Handler 2 Support

    Quote Originally Posted by joyjoy View Post
    Hi Diva,

    Not too worried on that part. I just need some direction in how to create my own watermarks right now. If you look on the additional image it looks horrible...it's not even transparent. Is there some guidelines that I can follow to create a watermark?

    Maybe the size of the original png file that is being used with IH2? I'm building it on Photoshop with a transparent background, however the background doesn't seem to be transparent.

    Thank you!
    I would try adjusting the opacity settings.. Having a transparent background alone is not enough.. Would suggest Googling some better resources to get the information you are seeking.. Try this: http://www.google.com/search?q=making+watermarks+using+Photoshop.
    This yielded several good articles/how-tos on the topic..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  2. #5902
    Join Date
    Sep 2010
    Posts
    612
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Hey Diva! I got it!

    It was a simple problem. I had the watermark saved in greyscale in PS, I just needed to change it to RGB.

    Yay!

    Okay, so last question...I think.

    Is there a mod that you can add on for a zooming feature? Thanks!

  3. #5903
    Join Date
    Nov 2006
    Posts
    296
    Plugin Contributions
    2

    Default Re: Image Handler 2 Support

    Quote Originally Posted by vladimir_vulic View Post
    Thanks guys for all your help, but I've found the problem. It looks like one or two products in each category referred to a image file that wasn't on the server in the corresponding folder. Once I've uploaded the file and updated the products, they are now showing up as they should.

    So, thanks guys for trying to help me. I just wanted you to know I found the solution and what was it.
    thats great, it is probably what you would have seen in the log file, had you used the "blank page" error debug utility.

    Just for the record, i have seen similar behaviour with fual slimbox where it would hang the browser if it was looking for an image that wasn't physically present on the server. (not something you want to happen as the only solution is/was to close the rowser entirely!)

    I cannot relate the issue you have seen to IH2 in any way, too bad we don't know for sure yet as this is definetly an issue we should prevent from happening in whatever module is causing it.

  4. #5904
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Image Handler 2 Support

    Quote Originally Posted by nagelkruid View Post
    thats great, it is probably what you would have seen in the log file, had you used the "blank page" error debug utility.

    Just for the record, i have seen similar behaviour with fual slimbox where it would hang the browser if it was looking for an image that wasn't physically present on the server. (not something you want to happen as the only solution is/was to close the rowser entirely!)

    I cannot relate the issue you have seen to IH2 in any way, too bad we don't know for sure yet as this is definetly an issue we should prevent from happening in whatever module is causing it.
    If I had to make a guess I would say it was an image that the Better Categories module he is running needed.. Sounds like the missing category image not being on the server caused the rest of the page to not display.. IH2 wouldn't have done that..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  5. #5905
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Image Handler 2 Support

    Quote Originally Posted by joyjoy View Post
    Hey Diva! I got it!

    It was a simple problem. I had the watermark saved in greyscale in PS, I just needed to change it to RGB.

    Yay!

    Okay, so last question...I think.

    Is there a mod that you can add on for a zooming feature? Thanks!
    Off the top of my head I don't know of one.. I do beleive that it's highly likely that you would be unable to merge a zooming module's code so that Fual Slimbox and IH2 continued to work WITH it.. (At least I've not seen anyone successfully able to do that)
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  6. #5906
    Join Date
    Nov 2006
    Posts
    296
    Plugin Contributions
    2

    Default Re: Image Handler 2 Support

    Quote Originally Posted by wtashby View Post
    I forgot to mention, if your goal is to have the images on your home page all the EXACT same size, then you will have a problem. The only way to do that, even with Image Handler, is to insure that the ORIGIONAL, unedited images all have the same, or very very close to the same aspect ratio in the first place.

    By this I mean, if you have one image that is perfectly square, 120 x 120, and another that is rectangular, 120 x 200, you cannot adjust one to the other without some distortion. The greater the difference in aspect ratio, the greater the distortion.

    So, if you want clear, crisp images that are all perfectly the same size, they all have to have the same aspect ratio to begin with.
    I ran into the problem as well. I have added code that will stretch the canvas of rectangular images to size them to square. I have this running on my site with 70x70 for generic images, 100x100 for small and 200x200 for medium.

    I also added a cool option to set lrg images to a minimum size altough you will pay some quality if you blow up pictures too big.

    If anyone decides to use it, i like to know how it works for you. Just replace the 3 files in the attach with the original files that came with version Rev8c and press uninstall/install in the admin.

    You will have to enable the square option as it is default off.
    Same for upscaling large images.

    Jeroen
    Attached Files Attached Files

  7. #5907
    Join Date
    Jun 2006
    Posts
    403
    Plugin Contributions
    0

    red flag Re: Image Handler 2 Support

    I followed the instrcution of upgrating IH Rev8c almost to the letter, except I added the code of lightbox into the addtional_image.php. I noticed two changes after the upgrade:

    1. The watermark is gone for middle image and large image. I had watermark_MED. PNG and watermarl_LAG.PNG in the image folder, and I turned both on in the admin-configuration-images. But there are no watermark....


    2. When I put the mouse over the small image, the LARGE image pop up, while before the upgrade, it was the Medium image pop up. I would rather the medium image pop up, since the large image takes too long to load.

    Any tips?? My site is www.theSbeauty.com

    Thank you!

  8. #5908
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Image Handler 2 Support

    Quote Originally Posted by lina0962 View Post
    I followed the instrcution of upgrating IH Rev8c almost to the letter, except I added the code of lightbox into the addtional_image.php. I noticed two changes after the upgrade:

    1. The watermark is gone for middle image and large image. I had watermark_MED. PNG and watermarl_LAG.PNG in the image folder, and I turned both on in the admin-configuration-images. But there are no watermark....


    2. When I put the mouse over the small image, the LARGE image pop up, while before the upgrade, it was the Medium image pop up. I would rather the medium image pop up, since the large image takes too long to load.

    Any tips?? My site is www.theSbeauty.com

    Thank you!
    Did you UNINSTALL the previous version before you upgraded?? There's no reason for watermarks to not work, and the small image hover ONLY shows the medium image.. (that's how it's always worked and the new version didn't change that feature at all) So if you have something else happening I am not really sure why..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  9. #5909
    Join Date
    Jun 2006
    Posts
    403
    Plugin Contributions
    0

    help question Re: Image Handler 2 Support

    Quote Originally Posted by DivaVocals View Post
    Did you UNINSTALL the previous version before you upgraded?? There's no reason for watermarks to not work, and the small image hover ONLY shows the medium image.. (that's how it's always worked and the new version didn't change that feature at all) So if you have something else happening I am not really sure why..
    Hello, Diva:

    When I set the permission of bmz_cache to 777, everything works right. But I don't know 777 is the right permission or not. what permission I should set for the folder bmz_cache?

  10. #5910
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Image Handler 2 Support

    Quote Originally Posted by lina0962 View Post
    Hello, Diva:

    When I set the permission of bmz_cache to 777, everything works right. But I don't know 777 is the right permission or not. what permission I should set for the folder bmz_cache?
    It's what will your host allow.. The module sets permissions to 755 which works fine for most host setups.. It sounds like your hosting setup won't allow IH2 to work with these permissions.. I suggest talking to your host and finding out why.. In the meantime if you have to leave the permissions set to 777 I suggest making DARN sure that you leave that .htaccess file in place..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

 

 

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