Page 21 of 169 FirstFirst ... 1119202122233171121 ... LastLast
Results 201 to 210 of 1685
  1. #201
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Image Handler 4 Support Thread

    Quote Originally Posted by robbie269 View Post
    I have installed Image Handler 4 with no problems from my end. However since installing I have had emails from my webhost like this: "The following files/folders and some of their sub directories can be overwritten by other users (permissions set to 777), this is considered unsafe and as others could change these files we recommend setting the permissions to 755 using the file manager in cPanel or an FTP program.
    public_html/store/bmz_cache/b/ba81d6ef157adcd5a5973c5672beef91.image.99x100.jpg
    public_html/store/bmz_cache/b/bba473373a7c31fe75bc4e9ff0134d74.image.100x100.jpg......."
    All the folders are set to 755. However the actual images were set to 666 and I have since changed them to 644. The lastest email is due to a new set of products I added. So I have set them from 666 to 644 too.
    Do I have to do this everytime I add a new product?

    Robyn
    Dunno, and this is a question you should probably ask your webhost.. Their message about folder permissions being 777 on folders where the permissions are set to 755 is curious, and I would say you need to clear that up with them first.
    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. #202
    Join Date
    Nov 2005
    Posts
    165
    Plugin Contributions
    0

    Default Re: Image Handler 4 Support Thread

    Does IH4 add watermark to all images at push button or does one have to do it one by one which is hard work?

  3. #203
    Join Date
    Dec 2010
    Location
    Thailand
    Posts
    300
    Plugin Contributions
    2

    Default Re: Image Handler 4 Support Thread

    Quote Originally Posted by niccol View Post
    Probably the class : bmz_image_handler.class.php
    And the javascript : jscript_imagehover.js

    Would be good places to start. However, you will need to be aware that the image needs to exist before the javascript calls it -- so using a different size of the zoom may turn out to be quite problematic.
    Thanks niccol!!

    I now use 3 image dimensions, which I edit and size myself. (I use this wonderful mod for the hover/zoom feature only.) The small and medium images are identical, only different in dimensions. The large images show more views/details and the images dimensions are, well, large. The mediums and larges are stored in their respective _MED and _LRG folders.

    I'm trying to hover/zoom so that the large images (re-dimensioned) appear, without re-dimensioning the large images themselves.

    I'll look into the files and post a solution if I find any.

  4. #204
    Join Date
    Apr 2009
    Posts
    2,134
    Plugin Contributions
    3

    Default Re: Image Handler 4 Support Thread

    @Thannaree
    Well good luck. I suspect that you are stepping into a minefield :-)
    If I was you I might step back and look at the issue again. If you really do not need IH for image scaling then do not use it all. That is what it does best and if you do not need it then it is a big overhead for nothing. You will probably find it easier to build the hover effect of your dreams from scratch than adapt IH's hover effect to do what you want.

  5. #205
    Join Date
    Dec 2010
    Location
    Thailand
    Posts
    300
    Plugin Contributions
    2

    Default Re: Image Handler 4 Support Thread

    Quote Originally Posted by niccol View Post
    @Thannaree
    Well good luck. I suspect that you are stepping into a minefield :-)
    If I was you I might step back and look at the issue again. If you really do not need IH for image scaling then do not use it all. That is what it does best and if you do not need it then it is a big overhead for nothing. You will probably find it easier to build the hover effect of your dreams from scratch than adapt IH's hover effect to do what you want.
    Thanks niccol. I am right now looking at the files and guess I should not play around as I do not have enough knowledge. I have indeed thought about finding a way to install another zoom/hover mod.

    Thanks again and take care!

  6. #206

    Default Re: Image Handler 4 Support Thread

    The instructions for how to use IH4's watermarking feature can be found here: IH4 readme file > Configuration tab > Section on Watermarking

    Quote Originally Posted by zenartman View Post
    Does IH4 add watermark to all images at push button or does one have to do it one by one which is hard work?
    Go that extra mile, you never know what's at the end of the road

    Empowerment Sanctuary

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

    Default Re: Image Handler 4 Support Thread

    Quote Originally Posted by Thannaree View Post
    Thanks niccol!!

    I now use 3 image dimensions, which I edit and size myself. (I use this wonderful mod for the hover/zoom feature only.) The small and medium images are identical, only different in dimensions. The large images show more views/details and the images dimensions are, well, large. The mediums and larges are stored in their respective _MED and _LRG folders.

    I'm trying to hover/zoom so that the large images (re-dimensioned) appear, without re-dimensioning the large images themselves.

    I'll look into the files and post a solution if I find any.
    I agree with niccol.. Using IH4 JUST for the hover feature is a LOT of overhead for a feature which is NOT (never has been) the PRIMARY reason to use Image Handler..

    However, reading your post, I'm not entirely sure I understand why you are not using IH4 for all this image re-sizing anyway.. Most shopowners opt for the simpler single image option (upload ONE large image and let IH4 create the optimized small medium and large images). However, if you read through the IH4 readme, you'd know that IH4 ALWAYS has supported a shopowner having three distinct small, medium, and large images if they wish.. In other words each of these could be a completely different image..

    From what you have described your large image uses a different image than the small and medium image?? IH4 allows you to do do that (always has.. this is not a NEW feature this has been a feature from the beginning of IH when Tim first wrote it..). Additionally a feature introduced in v3 of Image Handler, Image Handler allows you to choose between the medium or large image for the hover image.. So I am not sure what it is you are trying to do that is so different..
    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. #208
    Join Date
    Apr 2009
    Posts
    2,134
    Plugin Contributions
    3

    Default Re: Image Handler 4 Support Thread

    @Diva
    The bit of it that I couldn't work out in IH is how to have the large hover image a different size to the large image. I think that the aim is to have a big 'large image'. And to have the hover image a thumbnail kind of thing of that 'large image'.

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

    Default Re: Image Handler 4 Support Thread

    Quote Originally Posted by niccol View Post
    @Diva
    The bit of it that I couldn't work out in IH is how to have the large hover image a different size to the large image. I think that the aim is to have a big 'large image'. And to have the hover image a thumbnail kind of thing of that 'large image'.
    Yeah, you can have the hover display the large image, but what it sounds like you are saying is that you would want a large image displayed in the hover which is bigger than the "regular" large image.. If I am understanding this correctly, then no IH4 doesn't do that since Zen Cart itself doesn't support this additional "bigger" image..
    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.

  10. #210
    Join Date
    Dec 2010
    Location
    Thailand
    Posts
    300
    Plugin Contributions
    2

    Default Re: Image Handler 4 Support Thread

    Quote Originally Posted by DivaVocals View Post
    I agree with niccol.. Using IH4 JUST for the hover feature is a LOT of overhead for a feature which is NOT (never has been) the PRIMARY reason to use Image Handler..

    However, reading your post, I'm not entirely sure I understand why you are not using IH4 for all this image re-sizing anyway.. Most shopowners opt for the simpler single image option (upload ONE large image and let IH4 create the optimized small medium and large images). However, if you read through the IH4 readme, you'd know that IH4 ALWAYS has supported a shopowner having three distinct small, medium, and large images if they wish.. In other words each of these could be a completely different image..

    From what you have described your large image uses a different image than the small and medium image?? IH4 allows you to do do that (always has.. this is not a NEW feature this has been a feature from the beginning of IH when Tim first wrote it..). Additionally a feature introduced in v3 of Image Handler, Image Handler allows you to choose between the medium or large image for the hover image.. So I am not sure what it is you are trying to do that is so different..
    I am aware that I can upload 3 different images.

    I have been using the medium image for the hover image, although the difference between my small image size (150x150px) and medium image (200x200px) is not very significant. With this version, I like that I can now also use the large image as the hover image. However, I find my large image dimension too large (approx. 1000x500px) for the hover image. That's why I was asking if I could have a large image displayed in the hover which is smaller than the "regular" large image, yet larger than my medium image.

 

 

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