Page 599 of 710 FirstFirst ... 99499549589597598599600601609649699 ... LastLast
Results 5,981 to 5,990 of 7099
  1. #5981
    Join Date
    Jun 2009
    Posts
    389
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by DivaVocals View Post
    Are you referring to the order the additional images appear? (not sure I am clear on what you are saying here)


    Posted via Mobile Device
    Yes, exactly

  2. #5982
    Join Date
    Jun 2009
    Posts
    389
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by DarkAngel View Post
    @pinkleopard

    if you need to rearrange them then why not number them in the consecutive order you want them to appear.

    I have them on my desktop...choose which will be first and give it the name_01.jpg, then follow it with the others I want to appear in order...upload the set to the server and just insert the main one via the IH2 panel...they all appear and are in the order I want.
    DarkAngel, that is true and I do that but sometimes I like to change my mind after I see them up

    Still IH2 is great addon and it's one I cannot live without.

  3. #5983
    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 PinkLeopard View Post
    DarkAngel, that is true and I do that but sometimes I like to change my mind after I see them up

    Still IH2 is great addon and it's one I cannot live without.
    Since IH2 auto names images based on Zen Cart requirements for additional images I'm fairly certain that adding in the ability to reorder (rename) the images is a pretty heft change.. Dunno this for sure, but based on my experience I'm fairly certain that it's no small change.. Who knows, maybe someone will take this on and add it as a future feature..
    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.

  4. #5984
    Join Date
    Oct 2010
    Posts
    24
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Sorry if this has been mentioned before, but what size images should I be using for small, medium and large?

  5. #5985
    Join Date
    Oct 2010
    Location
    Idaho
    Posts
    292
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    I'm surprised that I can't find posts about the default IH upload directory. Doesn't anyone wonder about being able to specify?

    Can we define it? I want to use a subdirectory (Images .. subdir) for all uploads I do with IH. Can we set it somewhere or does it have to be a code change. If code, which file do you think? Thanks.

  6. #5986
    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 finlander View Post
    I'm surprised that I can't find posts about the default IH upload directory. Doesn't anyone wonder about being able to specify?

    Can we define it? I want to use a subdirectory (Images .. subdir) for all uploads I do with IH. Can we set it somewhere or does it have to be a code change. If code, which file do you think? Thanks.
    The default directory can be specified if you upload the initial product image via IH2 (in other words you would create the product with NO image when you first create it and then use IH2 to upload the primary and additional product images)

    Otherwise you specify the product image directory when you create the product and upload the initial product image. (the directory must exist for it to be available in the image directories -- Zen Cart assumes that this will be a sub directory of the "images" directory) After that IH2 saves all your additional images to the same location that you specified for your primary product 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.

  7. #5987
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by DivaVocals View Post
    The default directory can be specified if you upload the initial product image via IH2 (in other words you would create the product with NO image when you first create it and then use IH2 to upload the primary and additional product images)

    Otherwise you specify the product image directory when you create the product and upload the initial product image. (the directory must exist for it to be available in the image directories -- Zen Cart assumes that this will be a sub directory of the "images" directory) After that IH2 saves all your additional images to the same location that you specified for your primary product image..
    this is true...I rename my inages with the _01 or whatever number they need for the additional ones

    then i place them into a folder without the main picture...then upload it to the spot we need it to be.

    I have many vendors so I put the folder in the images foler/vendor name folder/product folder and enter that path into the place when selecting the main image from my computer....promos/vendor/product/

    this way all vendor images are in one spot

    the previously uploaded images will automatically appear when the main one is added

    hope that doisn't confuse you

  8. #5988
    Join Date
    Sep 2008
    Posts
    53
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Now that I've got the additional images for my product, is there any way to indicate to the person shopping the site, looking at the subcategory page, that a product has more images? I'd like to put a short line of text like "More Pictures" or "More Colors Available" under the main product image on the subcategory page if there are additional images.

    I've been playing around with statements like

    PHP Code:
    if ($num_images 0) echo ('<p>More Images</p>'); 

  9. #5989
    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 524cw View Post
    Now that I've got the additional images for my product, is there any way to indicate to the person shopping the site, looking at the subcategory page, that a product has more images? I'd like to put a short line of text like "More Pictures" or "More Colors Available" under the main product image on the subcategory page if there are additional images.

    I've been playing around with statements like

    PHP Code:
    if ($num_images 0) echo ('<p>More Images</p>'); 
    Honestly the way Zen Cart handles additional images is not altered at all by IH2 so this isn't as much of an IH2 question as it is a GENERAL Zen Cart question.. I suggest posting this in the appropriate place on the forum for such questions if you'd like to get assistance with how to execute this..
    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. #5990
    Join Date
    Sep 2008
    Posts
    53
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by DivaVocals View Post
    Honestly the way Zen Cart handles additional images is not altered at all by IH2 so this isn't as much of an IH2 question as it is a GENERAL Zen Cart question.. I suggest posting this in the appropriate place on the forum for such questions if you'd like to get assistance with how to execute this..
    I agree with you... sadly my thread in that section hasn't generated any ideas. I thought I'd post here in case any of the multiple image people congregating here had solved a similar issue.

 

 

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