Page 432 of 710 FirstFirst ... 332382422430431432433434442482532 ... LastLast
Results 4,311 to 4,320 of 7099
  1. #4311
    Join Date
    Feb 2007
    Location
    South Florida, USA
    Posts
    1,374
    Plugin Contributions
    4

    Default Re: Image Handler 2 Support

    I have thought of some stuff that was not mentioned in the section "Troubleshooting in a nutshell" of the mod.
    First, _MED and _LRG suffixes are not used by IH, this is stock Zen Cart.
    The entries that IH makes in Admin -> Configuration -> Images are clearly denoted by a leading IH.
    If you want IH to operate trouble-free don't use any of that, just use the Default button and browse.
    Let IH do the naming of your additional images, the resizing, etc.
    If you are using mass upload utilities like Easy Populate, just follow the Zen Cart convention, e.g:
    main_image.jpg (IH sees this is as image 0)
    so additional images would be:
    main_image_01.jpg
    main_image_02.jpg
    and so on.
    Please understand that IH gives you the ability to use _MED and _LRG only for compatibility with Zen Cart.
    Also, images are case-sensitive, eg. .JPG is NOT the same as .jpg, many cases of irretrievable images can be tracked down to a simple case oversight.
    Avoid using special characters in images like: , / | \ ' " all these have meaning.
    Special characters should be avoided in product names too, IH displays them.
    Lastly, I have seen users modify Zen Cart core files to avoid the display of the <title> tag.
    This tag is the product name, if not specified otherwise.
    The justification is that there is less clutter in the images, and they become more aesthetically pleasing.
    A matter of opinion, but a tad bit short-sighted.
    The <title> tag is used by search engines when indexing images.
    If you don't believe me, look here:
    http://www.zen-cart.com/forum/showpo...2&postcount=24
    adapt this to image indexing, if you become creative with your <title> tags in your images, you will achieve better SEO rankings.
    Bottom line, don't mess with IH2, the original author sure knew what he was doing.
    Lastly, MAKE SURE THAT YOU UPLOAD ALL FILES IN CORRECT LOCATION!

  2. #4312
    Join Date
    Sep 2009
    Posts
    3
    Plugin Contributions
    0

    Default Additional images not working correctly

    Concerning this issue i have noticed that this is a problem of additional images galleries mods like zenlightbox and not an IH2 problems.

    The most of times on various shops i found installed an old version of zen lightbox especially Zen Lightbox v1.4 aclarke 2007-09-22 .

    The troubles were arising from the file:
    /includes/modules/YOURTEMPLATE/additional_images.php

    At about line 84:
    Code:
        $flag_has_large = file_exists($products_image_large);
    Replace with:

    Code:
        $flag_has_large = true;//file_exists($products_image_large);
    Like in the original IH2 mods V7 files.

    After you have modified this file, reset IH2 cache or (better) directly deletes all bmz_cache subdirs by ftp.

    Ciao

  3. #4313
    Join Date
    Aug 2009
    Posts
    6
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Okay, just installed Image Handler after trying it out on my localhost site where it worked fine. The basic functionality is working fine on my live site except that I no longer see my featured products on my main page. If I select the featured products link on my home page it pulls them up.

    homepage is: www.amendmentarms.com

    Thanks!

  4. #4314
    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 giffmann View Post
    Okay, just installed Image Handler after trying it out on my localhost site where it worked fine. The basic functionality is working fine on my live site except that I no longer see my featured products on my main page. If I select the featured products link on my home page it pulls them up.

    homepage is: www.amendmentarms.com

    Thanks!
    Are you sure you turned on featured products to display on the main page when you moved the site over?? Could be that simple.. IH installed correctly would not affect the ability of featured products to display on the main page..

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

    Default Re: Additional images not working correctly

    Quote Originally Posted by Lorenzo1915 View Post
    Replace with...Ciao
    Grazie per contribuire.
    I have never tested ZL 1.4.
    However rev 7 worked fine with 1.3 and 1.5.
    If replacing the file with the one included in rev 7 solves the issue, then great.
    My suggestion would be to overwrite all IH2 files with the ones in rev 7, just in case.
    Ciao.

  6. #4316
    Join Date
    Aug 2009
    Posts
    6
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by DivaVocals View Post
    Are you sure you turned on featured products to display on the main page when you moved the site over?? Could be that simple.. IH installed correctly would not affect the ability of featured products to display on the main page..
    Yup. Course I opened up my localhost session and it's missing from there now too.

    Curious...

  7. #4317
    Join Date
    Jan 2007
    Location
    1.5 miles from Home
    Posts
    674
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by giffmann View Post
    Yup. Course I opened up my localhost session and it's missing from there now too.

    Curious...
    Your main page is not loading correctly, in fact it is fails half way.
    When I go to one of your product page, then that page will load correct.

    Could be you have a corrupt image.
    Zen Cart will stop loading when it tries to load a corrupt image.

    Couple posts back, ckosloff list a few no-no's that can cause this.
    Another is uploading a large size file(s) that the server times out on trying to process the file(s).

    M

  8. #4318
    Join Date
    Aug 2009
    Posts
    6
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by tophand View Post
    Your main page is not loading correctly, in fact it is fails half way.
    When I go to one of your product page, then that page will load correct.

    Could be you have a corrupt image.
    Zen Cart will stop loading when it tries to load a corrupt image.

    Couple posts back, ckosloff list a few no-no's that can cause this.
    Another is uploading a large size file(s) that the server times out on trying to process the file(s).

    M
    My page is loading fine both in IE and Firefox on my laptop. Wonder what's up there.

    I will go back and look at that post. Thanks.

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

    Default Re: Image Handler 2 Support

    Quote Originally Posted by giffmann View Post
    My page is loading fine both in IE and Firefox
    http://www.amendmentarms.com/
    did not load at all for me.
    Check server error logs with your webhost.

  10. #4320
    Join Date
    Aug 2009
    Posts
    6
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Looks like the server is actually down with my hosting site. I could not hit the site or the admin or the FTP so I called my host and it is a server problem. Should be fixed in an hour or so....more to come!

 

 

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