Page 63 of 169 FirstFirst ... 1353616263646573113163 ... LastLast
Results 621 to 630 of 1685
  1. #621
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Image Handler 4 Support Thread (BEFORE YOU POST A SUPPORT QUESTION HERE)

    Quote Originally Posted by snoz4343 View Post
    thanks for all of the help. I don't know why its uploading to med, large. I just download the image from my dealer, and then upload it on zen cart. I did have to change my small image width to 50, so that I could get 10 images on a page without the images taking up the whole page. I will shorten the names and try it. Do you know why its uploading as medium, large, without me putting that in the name? Thanks
    Normally you would only upload the default image and IH4 will create medium and large images for you.. I suspect that you are using the medium image and large image upload functions in the IH4 admin which you do not need to do UNLESS you want to use a DIFFERENT image for medium and large images (which IH has ALWAYS supported).. If you are using the medium or large image upload, then IH4 will name the image accordingly.. The default image upload is the most common use of IH4.. So you should use that if you only have ONE image that will be displayed for small, medium, or large images..

    Please re-read the IH readme.. It really is covered in excruciating detail how to use this app and we tried to pay particular attention this go round to the image upload as we had discovered a BOATLOAD of features that were previously not well documented in IH's readme file and only ddocumented on the original authors site.. I incorporated Tim's usage guides into the current readme so it is CHOCK FULL of good information..
    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. #622
    Join Date
    Apr 2013
    Location
    Utah
    Posts
    3
    Plugin Contributions
    0

    Default Re: Image Handler 4 Support Thread (BEFORE YOU POST A SUPPORT QUESTION HERE)

    Quote Originally Posted by DivaVocals View Post
    Normally you would only upload the default image and IH4 will create medium and large images for you.. I suspect that you are using the medium image and large image upload functions in the IH4 admin which you do not need to do UNLESS you want to use a DIFFERENT image for medium and large images (which IH has ALWAYS supported).. If you are using the medium or large image upload, then IH4 will name the image accordingly.. The default image upload is the most common use of IH4.. So you should use that if you only have ONE image that will be displayed for small, medium, or large images..

    Please re-read the IH readme.. It really is covered in excruciating detail how to use this app and we tried to pay particular attention this go round to the image upload as we had discovered a BOATLOAD of features that were previously not well documented in IH's readme file and only ddocumented on the original authors site.. I incorporated Tim's usage guides into the current readme so it is CHOCK FULL of good information..
    Thanks for all the help. My problem has been solved by using shorter names. I have been uploading all of my images to the default window in the image handler, I haven't used the medium or large. But everything seems to be working good now. Thanks

  3. #623
    Join Date
    Apr 2013
    Location
    Dublin
    Posts
    1
    Plugin Contributions
    0

    Default Re: Image Handler 4 Support Thread (BEFORE YOU POST A SUPPORT QUESTION HERE)

    I am updating from 1.3.9 to new zen cart 1.5.1.

    I was using IH2 but now I am installing IH4. I have to merge some changes to IH4 files before the install and when I was comparing files I noticed that line 101 in IH4 in additional_images.php is different than in zen cart 1.5.1 See below:

    IH4:
    // Link Preparation:
    $script_link = '<script language="javascript" type="text/javascript"><!--' . "\n" . 'document.write(\'' . ($flag_display_large ? '<a href="javascriptopupWindow(\\\'' . str_replace($products_image_large, urlencode(addslashes($products_image_large)), $large_link) . '\\\')">' . $thumb_slashes . '<br />' . TEXT_CLICK_TO_ENLARGE . '<\/a>' : $thumb_slashes) . '\');' . "\n" . '//--></script>';

    ZC 1.5.1
    // Link Preparation:
    $script_link = '<script language="javascript" type="text/javascript"><!--' . "\n" . 'document.write(\'' . ($flag_display_large ? '<a href="javascriptopupWindow(\\\'' . str_replace($products_image_large, urlencode(addslashes($products_image_large)), $large_link) . '\\\')">' . $thumb_slashes . '<br />' . TEXT_CLICK_TO_ENLARGE . '</a>' : $thumb_slashes) . '\');' . "\n" . '//--></script>';


    the only difference is
    IH4:
    '<\/a>'
    ZC 1.5.1
    '</a>'

    In IH2 this code was same as in zc 1.5.1.
    Is this backlash needed here?

  4. #624
    Join Date
    Feb 2013
    Posts
    104
    Plugin Contributions
    0

    Default Re: Image Handler 4 Support Thread (BEFORE YOU POST A SUPPORT QUESTION HERE)

    I got a problem. Image Handler works very well in my store site, but something wrong with admin/tools/Image Handler. some product can appear in "Image manager" of Image Handler, but most other product can't appear here which also works well on store site. If I choose these "abnormal" product, it will jump to "admin tool" of Image Handler.
    (Image Handler 4)
    Thanks a lot.

  5. #625
    Join Date
    Feb 2013
    Posts
    104
    Plugin Contributions
    0

    Default Re: Image Handler 4 Support Thread (BEFORE YOU POST A SUPPORT QUESTION HERE)

    Quote Originally Posted by fanisme View Post
    I got a problem. Image Handler works very well in my store site, but something wrong with admin/tools/Image Handler. some product can appear in "Image manager" of Image Handler, but most other product can't appear here which also works well on store site. If I choose these "abnormal" product, it will jump to "admin tool" of Image Handler.
    (Image Handler 4)
    Thanks a lot.
    I think I shoud re-describe my issue for understandablity.
    I got a problem. I uploaded some product through EZ-populate and I can see all of them on my store which looks that IH works very well. But when I get into "admin/tools/Image Handler/image manager" to add some additional pictures for product, I can't choose some categories (not all) which have product. It alwarys jump to "admin/tools/Image Handler/admin tool", as soon as I choose those categories.

    Thanks a lot.

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

    Default Re: Image Handler 4 Support Thread (BEFORE YOU POST A SUPPORT QUESTION HERE)

    Quote Originally Posted by fanisme View Post
    I think I shoud re-describe my issue for understandablity.
    I got a problem. I uploaded some product through EZ-populate and I can see all of them on my store which looks that IH works very well. But when I get into "admin/tools/Image Handler/image manager" to add some additional pictures for product, I can't choose some categories (not all) which have product. It alwarys jump to "admin/tools/Image Handler/admin tool", as soon as I choose those categories.

    Thanks a lot.
    Thanks for providing a clearer explanation..

    and since this is not likely a bug or a defect (or others would have reported the issue) you need to provide LOTS AND LOTS of details.. starting with which categories/products "work" and which ones "don't work".. Provide links.. don't make folks root around your store looking for products/categories that "might" be where you are having issues..
    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.

  7. #627
    Join Date
    Feb 2013
    Posts
    104
    Plugin Contributions
    0

    Default Re: Image Handler 4 Support Thread (BEFORE YOU POST A SUPPORT QUESTION HERE)

    Quote Originally Posted by DivaVocals View Post
    Thanks for providing a clearer explanation..

    and since this is not likely a bug or a defect (or others would have reported the issue) you need to provide LOTS AND LOTS of details.. starting with which categories/products "work" and which ones "don't work".. Provide links.. don't make folks root around your store looking for products/categories that "might" be where you are having issues..
    Only the category "bracelets" can be choosed, the others are invalid. As what you can see on my store, all of the products of every category can show very well. The link:www.moimoii.com
    Name:  2013-5-3 17-31-56.jpg
