Page 464 of 710 FirstFirst ... 364414454462463464465466474514564 ... LastLast
Results 4,631 to 4,640 of 7099
  1. #4631
    Join Date
    Dec 2009
    Location
    Central Midwest
    Posts
    16
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by JRayfield View Post
    I just installed IH and am having the same exact problem with my site. I'm running ZC 1.3.8a (with security patches) and the latest release of IH.

    My hosting service just downgraded my php from 5.3 to 5.2.11, because of compatibility issues with 5.3. I'm going to have them drop back to 5.2.9, if they can, and see if IH works correctly.

    John Rayfield, Jr.
    www.rayfield.net
    Well as stated this is on my local pc, using win32 and PHP Version 5.2.4 older version. Really hate to update it as it was a real pain to get it all working as I wanted it local. Using ISS7 not apache hence the reason I thought it might be a windows path clich. I know some programs when they want the full system path adding the c:/ they just do not like...

    Anyway still have concern as listed above, IH2 and Zen cart working fine just those paths not working....

    Just a thought for the php greats. As the tab itself points correctly it is just the images do not show in search the code source on the admin page and searching the properties of the png, jpg, gif files it goes to this code in the admin/includes/image_handler.php file as follows:

    Code:
    if ($page == 'preview') {
      $images = array();
      $pngimage = new ih_image($ihConf['dir']['admin'] . 'images/ih-test.png', intval($ihConf['small']['width']), intval($ihConf['small']['height']));
      $images['pngsource'] = $pngimage->get_resized_image(intval($ihConf['small']['width']), intval($ihConf['small']['height']), 'orig');
      $images['pngsmall'] = $pngimage->get_resized_image($ihConf['small']['width'], $ihConf['small']['height'], 'small');
      $images['pngmedium'] = $pngimage->get_resized_image($ihConf['medium']['width'], $ihConf['medium']['height'], 'medium');
      $images['pnglarge'] = $pngimage->get_resized_image($ihConf['large']['width'], $ihConf['large']['height'], 'large');
    Now does that point to the correct image IF the file directory was as follows to the admin (called source here):

    Code:
     define('DIR_WS_ADMIN', '/thequ003/store/source/'); and   define('DIR_FS_ADMIN', 'C:\inetpub\wwwroot\thequ003\store\source/');
    If it does then I am lost......

  2. #4632
    Join Date
    Dec 2009
    Location
    Central Midwest
    Posts
    16
    Plugin Contributions
    0

    Have a Drink Re: Image Handler 2 Support

    Quote Originally Posted by bmccune View Post
    Well as stated this is on my local pc, using win32 and PHP Version 5.2.4 older version. Really hate to update it as it was a real pain to get it all working as I wanted it local. ...............................

    If it does then I am lost......
    Well Forget/ disregard all this my bad....... FIXED

    I found I had the OLD version of IH2, I just ran across the archive about ver 7. I downloaded the original and installed it, did not know of the update as I went to the owners site to dl the file...

    After removing the old and install the new version along with the mod admin_categoryproduct_images_v1-2.zip to show up in product info and found the archive about the settings now ALL WORKS BEAUTIFUL. No errors, no warnings no nothing, love it. Geezz understand the hair pulling by some.

    I know it was my fault for not reading every posting, think I found it around #4000 or something. IF it would have been a first log or note somewhere in the start or even a new sticky somewhere stating something to the fact: Note: DO NOT USE AUTHOR version of IH2 look for and use ver 7 of IH2 (found in the DL section here Zen Cart™ Version: v1.3.8 Version: Ver 2.0 rev 7, then look for post #4008 by ckosloff for the settings All the hair lost by me and more than likely others could be averted. I am sure it is somewhere, missed it no doubt but here it is for all again. Worked for me, have no problems with IH2 now after re doing all as in the above...

    Hope it helps someone else....

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

    Default Re: Image Handler 2 Support

    I just tested IH2 on PHP 5.3 and 5.3.1 and it works great.

  4. #4634
    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 bmccune View Post
    Note: DO NOT USE AUTHOR version of IH2 look for and use ver 7 of IH2 (found in the DL section here Zen Cart™ Version: v1.3.8 Version: Ver 2.0 rev 7,
    In general you should ALWAYS check the download section for the latest versions of MOST modules BEFORE you go to the authors website.. It's not written here because it's one of the things you "learn" or "figure out" after you've been here a bit.. Now there are SOME modules where the version on the author's website is the most up to date version..


    In the case of IH2, the original author is LONG gone, and so I won't be downloading ANYTHING from his site.. I personally always check BOTH the author's website (if it exists) to make SURE I have the latest version.. I also make a habit of reading through the support threads for the modules I use so I can have a FULL sense of where the modules stands before I download and install..


    Hope that helps others..

  5. #4635
    Join Date
    Feb 2005
    Location
    Germany
    Posts
    633
    Plugin Contributions
    2

    Default Re: Image Handler 2 Support

    There was already a link to the zen-cart download section on the front page of breakmyzencart. I've added an additional note to http://breakmyzencart.com/image-handler/ so people who read at least the first few lines on the page should know where to look for up to date versions. The site will still continue to exist, but I think the info is prominent enough.

    Cheers
    Tim

  6. #4636
    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 timkroeger View Post
    There was already a link to the zen-cart download section on the front page of breakmyzencart. I've added an additional note to http://breakmyzencart.com/image-handler/ so people who read at least the first few lines on the page should know where to look for up to date versions. The site will still continue to exist, but I think the info is prominent enough.

    Cheers
    Tim
    I think the very first blog post on your site covers it..

    Most up to date versions of image handler modified for current releases of zen-cart can be found in the zen-cart.com download section. As I have no time to take care of this project, the zen-cart community has continued to support and keep image handler up to date. This page will still continue to exist though.

  7. #4637
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by timkroeger View Post
    There was already a link to the zen-cart download section on the front page of breakmyzencart. I've added an additional note to http://breakmyzencart.com/image-handler/ so people who read at least the first few lines on the page should know where to look for up to date versions. The site will still continue to exist, but I think the info is prominent enough.

    Cheers
    Tim
    Tim, I was delighted to read your post. It's been a very long time. Hope life is treating you well. Best wishes!

  8. #4638
    Join Date
    Apr 2008
    Location
    Flint, Michigan
    Posts
    687
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by DivaVocals View Post
    What you want is not part of IH2's features. You would need to have this custom coded for you..
    I looked around forum for answer to this and keep getting re-directed back to this mod. I have Image Handler loaded. It works great. When I load one image and gives me larger one for product pages. On main page, it gives image with title as you hover over image. I would like the image/picture of the hover to stop. You can see it on my main page at www.burnerbooks.com. You have to go down to Specials and new products.

    Will deleting stylesheet_image_hover and jscript_imagehover.js stop hover effect over main page images?

  9. #4639
    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 kburner View Post
    I looked around forum for answer to this and keep getting re-directed back to this mod. I have Image Handler loaded. It works great. When I load one image and gives me larger one for product pages. On main page, it gives image with title as you hover over image. I would like the image/picture of the hover to stop. You can see it on my main page at www.burnerbooks.com. You have to go down to Specials and new products.

    Will deleting stylesheet_image_hover and jscript_imagehover.js stop hover effect over main page images?
    You can turn off the hover effect from the admin..

  10. #4640
    Join Date
    Jun 2007
    Location
    Posadas, Misiones, Argentina
    Posts
    220
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Hi there

    I'm having a problem with my additional images.

    I have zen 1.3.8a and the last version of IH2.

    Take a look on this page:

    http://www.scrapparty-digishop.com/i...roducts_id=198

    main image called: Akre_ARomanticNight.jpg

    additionals called: Akre_ARomanticNight_01.jpg

    and Akre_ARomanticNight_02.jpg

    in my admin area... everything looks ok...

    sorry if this problem was solved before... I just spend 8 hours searching and reading... and when I found a people with my same problem... the person don't post again... or just don't get a reply.... and like my main language is not english... I have a bit loss at this point...

    thanks in advance...
    URL: http://www.littledreamswarehouse.com/shop
    Zen Version: 1.3.89h
    Zen Template: orange modified

 

 

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