Page 272 of 710 FirstFirst ... 172222262270271272273274282322372 ... LastLast
Results 2,711 to 2,720 of 7099
  1. #2711
    Join Date
    Oct 2004
    Location
    Houston, TX
    Posts
    782
    Plugin Contributions
    4

    Default Re: Can't get it to convert to PNG...

    Quote Originally Posted by sigol View Post
    Hi,

    I've set IH up and it's definitely resizing images nicely for me, etc.

    All features appear to work but the conversion to PNG for categories doesn't

    I've tried clearing the cache and evening manually deleting all the files in the cache with no joy - when I display a list of categories, each image is JPG.

    The customer has commented that the images look a little blurred. I agree - I can see the JPG edge artifacts that you get sometimes and it doesn't seem to make a difference if I change the compression ratio.

    I've got all compression levels to 100 (meaning best quality image).

    Can somebody help me here?

    Thanks,

    Simon.
    Check the host. We've had the same problem with GoDaddy versus another host. Quality improved on another host.

  2. #2712
    Join Date
    Oct 2004
    Location
    Houston, TX
    Posts
    782
    Plugin Contributions
    4

    Default Re: 500 Internal Server Error

    Quote Originally Posted by ihartchris View Post
    Hello,

    I followed the readme exactly and uploaded the files properly. I have GD etc. ZC 1.3.8 with IH2 (for 1.3.x).

    ...but when I visit mysite.com/admin/image_handler.php I get a 500 error!

    Any ideas?
    Check to make sure your .htaccess file with the admin directory isn't corrupted.

    There are a few hosts that block the ability to disable security filters via the .htaccess file.

  3. #2713
    Join Date
    Feb 2008
    Posts
    118
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by testuser View Post
    They're cached on the server, and once you've loaded the page. Pre-loading, depending on how many images you have, would defeat the purpose and functionality. Better to say it's not feasible.
    No disrespect, but I don't really understand your reasoning.

    Are you saying images are cached (in the browser) when someone loads the page?
    Then that would be pre-loading...

    What I don't understand is "defeat the purpose and functionality"...
    isn't part of the purpose to have the hover effect load quickly?

    If someone has to wait for it to load...THAT defeats the purpose.

    Since it's very unlikely every image will be hovered immediately when the user hits the page,
    having those hover images loading in the background would cache them locally,
    making the effect faster...increasing functionality.

    Or is "not feasible"...as in, it CAN'T be done?

  4. #2714
    Join Date
    Oct 2004
    Location
    Houston, TX
    Posts
    782
    Plugin Contributions
    4

    Default Re: Image Handler 2 Support

    Quote Originally Posted by blackhalo View Post
    No disrespect, but I don't really understand your reasoning.

    Are you saying images are cached (in the browser) when someone loads the page?
    Then that would be pre-loading...

    What I don't understand is "defeat the purpose and functionality"...
    isn't part of the purpose to have the hover effect load quickly?

    If someone has to wait for it to load...THAT defeats the purpose.

    Since it's very unlikely every image will be hovered immediately when the user hits the page,
    having those hover images loading in the background would cache them locally,
    making the effect faster...increasing functionality.

    Or is "not feasible"...as in, it CAN'T be done?
    As in it's pointless...the images are loaded as if they were placed in a regular image tag. There's not point in pre-loading them. The hover effect just, let's say brings them in to view. In otherwords they're already loaded when the page load completes, not just when you hover over them.

    Pre-loading all the images wouldn't be feasible, or ideal.

  5. #2715
    Join Date
    May 2008
    Posts
    4
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by tophand View Post
    And the problem was..?

    So others will know.

    M
    My hoster had a serious problem with the chmod-command und always when i set permissions of the cache folder to 777 it was set back to 600. Emptying image cache and chmod with filezilla solved that. Now i have another Problem, I uploaded images and i get this error on the product-page:
    Code:
    Warning: preg_match() [function.preg-match]: Unknown modifier 'I' in /mnt/web7/21/67/51778667/htdocs/shop/includes/modules/clean_business/additional_images.php on line 47
    I already removed double backslashes in the image-path through editing main_product_image.php but without any effect except the right image-path.

    This is my additional_images.php in the /includes/modules/additional_images.php folder:
    http://www.xup.in/dl,14463267/additional_images.php/

    thanks for your help in advance :)

  6. #2716
    Join Date
    Oct 2004
    Location
    Houston, TX
    Posts
    782
    Plugin Contributions
    4

    Default Re: Image Handler 2 Support

    Quote Originally Posted by thunderhans View Post
    My hoster had a serious problem with the chmod-command und always when i set permissions of the cache folder to 777 it was set back to 600. Emptying image cache and chmod with filezilla solved that. Now i have another Problem, I uploaded images and i get this error on the product-page:
    Code:
    Warning: preg_match() [function.preg-match]: Unknown modifier 'I' in /mnt/web7/21/67/51778667/htdocs/shop/includes/modules/clean_business/additional_images.php on line 47
    I already removed double backslashes in the image-path through editing main_product_image.php but without any effect except the right image-path.

    This is my additional_images.php in the /includes/modules/additional_images.php folder:
    http://www.xup.in/dl,14463267/additional_images.php/

    thanks for your help in advance :)
    Any specific reason you've removed the "/i"?

  7. #2717
    Join Date
    May 2008
    Posts
    4
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    The error was "Unknown modifier I" , so i thought removing it could help, but removing it changed nothing

  8. #2718
    Join Date
    Oct 2004
    Location
    Houston, TX
    Posts
    782
    Plugin Contributions
    4

    Default Re: Image Handler 2 Support

    Quote Originally Posted by thunderhans View Post
    The error was "Unknown modifier I" , so i thought removing it could help, but removing it changed nothing
    Did you receive my PM? Removing the "/i" won't help and your actually killing the preg function.

  9. #2719
    Join Date
    Oct 2004
    Location
    Houston, TX
    Posts
    782
    Plugin Contributions
    4

    Default Re: Image Handler 2 Support

    Quote Originally Posted by thunderhans View Post
    The error was "Unknown modifier I" , so i thought removing it could help, but removing it changed nothing
    What's probably happening here, is when your adding the product your instructing Zen to use an image already on the server. If that's the case, make sure your not putting a / before the image name.

    In the meantime, I've written into your code a snippet to remove the forward slash. But to be safe, just don't use it.

    NOTE: Other images within your cart aren't showing, probably cause you haven't uploaded them yet. Just wanted to be sure your aware.

  10. #2720
    Join Date
    Jan 2008
    Posts
    82
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Hi,

    Love the image handler, just need help with a small fix.

    My images get cut off if the are low on the screen, I would like then to appear correctly relative to the mouse position does anybody know what I am doing wrong ?

    I see that this does not happen on other peoples website who are using the IH2 someone please help.

 

 

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