Page 523 of 710 FirstFirst ... 23423473513521522523524525533573623 ... LastLast
Results 5,221 to 5,230 of 7099
  1. #5221
    Join Date
    Jun 2010
    Posts
    4
    Plugin Contributions
    0

    red flag Re: Image Handler 2 Support

    Version: Zen Cart v1.3.8a/v1.3.8
    Template: Custom
    Addons: Image Handler 2, v2.0; Slimbox Zencart
    URL: http://www.myhauterepublic.com/index...to0t7gra6qgeg0

    I just installed Image Handler 2 and Slimbox Zencart today onto the site above. It will not show the additional images, just a box where they should go. I have switched it over to Classic to see if it worked there, and it does. So I know the problem is in my template. Only thing is, I have no idea where to start looking. Please help!!

  2. #5222
    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 bizcribz View Post
    Version: Zen Cart v1.3.8a/v1.3.8
    Template: Custom
    Addons: Image Handler 2, v2.0; Slimbox Zencart
    URL: http://www.myhauterepublic.com/index...to0t7gra6qgeg0

    I just installed Image Handler 2 and Slimbox Zencart today onto the site above. It will not show the additional images, just a box where they should go. I have switched it over to Classic to see if it worked there, and it does. So I know the problem is in my template. Only thing is, I have no idea where to start looking. Please help!!
    Honestly this is NOT an IH2 support issue.. As you pointed out the issue is clearly in your template.. You will need to post your question in a separate thread..
    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.

  3. #5223
    Join Date
    Apr 2010
    Posts
    897
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    So I've been following this thread for a few weeks now, anticipating the new release that will be compatible with the latest ZC. I wish I could volunteer to beta, but I do not meet the requirements ckosloff outlines so I must wait.

    Instead, I have been building/modding a ZC. I ran into a massive image naming problem yesterday while building an easypop import file for about 10k products and it got me to wondering about the basics of IH.

    This contribution uses GD libraries or ImageMagick (if installed on your server) to generate and resize small, medium and large images on the fly on page request. You can simply upload just one image or you can have different sources for medium and large images.
    1. How do I figure out if GD libraries or ImageMagick is installed on my server? If I can choose, which is better for IH?

    2. Resizing "on the fly" is a reference to weight, correct? In other words, a 24kb large image might be resized down to a 7kb thumb?

  4. #5224
    Join Date
    Oct 2008
    Location
    newcastle upon tyne (UK)
    Posts
    876
    Plugin Contributions
    2

    Default Re: Image Handler 2 Support

    Quote Originally Posted by Feznizzle View Post
    1. How do I figure out if GD libraries or ImageMagick is installed on my server?
    I emailed my hosts and asked...

  5. #5225
    Join Date
    Jun 2010
    Posts
    4
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by DivaVocals View Post
    Honestly this is NOT an IH2 support issue.. As you pointed out the issue is clearly in your template.. You will need to post your question in a separate thread..
    I understand. I was hoping someone with the same issue would have an idea of where a good place to look would be. Thank you for your time.

  6. #5226
    Join Date
    Apr 2010
    Posts
    897
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Thanks for the input, Shane! I just fired off an inquiry.

    In rereading, it appears that IH will use GD libraries.... or ImageMagick if you have it installed:
    This contribution uses GD libraries or ImageMagick (if installed on your server) to generate and resize small, medium and large images on the fly on page request.
    So it defaults to GD unless you have the other installed?

    I am lucky in that my host will probably install ImageMagick if I request it. Is that the preferred route for IH?

  7. #5227
    Join Date
    Nov 2007
    Posts
    433
    Plugin Contributions
    1

    Default Re: Image Handler 2 Support

    Quote Originally Posted by nigelt74 View Post
    Can you link to a page where it works, as it doesn't work for me on that site
    Just on the first page of the New Products For June you have a bunch of products and when you move the mouse over the Image you get a large size of the image about 2 times biger ! how did you do that ?

  8. #5228
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,539
    Plugin Contributions
    3

    Default Re: Image Handler 2 Support

    Quote Originally Posted by Feznizzle View Post
    1. How do I figure out if GD libraries or ImageMagick is installed on my server? If I can choose, which is better for IH?
    1) Login intio your zencart Admin select VERSION, should be right next to the LOGOFF link on the right hand side, click on it, scroll down till you find the listing for the GD library

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

    Default Re: Image Handler 2 Support

    Quote Originally Posted by Feznizzle View Post
    1. How do I figure out if GD libraries or ImageMagick is installed on my server? If I can choose, which is better for IH?
    <?php phpinfo(); ?>
    Create a blank file in your store root, put the text above in it, save, name the file phpinfo.php (it is the phpinfo built-in function), point your browser to it and scroll down to the appropriate section.
    You don't need to choose between GD and ImageMagick, depending on the server and GD version you might have different versions of it bundled into PHP (native, non-native), but it makes no difference for IH2.
    I am now going to test on 1.3.9d, phew!

  10. #5230
    Join Date
    Apr 2010
    Posts
    897
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Thanks for the info, ckosloff!

    Looks like I'm good to go.... if/when they ever stop releasing new versions of ZC so you guys can stop working on IH

    gd
    GD Support enabled
    GD Version bundled (2.0.34 compatible)
    FreeType Support enabled
    FreeType Linkage with freetype
    FreeType Version 2.2.1
    GIF Read Support enabled
    GIF Create Support enabled
    JPG Support enabled
    PNG Support enabled
    WBMP Support enabled
    XPM Support enabled
    XBM Support enabled

 

 

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