Page 73 of 169 FirstFirst ... 2363717273747583123 ... LastLast
Results 721 to 730 of 1688
  1. #721
    Join Date
    Jan 2006
    Location
    Kentwood, Louisiana, United States
    Posts
    117
    Plugin Contributions
    0

    Default Re: Image Handler 4 (for v1.5.x) Support Thread

    Yes, I see that this is not a IH issue. I have tried and tried to download the newest version of IH4 but keep getting the message below no matter when I try or how long I wait between trying to download:

    "Message: Slow Down! You are trying to download files too quickly. You must wait 26 seconds before you may download another file."

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

    Default Re: Image Handler 4 (for v1.5.x) Support Thread

    Quote Originally Posted by jonisolis View Post
    Yes, I see that this is not a IH issue. I have tried and tried to download the newest version of IH4 but keep getting the message below no matter when I try or how long I wait between trying to download:

    "Message: Slow Down! You are trying to download files too quickly. You must wait 26 seconds before you may download another file."
    Then you will need to contact the site admins as I have no control over how the module downloads section functions..
    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. #723
    Join Date
    Jan 2006
    Location
    Kentwood, Louisiana, United States
    Posts
    117
    Plugin Contributions
    0

    Default Re: Image Handler 4 (for v1.5.x) Support Thread

    Sorry, how do I contact the site admins? Thanks!

  4. #724
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: Image Handler 4 (for v1.5.x) Support Thread

    Quote Originally Posted by jonisolis View Post
    Sorry, how do I contact the site admins? Thanks!
    Bottom of the web page (contact us) or this link: http://www.zen-cart.com/sendmessage.php
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  5. #725
    Join Date
    Jan 2006
    Location
    Kentwood, Louisiana, United States
    Posts
    117
    Plugin Contributions
    0

    Default Re: Image Handler 4 (for v1.5.x) Support Thread

    Thank you!

  6. #726
    Join Date
    Dec 2011
    Posts
    92
    Plugin Contributions
    0

    Default Main Product Image Does Not Display

    I wonder if anyone can help me with this issue that I have never been able to solve since installing Image Handler.

    I am using image handler with Zen Lightbox on v1.5.0.

    I have uploaded an image to my 'furniture' image directory within the Image Handler admin. This all works fine, and within the admin I can see that small, medium and large images have been successfully created. However when I go to my product detail page the main product image is missing, and instead just the image name is displayed as a hyperlink. If I click this hyperlink my image is displayed in Zen Lightbox correctly.

    I have used Firebug and have discovered that my product detail page is looking for an image with the same name that I have uploaded using Image Handler but with a _MED suffix and within images/medium/furniture rather than images/furniture which is the directory I chose in the Image Handler admin.

    I have been playing around with this for months but cannot work out why it is exhibiting this behaviour, and wondered whether anyone could point me in the right direction for a fix? The only way I have found to workaround this issue is to create an image with a _MED.jpg suffix and manually upload this to the location my product info page is expecting it to be, but obviously this is not ideal.

    An example of a page where this is happening can be found here

    I would appreciate any pointers anyone can give me.

    Many thanks

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

    Default Re: Main Product Image Does Not Display

    Quote Originally Posted by OLCS View Post
    I wonder if anyone can help me with this issue that I have never been able to solve since installing Image Handler.

    I am using image handler with Zen Lightbox on v1.5.0.

    I have uploaded an image to my 'furniture' image directory within the Image Handler admin. This all works fine, and within the admin I can see that small, medium and large images have been successfully created. However when I go to my product detail page the main product image is missing, and instead just the image name is displayed as a hyperlink. If I click this hyperlink my image is displayed in Zen Lightbox correctly.

    I have used Firebug and have discovered that my product detail page is looking for an image with the same name that I have uploaded using Image Handler but with a _MED suffix and within images/medium/furniture rather than images/furniture which is the directory I chose in the Image Handler admin.

    I have been playing around with this for months but cannot work out why it is exhibiting this behaviour, and wondered whether anyone could point me in the right direction for a fix? The only way I have found to workaround this issue is to create an image with a _MED.jpg suffix and manually upload this to the location my product info page is expecting it to be, but obviously this is not ideal.

    An example of a page where this is happening can be found here

    I would appreciate any pointers anyone can give me.

    Many thanks
    SOmething in your store/install is screwy which explains the issue.. IH4 is a straighforward install even with ZLB.. You should double check your install and make sure all the right modifications are in place and that, other image add-ons which don't play so nicely with IH4, or your template itself aren't the cause of the issue.. Wish I had more to offer in the way of help..
    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. #728
    Join Date
    Dec 2011
    Posts
    92
    Plugin Contributions
    0

    Default Re: Main Product Image Does Not Display

    Quote Originally Posted by DivaVocals View Post
    SOmething in your store/install is screwy which explains the issue.. IH4 is a straighforward install even with ZLB.. You should double check your install and make sure all the right modifications are in place and that, other image add-ons which don't play so nicely with IH4, or your template itself aren't the cause of the issue.. Wish I had more to offer in the way of help..
    Hi DivaVocals,

    Many thanks for taking the time to respond. I did a new install last night of Image Handler and still no joy. I don't have any other image addons within my site so I am guessing therefore that the issue must be something to do with my template.

    Thanks for your help

  9. #729
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,764
    Plugin Contributions
    30

    Default Version: v4.3.1 template popup additional images code change error

    While revising this latest version I find this code change:
    PHP Code:
     echo '<a href="javascript:window.close()">' zen_image(DIR_WS_IMAGES PRODUCTS_IMAGE_NO_IMAGE ' ' TEXT_CLOSE_WINDOW) . '</a>';  /*v4.3.1c-lat9*/ 
    This is supposed to show the "no image" image as defined in the admin, but it's incorrect. There should be a comma before the TEXT_CLOSE_WINDOW text or else said text concatenates into the image name preventing it from being found/displayed:
    PHP Code:
     echo '<a href="javascript:window.close()">' .  zen_image(DIR_WS_IMAGES PRODUCTS_IMAGE_NO_IMAGE,  TEXT_CLOSE_WINDOW) . '</a>';  /*v4.3.1c-lat9*/ 
    Steve
    github.com/torvista: BackupMySQL, Structured Data, Multiple Copy-Move-Delete, Google reCaptcha, Image Checker, Spanish Language Pack and more...

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

    Default Re: Version: v4.3.1 template popup additional images code change error

    Quote Originally Posted by torvista View Post
    While revising this latest version I find this code change:
    PHP Code:
     echo '<a href="javascript:window.close()">' zen_image(DIR_WS_IMAGES PRODUCTS_IMAGE_NO_IMAGE ' ' TEXT_CLOSE_WINDOW) . '</a>';  /*v4.3.1c-lat9*/ 
    This is supposed to show the "no image" image as defined in the admin, but it's incorrect. There should be a comma before the TEXT_CLOSE_WINDOW text or else said text concatenates into the image name preventing it from being found/displayed:
    PHP Code:
     echo '<a href="javascript:window.close()">' .  zen_image(DIR_WS_IMAGES PRODUCTS_IMAGE_NO_IMAGE,  TEXT_CLOSE_WINDOW) . '</a>';  /*v4.3.1c-lat9*/ 
    Good catch.. will update the package and re-submit..
    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.

 

 

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: 711
    Last Post: 10 May 2025, 02:13 PM
  2. Attribute image replaces main product image on select [Support Thread]
    By exoticcorpse in forum All Other Contributions/Addons
    Replies: 160
    Last Post: 28 Oct 2024, 10:50 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