Page 583 of 710 FirstFirst ... 83483533573581582583584585593633683 ... LastLast
Results 5,821 to 5,830 of 7099
  1. #5821
    Join Date
    Oct 2004
    Posts
    1,045
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    How can I remove the product name from the image hover?

    Thanks!
    Danielle

  2. #5822
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,539
    Plugin Contributions
    3

    Default Re: Image Handler 2 Support

    Quote Originally Posted by Danielle View Post
    How can I remove the product name from the image hover?

    Thanks!
    in the includes/template/your-template/css/style_imagehover.css file

    replace

    #trailimageid h1 {
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    padding: 2px 0px;
    text-align: left;
    width: 100%;
    }
    with

    #trailimageid h1 {
    display:none
    }

  3. #5823
    Join Date
    Nov 2007
    Posts
    121
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Hello Everyone,

    I need some help with Image Handle 2 1.3x version. For some reason It's not working normally.

    I installed image handler2, then tried out image swap and then removed both and installed image handler2 and now its acting weird. I have tried to uninstall and do clean install like 3 times and same thing. Problem I'm having is the left side NEW PRODUCTS the image hover works but thats the only thing that works, nothing else, not sure what is going on. Can any1 please help.

    The link is following www.isambella.com/shop/

    Thanks in advance.

    DigitalGuard

  4. #5824
    Join Date
    Sep 2008
    Posts
    53
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    I was hoping this add-on would help me deal with non-uniform category and product images that have different orientations and sizes.

    Is there was a "hard crop" mode where I could designate my category images as 160 x 120 and then the software would crop off the excess in either dimension. It's only when you see the images lined up in rows like on a subcategory page or category page where this matters. I think Wordpress has this function so it's definitely possible.

    For me that would work a lot better than setting a uniform width and then letting the images have different heights based on their aspect ratios.

    Any suggestions?

  5. #5825
    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
    I was hoping this add-on would help me deal with non-uniform category and product images that have different orientations and sizes.

    Is there was a "hard crop" mode where I could designate my category images as 160 x 120 and then the software would crop off the excess in either dimension. It's only when you see the images lined up in rows like on a subcategory page or category page where this matters. I think Wordpress has this function so it's definitely possible.
    The WordPress function is are referring to is not native WordPress functionality at all. However, the Next Gen Gallery plugin for WordPress does do this.

    Quote Originally Posted by 524cw View Post
    For me that would work a lot better than setting a uniform width and then letting the images have different heights based on their aspect ratios.

    Any suggestions?
    The short answer is Image Handler does not "crop" images at all. You would need to size your large product images uniformly in order to generate uniform category images.
    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.

  6. #5826
    Join Date
    Sep 2008
    Posts
    53
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by DivaVocals View Post
    The WordPress function is are referring to is not native WordPress functionality at all. However, the Next Gen Gallery plugin for WordPress does do this.

    The short answer is Image Handler does not "crop" images at all. You would need to size your large product images uniformly in order to generate uniform category images.
    I don't wish to argue, but give the latest version of Wordpress a try. You can set the image handling functions to hard crop without any plug-ins. Have done it several times and it's a great way to get uniform thumbnails I'd be happy to show you how if you'd like. The point is though that it is possible.

    I realize that IH just resizes the images. I think cropping would be a useful tool and solve some layout problems with automation, and hoping for a way to set that up.

  7. #5827
    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
    I don't wish to argue, but give the latest version of Wordpress a try. You can set the image handling functions to hard crop without any plug-ins. Have done it several times and it's a great way to get uniform thumbnails I'd be happy to show you how if you'd like. The point is though that it is possible.
    I am using the latest version of WordPress.. I don't use any of the default media functions (never did as they are rudimentary and limited IMHO). So if this is a new feature of WP 3.0x that's great.. IMHO I still find that the Next Gen plugin provides MUCH more functionality over the default WP media management features..

    Quote Originally Posted by 524cw View Post
    I realize that IH just resizes the images. I think cropping would be a useful tool and solve some layout problems with automation, and hoping for a way to set that up.
    While it might be a great feature, Image Handler still DOES NOT provide this functionality, and the only way to "set it up" as it were would be for this feature/functionality to be a written into the Image Handler codebase.. It's not.. So I'm afraid this module, as written, will not provide you the functionality you desire.

    The easiest way to get to where you want your images is to edit your large product images and category images before uploading them to the desired size you wish. There are a number of programs that will do this in batches. Picassa being one such program..
    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. #5828
    Join Date
    Sep 2008
    Posts
    53
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by DivaVocals View Post
    I am using the latest version of WordPress.. I don't use any of the default media functions (never did as they are rudimentary and limited IMHO).
    You are missing out on a good thing, my friend! Here's a link with some basic instructions:

    http://markjaquith.wordpress.com/200...mbnail-images/

    If you want I'll be happy to give you a sample functions.php file already set up so you can easily test drive it. It's great for featured images like post thumbnails where you want everything to be the same size for a uniform layout.

    Regarding Picassa, or other software, yes we can edit hundreds of images to have the same aspect ratio, but that would take slightly longer than letting the old server do the work for us

    I realize that your add-on doesn't offer this function but I think it would really make it that much more essential and make more attractive stores.

  9. #5829
    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
    You are missing out on a good thing, my friend! Here's a link with some basic instructions:

    http://markjaquith.wordpress.com/200...mbnail-images/

    If you want I'll be happy to give you a sample functions.php file already set up so you can easily test drive it. It's great for featured images like post thumbnails where you want everything to be the same size for a uniform layout.
    Thanks for the test drive offer. I do not believe that I am missing out on anything, AND I still prefer the Next Gen Gallery plugin for WP over the default WP media functions.. (improved or not, Next Gen STILL offers way more functionality than the default WP media function for image management IMHO..) So let's just say we're gonna agree to disagree on this point and let this go as WP discussions are a little off topic here..

    Quote Originally Posted by 524cw View Post
    Regarding Picassa, or other software, yes we can edit hundreds of images to have the same aspect ratio, but that would take slightly longer than letting the old server do the work for us
    Understood.. I was offering this as an immediate solution as Image Handler does not have the functionality you appear to need/want. Picassa has a batch edit feature which would allow you to apply an aspect ratio to a folder full of images.. After that it's a matter of FTPing them to your store's images folder.


    Quote Originally Posted by 524cw View Post
    Regarding Picassa, or other software, yes we can edit hundreds of images to have the same aspect ratio, but that would take slightly longer than letting the old server do the work for us

    I realize that your add-on doesn't offer this function but I think it would really make it that much more essential and make more attractive stores.
    And no doubt it would, but that functionality is not in the immediate plans for this module. However, this is is an open source module so anything could happen in the future.. Perhaps someone will take on adding this level of functionality to Image Handler..
    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. #5830
    Join Date
    May 2009
    Posts
    413
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Hi,

    Does anybody know of a way I can add *the same* additional image to every product in say 2 or 3 categories using IH2?

    In my case I want to add an additional image (i.e an additional image after the first default image has been added manually) of a generic gift box included with all products within said category/categories - it would save me a few hours work

    Thanks.

 

 

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