Views: 94
Size:  45.9 KB

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

    Default Re: Image Handler 4 Support Thread (BEFORE YOU POST A SUPPORT QUESTION HERE)

    Quote Originally Posted by fanisme View Post
    Only the category "bracelets" can be choosed, the others are invalid. As what you can see on my store, all of the products of every category can show very well. The link:www.moimoii.com
    Name:  2013-5-3 17-31-56.jpg
Views: 94
Size:  45.9 KB
    Great.. now can you save me the trouble of rooting around your store and randomly clicking on links looking for stuff please?? Please provide what I asked for before and post links to SPECIFIC PRODUCTS IN YOUR STORE where you see the issue and then post links to SPECIFIC PRODUCTS IN YOUR STORE where you don't have the issue.. Screen prints of your admin are not very helpful...A

    lso you can only CHOOSE categories with an asterisk next to them.. So you can CHOOSE "Drops", but not "Earrings"
    Last edited by DivaVocals; 3 May 2013 at 05:31 PM.
    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.

  9. #629
    Join Date
    Feb 2013
    Posts
    104
    Plugin Contributions
    0

    Default Re: Image Handler 4 Support Thread (BEFORE YOU POST A SUPPORT QUESTION HERE)

    Quote Originally Posted by DivaVocals View Post
    Great.. now can you save me the trouble of rooting around your store and randomly clicking on links looking for stuff please?? Please provide what I asked for before and post links to SPECIFIC PRODUCTS IN YOUR STORE where you see the issue and then post links to SPECIFIC PRODUCTS IN YOUR STORE where you don't have the issue.. Screen prints of your admin are not very helpful...A

    lso you can only CHOOSE categories with an asterisk next to them.. So you can CHOOSE "Drops", but not "Earrings"
    Appeciate your help.
    I mean I can't see anything wrong with online catalog (www.moimoii.com), at least not show on the website. Every product has small, med and large pictures which are showed very well by zen-lightbox , so there is no SPECIFIC PRODUCT which have issue on my website. The point is some of the categories can't be chosen and product-edited in admin/tools/IH/image manager, for example I can't add an additional image for product. Once I choose those categories, it will jump to the interface of admin/tools/IH/admin tools. (By the way, I only choose categories with an asterisk next to them). And I tried to use IH through clicking on the small IH icon of categories/products/one product, it also jump to the interface of admin/tools/IH/admin tools.

  10. #630
    Join Date
    Feb 2013
    Posts
    104
    Plugin Contributions
    0

    Default Re: Image Handler 4 Support Thread (BEFORE YOU POST A SUPPORT QUESTION HERE)

    Quote Originally Posted by fanisme View Post
    Appeciate your help.
    I mean I can't see anything wrong with online catalog (www.moimoii.com), at least not show on the website. Every product has small, med and large pictures which are showed very well by zen-lightbox , so there is no SPECIFIC PRODUCT which have issue on my website. The point is some of the categories can't be chosen and product-edited in admin/tools/IH/image manager, for example I can't add an additional image for product. Once I choose those categories, it will jump to the interface of admin/tools/IH/admin tools. (By the way, I only choose categories with an asterisk next to them). And I tried to use IH through clicking on the small IH icon of categories/products/one product, it also jump to the interface of admin/tools/IH/admin tools.
    Please watch the video for the issue:http://www.youtube.com/watch?v=HP9Mp...ature=youtu.be

 

 

Similar Threads

  1. v158 Image Handler 5 (for v1.5.5 - v1.5.8) Support Thread
    By lat9 in forum All Other Contributions/Addons
    Replies: 592
    Last Post: 12 Apr 2024, 09:06 PM
  2. Attribute image replaces main product image on select [Support Thread]
    By exoticcorpse in forum All Other Contributions/Addons
    Replies: 158
    Last Post: 24 Aug 2020, 05:07 PM
  3. 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
  4. 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
  5. Image Handler Support Please
    By nadinesky in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 30 Sep 2013, 03:47 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