Page 1 of 2 12 LastLast
Results 1 to 10 of 1096

Hybrid View

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

    Default Re: Image Handler 3 Support Thread

    Quote Originally Posted by timkroeger View Post
    Impressive posts!

    Just wanted to add, that there was some documentation online at the old breakmyzencart site. I didn't download the new version so forgive me, if the info is already contained in the new documentation readme. The above site might be obsolete now but maybe there is some useful example.

    Cheers
    Tim
    As I have stated in my previous posts leading up to this release, I have already incorporated all of the documentation from your old site into the new readme.. Some of it is obsolete, but the relevant portions needed to be included into the readme docs (and they were -- some word for word)..

    I wanted to avoid the confusion of sending people to your old site because we've had folks download things from there before and come here seeking help with an outdated version of Image Handler.. (hence why we reconciled the relevant information with the previous versions of the readme)
    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. #2
    Join Date
    Sep 2008
    Posts
    397
    Plugin Contributions
    0

    Default Re: Image Handler 3 Support Thread

    Is IH3 work good in flash site? For first time user, is better to install IH3 directly, or use IH2 first?
    Last edited by hara; 29 Apr 2011 at 10:22 PM.

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

    Default Re: Image Handler 3 Support Thread

    Quote Originally Posted by hara View Post
    Is IH3 work good in flash site? For first time user, is better to install IH3 directly, or use IH2 first?
    Dunno what your first question means.. Are you talking about using FLASH animations as product images??

    As for your second question, in my experience I always install the latest and greatest STABLE version..

    On another note, posting questions on BOTH support forums is kinda unproductive.. Asking the SAME question about two versions of the SAME software which are largely the same BASE code is redundant.. Please pick a version, download it, and read the readme for BOTH versions (or skip to the changelog of the latest to see what changed) and post your question in the appropraite support thread..

    Also you might consider creating a test store and installing Image Handler so you can test it out for yourself.. You'll have a MUCH better sense about what Image Handler does if you install it, and use the readme as a guide to help you configure and use the add-on..
    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.

  4. #4
    Join Date
    Sep 2010
    Posts
    24
    Plugin Contributions
    0

    Default Re: Image Handler 3 Support Thread

    I install version 3 of IH and its working great but I geting in cache error
    Code:
    PHP Warning:  htmlentities() [<a href='function.htmlentities'>function.htmlentities</a>]: Invalid multibyte sequence in argument in /includes/classes/bmz_image_handler.class.php on line 690

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

    Default Re: Image Handler 3 Support Thread

    Quote Originally Posted by vescera View Post
    I install version 3 of IH and its working great but I geting in cache error
    Code:
    PHP Warning:  htmlentities() [<a href='function.htmlentities'>function.htmlentities</a>]: Invalid multibyte sequence in argument in /includes/classes/bmz_image_handler.class.php on line 690
    Sounds like invalid characters in your image names.. Re-check that you image names do not include spaces or invalid characters.
    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. #6
    Join Date
    Sep 2010
    Posts
    24
    Plugin Contributions
    0

    Default Re: Image Handler 3 Support Thread

    Quote Originally Posted by DivaVocals View Post
    Sounds like invalid characters in your image names.. Re-check that you image names do not include spaces or invalid characters.
    Yes I suspect that this giving me cache error.
    Problem is that I have 30000 pictures in 50 folders and I have to find what pictures have invalid characters.

    Thanx for support!

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

    Default Re: Image Handler 3 Support Thread

    Quote Originally Posted by vescera View Post
    Yes I suspect that this giving me cache error.
    Problem is that I have 30000 pictures in 50 folders and I have to find what pictures have invalid characters.

    Thanx for support
    !
    Sorry..
    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.

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

    Default Re: Image Handler 3 Support Thread

    Quote Originally Posted by vescera View Post
    Yes I suspect that this giving me cache error.
    Problem is that I have 30000 pictures in 50 folders and I have to find what pictures have invalid characters.

    Thanx for support!
    you should just be able to run a query on your database (products table), and get it to return all products whose image has invalid characters

    That should give you an idea of what quantity of product images you are dealing with
    Webzings Design
    Semi retired from Web Design

  9. #9
    Join Date
    Nov 2011
    Posts
    6
    Plugin Contributions
    0

    help question Re: Image Handler 3 Support Thread

    Hi,

    First of All, Thank you for such a great module. It is really life saver :))

    Although everything is great, i have a question to ask regarding attribute images. I will be using attribute checkbox images to show list of available add-on of my product.

    Problem is that attribute images will take a lot of spaces as i will place a lot of them for a product. I tried attribute image pop-up module. It really servers the purpose but since i have your module installed, i want them to be visually same.

    Instead of using pop-up to show larger attribute image, how can i use your mouseover box which shows medium images? Box appears as mouse cursor is over the image and closes as the cursor away from the image.

    Thank You very much in advance.

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

    Default Re: Image Handler 3 Support Thread

    This question is not related to support for this module.. You should re-post it in the forum. IH3 does not manage attrubute images..

    Quote Originally Posted by BuRocKNRoLL View Post
    Hi,

    First of All, Thank you for such a great module. It is really life saver :))

    Although everything is great, i have a question to ask regarding attribute images. I will be using attribute checkbox images to show list of available add-on of my product.

    Problem is that attribute images will take a lot of spaces as i will place a lot of them for a product. I tried attribute image pop-up module. It really servers the purpose but since i have your module installed, i want them to be visually same.

    Instead of using pop-up to show larger attribute image, how can i use your mouseover box which shows medium images? Box appears as mouse cursor is over the image and closes as the cursor away from the image.

    Thank You very much in advance.
    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.

 

 
Page 1 of 2 12 LastLast

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. AJAX IMAGE Swapper support thread
    By jaycode in forum All Other Contributions/Addons
    Replies: 785
    Last Post: 13 Jan 2016, 11:48 PM
  3. v138a Image Handler 2 (for ZC v1.3.8 ONLY) Support
    By timkroeger in forum All Other Contributions/Addons
    Replies: 7098
    Last Post: 12 Oct 2014, 03:48 AM
  4. Image Titles Support Thread
    By gjh42 in forum All Other Contributions/Addons
    Replies: 155
    Last Post: 9 Sep 2014, 04:51 AM
  5. Image Handler Support Please
    By nadinesky in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 30 Sep 2013, 03:47 PM

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