Page 303 of 710 FirstFirst ... 203253293301302303304305313353403 ... LastLast
Results 3,021 to 3,030 of 7099
  1. #3021

    Default Re: Image Handler 2 Support

    HELLO after searching then reading the last 40 pages, i havent been able to find a fix for my problem....

    ive allready installed about 8 mods so far and none have caused a problem so far, but IH2 seems to have a problem displaying medium images on mouse over, the medium images never show up.....

    all the other mods havent changed any of the files that IH2 effected, and ive allready restored back to a previous backup and tried re-installing IH2 and still no luck.....

    any help allways appricated

    http://www.sinspirations.com.au/stor...5000-p-28.html
    Zen v1.3.8a
    Last edited by MeDDish; 19 Sep 2008 at 02:41 PM.

  2. #3022

    Default Re: Image Handler 2 Support

    thought i should add all image pixel sizes are set identical, first thing i checked.....


    Small Image Width - 100
    Small Image Height - 80

    also now ive downloaded firefox, i can confirm that it doesnt work in IE7 firefox 3.0 or chrome
    everything else has been so easy uptill this point.....

  3. #3023

    Default Re: Image Handler 2 Support

    Quote Originally Posted by MeDDish View Post
    HELLO after searching then reading the last 40 pages, i havent been able to find a fix for my problem....

    ive allready installed about 8 mods so far and none have caused a problem so far, but IH2 seems to have a problem displaying medium images on mouse over, the medium images never show up.....

    all the other mods havent changed any of the files that IH2 effected, and ive allready restored back to a previous backup and tried re-installing IH2 and still no luck.....

    any help allways appricated

    http://www.sinspirations.com.au/stor...5000-p-28.html
    Zen v1.3.8a
    after turning back 60 pages, and searching for the most coment tips (by tophand, thx ) i found i had to upload 'jscript_imagehover.js' to both the template default & my template folders, dont know why as the readme.txt didnt mention it it just said upload and it should be good.....
    anyway fixed

    Thx tophand for being overhelpfull to everyone else and giveing me someones posts to look up.... (and i think 1am and desperation also helped )

  4. #3024
    Join Date
    Jul 2008
    Location
    Cape-Coast, Ghana WestAfrica
    Posts
    53
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Hi Zenners, Twice I ask is somebody experiencing as listed here or have a Clue?
    "I just installed IH2 and everything seems to work fine except that when you click on the Image to check a product and add to cart, it displays but with the FOLLOWING Error below the Image:

    xt' => "\n " . $link); $col ++; if ($col > (IMAGES_AUTO_ADDED -1)) { $col = 0; $row ++; } } // end for loop } // endif ?>

    What needs fixing?

    www.afrosupermarket.com
    "

  5. #3025
    Join Date
    Sep 2008
    Posts
    8
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    I'm getting this error in IH2


    -----------------
    Error!

    Unable to determine the page link!

    Function used:

    zen_href_link('', '', 'NONSSL')

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

    I googled it and read some forum posts, and tried some things and check some things but I can't get this working.

    I could have sworn when I originally installed this it worked? I just reinstalled it and it still doesn't work.

    I checked to make sure both the bmz cache and images folder are writable and that my image names don't have spaces or odd characters in them.

    I can see that images are being properly uploaded into the images folder when I try to add an additional image with IH2 but I get the error above when I upload even though I see the new image is in the images folder.

    Strange thing too is that the additional image doesn't show up on the products detail page like it should, it seems like I have multiple issues

  6. #3026
    Join Date
    Aug 2008
    Location
    Canada
    Posts
    48
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Hi Tim!

    Your mod is really cool and believe me that I searched almost 2 months for something like this and I even lost myself in the jungle of coding [and I don't know anything about it].
    I need your help, please!!!

    Everything works just fine and is so easy, but when I get to the product info page... i can't see the additional images at all. Do you know any solution to this?
    Thank you and I am waiting with my eyes stiked to the monitor!
    justMARK
    mainMAG.NET - The place where you get magnetized!
    ZenCart 1.3.7.1 - for now...

  7. #3027
    Join Date
    Aug 2008
    Posts
    44
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Hello there i seen to have some issue with getting the image handler to work :-( my hover images dont work and I am not sure if its actually spliting my images into 3 different sizes or not. I already had some produtcts uploaded on my site so i thought maybe it only works on freshly created products. So i created the new product and it still doesnt work. Please let me know what i'm doing wrong here!

    here's the link to the new product that i created:
    http://protunerparts.com/zen/index.p...products_id=49

    rest of the products have been there before the image handler.

  8. #3028
    Join Date
    Aug 2008
    Location
    Canada
    Posts
    48
    Plugin Contributions
    0

    customer issue Re: Image Handler 2 Support

    You could also edit line 78 of includes/functions/extra_functions/functions_bmz_image_handler.php (line number may be different for you) to pass an empty string for alt:
    Code:
      return array($src, '', intval($width), intval($height), $parameters);
    This way you don't have to change a lot of zen_image() calls, and you're done with one simple code change. However, the alt tag will be missing in each and every image.

    I wouldn't suggest editing the includes/functions/html_output.php file since it's a core file and more likely to change in new versions of Zen-Cart and Image Handler than functions_bmz_image_handler.php.

    Cheers,
    Tim[/QUOTE]


    THANK YOU!!! REALLY HELPFUL!
    justMARK
    mainMAG.NET - The place where you get magnetized!
    ZenCart 1.3.7.1 - for now...

  9. #3029
    Join Date
    Aug 2008
    Posts
    44
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by credenscel View Post
    Hello there i seen to have some issue with getting the image handler to work :-( my hover images dont work and I am not sure if its actually spliting my images into 3 different sizes or not. I already had some produtcts uploaded on my site so i thought maybe it only works on freshly created products. So i created the new product and it still doesnt work. Please let me know what i'm doing wrong here!

    here's the link to the new product that i created:
    http://protunerparts.com/zen/index.p...products_id=49

    rest of the products have been there before the image handler.
    i think i fixed my problem. i think i was missing the javascript file and i also turned off the image hot zone as the hover images would only work if you centered the mouse on the hotzone directly, not the entire image.

    a seperate question: does it matter where i upload the main image? does it have to be the main directory? Or can i place all the images in the "large" folder?

  10. #3030
    Join Date
    Aug 2008
    Location
    Canada
    Posts
    48
    Plugin Contributions
    0

    red flag IH2 >>> Additional Images Big Problem!!!

    Quote Originally Posted by dakini View Post
    I'm using Zen Cart v1.3.8a on this site:
    http://www.canepress.org/store/
    I installed Image Handler 2 and it is resizing images for the main image on the product pages, but the additional images don't show up and a couple of pages in the Zen Cart Admin area won't display, either.
    Hi, Dakini!

    I just got on your website and I see that your additional images are working really nice on the product info page. I am trying to do the same thing and I don't get it. I read until I got blue in the face and still nothing... besides everything, my additional images are swaping with the main one.
    Can you please HELP ME!!!???????????????????

    This is a link of the problem:
    http://mainmag.net/cart/index.php?ma...products_id=36


    I'll stay like this until you help me!!!
    Thank you!
    justMARK
    mainMAG.NET - The place where you get magnetized!
    ZenCart 1.3.7.1 - for now...

 

 

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