Page 103 of 169 FirstFirst ... 35393101102103104105113153 ... LastLast
Results 1,021 to 1,030 of 1685
  1. #1021
    Join Date
    Sep 2011
    Posts
    135
    Plugin Contributions
    0

    Default Re: Image Handler v4.3.3

    Hi, yes Ive been using IH3 for years and I understand the fundamentals.

    But this is different, these products already had their images in place before I installed IH4.

    Also I didnt say anywhere in my post that I put images in folders, Im saying the link that zencart is offering as a click to zoom link has /large/ and _LRG.jpg added to it.

    Quote Originally Posted by DivaVocals View Post
    As stated in the readme (and few times in this support thread) You do NOT upload ANY images to the large or medium folders.. Upload your LARGEST image and IH4 will create the optimized small, medium, and large images..

  2. #1022
    Join Date
    Aug 2005
    Location
    Vic, Oz
    Posts
    1,905
    Plugin Contributions
    5

    Default Re: Image Handler v4.3.3

    Quote Originally Posted by Chargin View Post
    Hi, yes Ive been using IH3 for years and I understand the fundamentals.

    But this is different, these products already had their images in place before I installed IH4.

    Also I didnt say anywhere in my post that I put images in folders, Im saying the link that zencart is offering as a click to zoom link has /large/ and _LRG.jpg added to it.
    That usually means that their are already images in the large folder for that product.
    Delete those images and IH4 will take over and create the large image.
    Existing images if found are used instead of IH4 generated images

  3. #1023
    Join Date
    Sep 2011
    Posts
    135
    Plugin Contributions
    0

    Default Re: Image Handler v4.3.3

    Well the large folder is empty apart from the watermark_LRG.jpg image.
    Ive tried adding new products using the add product page to upload the image, the images are all going into the /images/ folder as expected, but the click to zoom link is always looking for a LRG jpg in the large folder...

  4. #1024
    Join Date
    Aug 2005
    Location
    Vic, Oz
    Posts
    1,905
    Plugin Contributions
    5

    Default Re: Image Handler v4.3.3

    Quote Originally Posted by Chargin View Post
    Well the large folder is empty apart from the watermark_LRG.jpg image.
    Ive tried adding new products using the add product page to upload the image, the images are all going into the /images/ folder as expected, but the click to zoom link is always looking for a LRG jpg in the large folder...
    Ooops I missed the "click to zoom" part
    That NOT standard zencart or IH4 functionality.
    You would be using another mod for that..
    Find out which one and search for details on integrating it with IH4

  5. #1025
    Join Date
    Sep 2011
    Posts
    135
    Plugin Contributions
    0

    Default Re: Image Handler v4.3.3

    I thought it would be the same sort of setup as the other zoom systems mentioned in the IH4 instructions, ie Zen lightbox etc.

    Maybe someone can point me in the right direction, which file in zencart generates the link from the main image on the product page to the full size version of that image?
    Perhaps the standard zencart functionality doesnt do that? but 90% of all themes use some form of lightbox.

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

    Default Re: Image Handler v4.3.3

    Quote Originally Posted by Chargin View Post
    I thought it would be the same sort of setup as the other zoom systems mentioned in the IH4 instructions, ie Zen lightbox etc.

    Maybe someone can point me in the right direction, which file in zencart generates the link from the main image on the product page to the full size version of that image?
    Perhaps the standard zencart functionality doesnt do that? but 90% of all themes use some form of lightbox.
    IH4 works with Zen Lightbox, Zen Colorbox, and Fual Slimbox.. If your theme is using some other lightbox, then you should check in with your theme creator for guidance on how to integrate it with IH4.. They would be better informed to answer this.. and you can START by asking them where in their code they hardcoded the link to the "large" image folder.
    Last edited by DivaVocals; 5 Mar 2014 at 09:40 AM.
    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. #1027
    Join Date
    Sep 2011
    Posts
    135
    Plugin Contributions
    0

    Default Re: Image Handler v4.3.3

    Looking at the .js files it seems its "jQuery lightBox plugin"
    Im not sure why it would be looking for a different URL for the image.
    Ill ask templatemonster.... they usually arent much help.....

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

    Default Re: Image Handler v4.3.3

    Quote Originally Posted by Chargin View Post
    Looking at the .js files it seems its "jQuery lightBox plugin"
    Im not sure why it would be looking for a different URL for the image.
    Ill ask templatemonster.... they usually arent much help.....
    No hence why I refer to them as Template Monstrosity..


    Suggest unhinging their lightbox and installing one that works with IH4..
    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. #1029
    Join Date
    May 2007
    Posts
    79
    Plugin Contributions
    1

    Default Re: Image Handler v4.3.3

    I am using zen cart 1.5.1 and have become concerned about the number of hacking attempts that I see in the server error logs.I am making an effort to beef up site security and believe the images folders are vulnerable.
    Image Handler4 seems to need permissions of 755 on folders in the bmz_cache and 666 on image files within the cache in order to work properly.If I protect the bmz_cache folder with htaccess is that going to be hack resistant ?

  10. #1030
    Join Date
    Sep 2011
    Posts
    135
    Plugin Contributions
    0

    Default Re: Image Handler v4.3.3

    Well seems it was a very easy fix to the issue I asked about here earlier. Perhaps its more of a hack but its all working now.

    I edited this line in main_product_image.php and removed large/

    $products_image_large = DIR_WS_IMAGES . 'large/' . $products_image_base . IMAGE_SUFFIX_LARGE . $products_image_extension;

    Then just changed the Product Info - Image Large Suffix to nothing from LRG and it now works fine.


    Beats installing a whole new lightbox...

 

 

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: 582
    Last Post: 18 Feb 2024, 07:53 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