Page 337 of 710 FirstFirst ... 237287327335336337338339347387437 ... LastLast
Results 3,361 to 3,370 of 7099
  1. #3361
    Join Date
    Sep 2007
    Posts
    128
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Hey all,
    In my search I went back to the site: http://breakmyzencart.com/ih-doc

    This upgrade enables you to use GD libraries or ImageMagick (if installed on your server) to generate and resize small, medium and large images on the fly on page request. You can simply upload just one image or you can have different sources for medium and large images.

    Am I missing something???

    Seems like it should resize the large images as well as the small and medium ones. However, it will not resize the images on the main product page.

    Any comments?

  2. #3362
    Join Date
    Jan 2007
    Location
    1.5 miles from Home
    Posts
    674
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by 4thwave View Post
    OK. I found this post and maybe this is the answer to my question:

    Re: Product images won't hover

    --------------------------------------------------------------------------------

    Quote:
    Originally Posted by jvanree
    On this url http://www.shona-stoneart.nl I have installed IH2

    I have the image hover working on product listing but I can't get it to work on the main product image (when you view a product page)
    Can someone please help me out?

    With IH, there is no hover function for the main product image on the product info page.
    Looks like everything is working correctly.

    Is there something (A plugin that will enlarge the product listing image on a roll over?)

    A
    Quote Originally Posted by 4thwave View Post
    Hey all,
    In my search I went back to the site: http://breakmyzencart.com/ih-doc

    This upgrade enables you to use GD libraries or ImageMagick (if installed on your server) to generate and resize small, medium and large images on the fly on page request. You can simply upload just one image or you can have different sources for medium and large images.

    Am I missing something???

    Seems like it should resize the large images as well as the small and medium ones. However, it will not resize the images on the main product page.

    Any comments?
    Where does it say "when you mouse-over a image"?
    Also if you read a little farther down there is this:
    "Note: Zooming in on medium images is not implemented, yet."

    The product display image is the medium sized image.

    IH does resize images.
    You go to Admin--> Configurations--> Images and you can set the size for small, medium and the large image you want to display. All from 1 large image you uploaded. All of this on-the-fly when Zen Cart needs to display product image(s).

    Why do you need this?
    How large will the image be?
    What about people that have their display set at 800x600 and for no reason they know they have an image that covers their display and they think, damn this site just upload a virus to my computer.
    Why not let your customer to have a little interaction by letting them click a link or 2?
    Just my thoughts...

  3. #3363
    Join Date
    Nov 2006
    Posts
    512
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    I have searched the IH forum but have not seen a solution:

    Safari (Mac OS) displays the zoom image on the top of the page, instead of next to the product, so any product below the fold (bottom of the page) displays the product name only while the image is displayed at the top of page (out of site/above the fold)

    All other browsers are ok.

    I have style_imagehover.css correctly installed.

    Anybody seen this issue?

  4. #3364
    Join Date
    May 2007
    Location
    SW Florida
    Posts
    1,051
    Plugin Contributions
    2

    Default Re: Image Handler 2 Support

    Quote Originally Posted by dharma View Post
    I have searched the IH forum but have not seen a solution:

    Safari (Mac OS) displays the zoom image on the top of the page, instead of next to the product, so any product below the fold (bottom of the page) displays the product name only while the image is displayed at the top of page (out of site/above the fold)

    All other browsers are ok.

    I have style_imagehover.css correctly installed.

    Anybody seen this issue?
    I have seen that with IE and FireFox3 from time to time. Give us URL to check out.
    JOhn ><>
    Newest Site: ChargerPros - Stuff4Toys

  5. #3365
    Join Date
    Oct 2008
    Posts
    25
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by Stuff4Toys View Post
    I have seen that with IE and FireFox3 from time to time. Give us URL to check out.
    JOhn ><>
    I have this issue too!

    Here is a link to My Site

  6. #3366
    Join Date
    Jan 2007
    Location
    1.5 miles from Home
    Posts
    674
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by Cookie Juice View Post
    I have this issue too!
    Need to upload "All" the IH files.
    Missing the
    Code:
    includes/templates/NAME-OF-YOUR-TEMPLATE/css/style_imagehover.css

  7. #3367
    Join Date
    Jan 2007
    Location
    1.5 miles from Home
    Posts
    674
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by dharma View Post
    I have searched the IH forum but have not seen a solution:

    Safari (Mac OS) displays the zoom image on the top of the page, instead of next to the product, so any product below the fold (bottom of the page) displays the product name only while the image is displayed at the top of page (out of site/above the fold)

    All other browsers are ok.

    I have style_imagehover.css correctly installed.

    Anybody seen this issue?
    Do you have
    Code:
    jscript_imagehover.js
    uploaded?

  8. #3368
    Join Date
    Oct 2008
    Posts
    25
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by tophand View Post
    Need to upload "All" the IH files.
    Missing the
    Code:
    style_imagehover.css
    I combined that file into the main css file:

    Code:
    /*
    style_imageover IH2
    */
    
    #trailimageid {
      position: absolute;
      visibility: hidden;
      left: 0px;
      top: 0px;
      width: 220px;
      height: 0px;
      z-index: 1000;
    }
    
    #trailimageid div {
      padding: 5px;
      background-color: #FFF;
      border: 1px solid #888;
      text-align: center;
    }
    
    #trailimageid h1 {
      font-size: 100%;
      font-weight: normal;
      margin: 0;
      padding: 2px 0px;
      text-align: left;
      width: 100%;
    }
    
    #trailimageid img {
      margin: 2px;
      border: none;
    }
    as a test i just deleted the above out of my main stylesheet and added the style_imagehover.css again, but issue still exists.

    Is my IH2 css old?

  9. #3369
    Join Date
    Jan 2007
    Location
    1.5 miles from Home
    Posts
    674
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by Cookie Juice View Post
    I combined that file into the main css file:

    Code:
    /*
    style_imageover IH2
    */
    
    #trailimageid {
      position: absolute;
      visibility: hidden;
      left: 0px;
      top: 0px;
      width: 220px;
      height: 0px;
      z-index: 1000;
    }
    
    #trailimageid div {
      padding: 5px;
      background-color: #FFF;
      border: 1px solid #888;
      text-align: center;
    }
    
    #trailimageid h1 {
      font-size: 100%;
      font-weight: normal;
      margin: 0;
      padding: 2px 0px;
      text-align: left;
      width: 100%;
    }
    
    #trailimageid img {
      margin: 2px;
      border: none;
    }
    as a test i just deleted the above out of my main stylesheet and added the style_imagehover.css again, but issue still exists.

    Is my IH2 css old?
    Works ok.
    You have the "Hot Spot" ( [+] ) set at the bottom right corner.

  10. #3370
    Join Date
    Dec 2008
    Location
    San Fran
    Posts
    382
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    I ran into an odd problem. Changing the product page image sizes (width and height) broke my Image Handler install. Now when I go to the admin I have no options to edit or add any additional images. That whole right column next the images is gone!

    Changing the image size back to the original size does not fix the problem.

    Does anybody know how to rectify this?
    Last edited by swamyg1; 25 Dec 2008 at 03:52 AM. Reason: add

 

 

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