Page 584 of 710 FirstFirst ... 84484534574582583584585586594634684 ... LastLast
Results 5,831 to 5,840 of 7099
  1. #5831
    Join Date
    Aug 2004
    Posts
    797
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Hopefully someone can point me in the right direction. This used to work, but somewhere along the way, something changed on our side and I'm trying to get it back to normal.

    Image Handler IS WORKING. However, it's not caching LARGE images.

    For example, go to one of our products here: http://www.mjmmagic.com/store/psyphe...d-p-11983.html

    You can see the MEDIUM image preview is cached by viewing the image source, and seeing that it's being pulled from the BMZ_Cache folder. However, when clicking to view the LARGER image, it's pulling from our default Images directory, and not a bmz_cache directory.

    I want to be able to put a watermark on these larger images, but can't seem to do it, and I think it's because it's not being cached correctly and only displaying the original images.

    Any ideas? I recently upgraded ZC from 1.3.8a to 1.3.9g.

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

    Default Re: Image Handler 2 Support

    Try deleting all the folders (NOT THE FILES) in the bmz_cache directory, go to the admin to clear the cache and let IH2 recreate your cache folders and see if that solves the issue..

    Quote Originally Posted by Jeff_Mash View Post
    Hopefully someone can point me in the right direction. This used to work, but somewhere along the way, something changed on our side and I'm trying to get it back to normal.

    Image Handler IS WORKING. However, it's not caching LARGE images.

    For example, go to one of our products here: http://www.mjmmagic.com/store/psyphe...d-p-11983.html

    You can see the MEDIUM image preview is cached by viewing the image source, and seeing that it's being pulled from the BMZ_Cache folder. However, when clicking to view the LARGER image, it's pulling from our default Images directory, and not a bmz_cache directory.

    I want to be able to put a watermark on these larger images, but can't seem to do it, and I think it's because it's not being cached correctly and only displaying the original images.

    Any ideas? I recently upgraded ZC from 1.3.8a to 1.3.9g.
    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. #5833
    Join Date
    Aug 2004
    Posts
    797
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    How would you delete the folders without it deleting the cached files contained within them?

    Or are you only saying that I should go to the IH2 admin and click "Clear Image Cache", and that will take care of everything for me?

  4. #5834
    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 Jeff_Mash View Post
    How would you delete the folders without it deleting the cached files contained within them?

    Or are you only saying that I should go to the IH2 admin and click "Clear Image Cache", and that will take care of everything for me?
    Depending on the version of IH2 you are running there are 1 or 2 files in the bmz_cache folder followed by the folders with the cached images.... delete the folders in bmz_cache, leave the two files alone..
    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.

  5. #5835
    Join Date
    Jul 2010
    Location
    Findon, UK
    Posts
    90
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    I have IH2 and Lightbox installed and have succeeded in getting additionel images on my product pages.

    However, I only want those additionel images shown in "Gallery" view and otherwise hidden. Is this possible ?
    Any advice much welcome.

    Kim, founder of PUREchocolatetruffles.co.uk

  6. #5836
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by Jeff_Mash View Post
    Hopefully someone can point me in the right direction. This used to work, but somewhere along the way, something changed on our side and I'm trying to get it back to normal.

    Image Handler IS WORKING. However, it's not caching LARGE images.

    For example, go to one of our products here: http://www.mjmmagic.com/store/psyphe...d-p-11983.html

    You can see the MEDIUM image preview is cached by viewing the image source, and seeing that it's being pulled from the BMZ_Cache folder. However, when clicking to view the LARGER image, it's pulling from our default Images directory, and not a bmz_cache directory.

    I want to be able to put a watermark on these larger images, but can't seem to do it, and I think it's because it's not being cached correctly and only displaying the original images.

    Any ideas? I recently upgraded ZC from 1.3.8a to 1.3.9g.
    What's your image setting for LARGE images. Keep in mind that IH will only cache large images if your LARGE image setting (width and height) is actually less than the original image uploaded.

    For example, let's say you upload an image that's 400 x 400 but your setting for large image is 600 x 400. Since your original image size is less than the image setting, IH will not create a cache. The logic behind caching is to speed things up and if your original image is small than your image setting, you don't gain anything so IH just displays the original image.

    SMALL and MEDIUM will always almost be cached because the size setting is most of the time small than the original image. If your original image is small than your small/medium setting they are not cache either.

    Well, at least this is how things worked when this was originally released...you will have to test my theory to make sure it hasn't changed in new versions.

  7. #5837
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by PUREchocolatetruffle View Post
    I have IH2 and Lightbox installed and have succeeded in getting additionel images on my product pages.

    However, I only want those additionel images shown in "Gallery" view and otherwise hidden. Is this possible ?
    Any advice much welcome.

    Kim, founder of PUREchocolatetruffles.co.uk
    If you remove the code below from your template it will remove additional images from showing on the product page. However, how are you planning to let your customers know that you have additional images if they don't click on the first image in your gallery.

    PHP Code:
    <!--bof Additional Product Images -->
    <?php
    /**
     * display the products additional images
     */
      
    require($template->get_template_dir('/tpl_modules_additional_images.php',DIR_WS_TEMPLATE$current_page_base,'templates'). '/tpl_modules_additional_images.php'); ?>
    <!--eof Additional Product Images -->

  8. #5838
    Join Date
    Aug 2004
    Posts
    797
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    That makes sense! So is there anyway to watermark the "large" image if it's smaller than your large settings?

    For example, let's say I upload an image thats 100x100, but let's say my "large" image dimensions are 300x300. It caches the small and medium size into the bmz_cache folder, but it uses the original image for the "large" size, loading right from my zen cart store/images folder. Is there anyway to watermark those then? I am guessing not, but I want to bounce it off you guys.


    Quote Originally Posted by BlessIsaacola View Post
    What's your image setting for LARGE images. Keep in mind that IH will only cache large images if your LARGE image setting (width and height) is actually less than the original image uploaded.

    For example, let's say you upload an image that's 400 x 400 but your setting for large image is 600 x 400. Since your original image size is less than the image setting, IH will not create a cache. The logic behind caching is to speed things up and if your original image is small than your image setting, you don't gain anything so IH just displays the original image.

    SMALL and MEDIUM will always almost be cached because the size setting is most of the time small than the original image. If your original image is small than your small/medium setting they are not cache either.

    Well, at least this is how things worked when this was originally released...you will have to test my theory to make sure it hasn't changed in new versions.

  9. #5839
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by Jeff_Mash View Post
    That makes sense! So is there anyway to watermark the "large" image if it's smaller than your large settings?

    For example, let's say I upload an image thats 100x100, but let's say my "large" image dimensions are 300x300. It caches the small and medium size into the bmz_cache folder, but it uses the original image for the "large" size, loading right from my zen cart store/images folder. Is there anyway to watermark those then? I am guessing not, but I want to bounce it off you guys.
    IF you set IH watermark large images to true that should display the watermark as long as you upload the watermark image to your server (again I am assuming the version you're using still offers this feature).

  10. #5840
    Join Date
    Aug 2004
    Posts
    797
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    I have, but it still isn't showing. I put a watermark_LRG.png in my images/large directory (which doesn't have any image files, mind you)......and I have a watermark.png in the root of my /images directory, but it still hasn't put anything on the "larger" images since it's launching them straight from the root images folder.

    And I'm using IH2.

    So I have an Example.jpg which I upload. The small thumbnail is loaded from a bmz_cache location with a watermark. The medium thumbnail also loads from a bmz_cache location with a watermark. The "larger image" that pops up from the product page is loading the original image from the /store/images/ directory, and it's not watermarked. If I can only get images to watermark from this directory, we would be GOLDEN!

    Any more ideas? I appreciate your help!

    Quote Originally Posted by BlessIsaacola View Post
    IF you set IH watermark large images to true that should display the watermark as long as you upload the watermark image to your server (again I am assuming the version you're using still offers this feature).

 

 

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