Page 214 of 710 FirstFirst ... 114164204212213214215216224264314 ... LastLast
Results 2,131 to 2,140 of 7099
  1. #2131
    Join Date
    Mar 2007
    Posts
    115
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by tophand View Post
    A link will help us help you.

    M
    here's an example:

    http://wishgiving.com/shop/index.php...roducts_id=746

  2. #2132
    Join Date
    Feb 2007
    Location
    New York
    Posts
    88
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Hello,

    I installed IH2 and everything seemed to work fine until when I tried to add additional images.

    When I went to Admin -> Tools -> Image Handler 2 -> Manager -> and when I selected a category which contains the product I want to add additional images, it would just go to Image Handler "Admin" page. THere was no error message or anything. Nothing happened!

    Does anybody know what the problem might be?

    I do have additional images turned on.

    Any help will be appreciated.
    Thanks.

  3. #2133
    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 e81ny View Post
    Hello,

    I installed IH2 and everything seemed to work fine until when I tried to add additional images.

    When I went to Admin -> Tools -> Image Handler 2 -> Manager -> and when I selected a category which contains the product I want to add additional images, it would just go to Image Handler "Admin" page. THere was no error message or anything. Nothing happened!

    Does anybody know what the problem might be?

    I do have additional images turned on.

    Any help will be appreciated.
    Thanks.
    Did you check to see that you uploaded "All" the files for Image handler?

    M

  4. #2134
    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 mohinder View Post
    Might be a problem with the LightBox mod.
    Have you check out the LightBox support thread?
    While I don't use the LightBox, I do know that people use both LightBox & IH together.

    M

  5. #2135
    Join Date
    Feb 2007
    Location
    New York
    Posts
    88
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Hi,

    I double checked and I did upload all the files.

    While I was trying again early on, I noticed that there was a message saying "No Image Handler information found." right under the title "Image Handler 2". What does that mean??

    Thanks for your help.

  6. #2136
    Join Date
    Feb 2007
    Location
    New York
    Posts
    88
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    While browsing this thread, I searched for "No Image Handler information found" and saw someone fixed the problem (error message "No Image Handler information found") by clicking on "install Image Handler" on admin page.

    I don't know what happened. I did install IH2 and was surprised that there was an option "install image handler" under admin page.

    After "re"-install IH2, everything works now!

    PS. I have to say that IH is really useful. Thank you very much.

  7. #2137
    Join Date
    Jan 2008
    Posts
    7
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Wow this is certainly an amazing addon for the shopping cart. Thank you so much...

    I do have a tiny problem. How do I make the additional images to show? I just don't know why it's not being displayed

    Thank you for the help and this great mod

  8. #2138
    Join Date
    Oct 2004
    Location
    Houston, TX
    Posts
    782
    Plugin Contributions
    4

    Default Re: Image Handler 2 Support

    Quote Originally Posted by holdika View Post
    Wow this is certainly an amazing addon for the shopping cart. Thank you so much...

    I do have a tiny problem. How do I make the additional images to show? I just don't know why it's not being displayed

    Thank you for the help and this great mod
    Search this thread for it, it's here, in detail ... promise ya.

  9. #2139
    Join Date
    Jan 2008
    Posts
    7
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by jettrue View Post
    Hi There,

    Ok, I've found that replacing the original code in classes/bmz_image_handler.php (~line 701):
    Code:
    return $parameters . 'style="position:relative" onmouseover="showtrail(' . "'$products_image_zoom','$alt',$width,$height,$zoomwidth,$zoomheight,this," . $this->zoom['startx'].','.$this->zoom['starty'].','.$this->zoom['width'].','.$this->zoom['height'].');" onmouseout="hidetrail();" ';
    with this:

    Code:
    if (!($_GET['main_page']==FILENAME_PRODUCT_INFO)) {
            return $parameters . 'style="position:relative" onmouseover="showtrail(' . "'$products_image_zoom','$alt',$width,$height,$zoomwidth,$zoomheight,this," . $this->zoom['startx'].','.$this->zoom['starty'].','.$this->zoom['width'].','.$this->zoom['height'].');" onmouseout="hidetrail();" ';
          } else {
    		return $parameters . 'style="position:relative" onmouseover="showtrail(' . "\'$products_image_zoom\',\'$alt\',$width,$height,$zoomwidth,$zoomheight,this," . $this->zoom['startx'].','.$this->zoom['starty'].','.$this->zoom['width'].','.$this->zoom['height'].');" onmouseout="hidetrail();" ';
    		}
    Fixes the issue of additional images not displaying, while still allowing the hover effect on product listing pages.

    What I'd also like to figure out how to do, is to prevent the hover on CATEGORY and SUBCATEGORY images (as I try to upload the smallest category image possible, since IH2 doesn't resize these - yet it still adds the mouseover to them).

    Anyway, I tried a few things to get that to work, but haven't figured it out yet. Any ideas?


    I tried this fix but for me it didn't work. I still can't see the additional images. I use 1.3.8a...
    Any suggestion

  10. #2140
    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 holdika View Post
    I tried this fix but for me it didn't work. I still can't see the additional images. I use 1.3.8a...
    Any suggestion
    I believe testuser wanted you to find a much easier fix.
    So....

    How are you uploading your additional images?
    Are your additional images named correctly?
    What template are you using?
    A link helps us help you.

    M

 

 

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